You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/03/05 10:30:46 UTC

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk1.8.0) - Build # 63 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/63/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.TestTolerantSearch.testGetTopIdsPhaseError

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at __randomizedtesting.SeedInfo.seed([1D26C77DC8199F59:2368D70B62B0D988]:0)
	at java.util.ArrayList.rangeCheck(ArrayList.java:657)
	at java.util.ArrayList.get(ArrayList.java:433)
	at org.apache.solr.TestTolerantSearch.testGetTopIdsPhaseError(TestTolerantSearch.java:198)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.DistribJoinFromCollectionTest.testScore

Error Message:
Expected 1 doc, got {numFound=0,start=0,maxScore=0.0,docs=[]}

Stack Trace:
java.lang.AssertionError: Expected 1 doc, got {numFound=0,start=0,maxScore=0.0,docs=[]}
	at __randomizedtesting.SeedInfo.seed([1D26C77DC8199F59:51BE884D803C4B42]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.DistribJoinFromCollectionTest.testJoins(DistribJoinFromCollectionTest.java:155)
	at org.apache.solr.cloud.DistribJoinFromCollectionTest.testScore(DistribJoinFromCollectionTest.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12666 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistribJoinFromCollectionTest
   [junit4]   2> 148537 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[1D26C77DC8199F59]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/init-core-data-001
   [junit4]   2> 148538 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[1D26C77DC8199F59]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 148544 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[1D26C77DC8199F59]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 148548 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[1D26C77DC8199F59]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001
   [junit4]   2> 148549 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[1D26C77DC8199F59]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 148549 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 148549 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 148659 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[1D26C77DC8199F59]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:57009
   [junit4]   2> 148659 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[1D26C77DC8199F59]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57009
   [junit4]   2> 148659 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[1D26C77DC8199F59]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57009
   [junit4]   2> 148686 INFO  (zkConnectionManagerCallback-592-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148707 INFO  (zkConnectionManagerCallback-594-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148713 INFO  (zkConnectionManagerCallback-596-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148721 WARN  (jetty-launcher-597-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 148721 WARN  (jetty-launcher-597-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 148722 INFO  (jetty-launcher-597-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 148722 INFO  (jetty-launcher-597-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 148722 INFO  (jetty-launcher-597-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 148722 INFO  (jetty-launcher-597-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 148722 INFO  (jetty-launcher-597-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 148722 INFO  (jetty-launcher-597-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 148723 WARN  (jetty-launcher-597-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 148723 INFO  (jetty-launcher-597-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 148723 INFO  (jetty-launcher-597-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 148723 INFO  (jetty-launcher-597-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 148725 INFO  (jetty-launcher-597-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 148725 INFO  (jetty-launcher-597-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 148725 INFO  (jetty-launcher-597-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 148726 WARN  (jetty-launcher-597-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 148727 WARN  (jetty-launcher-597-thread-5) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 148727 INFO  (jetty-launcher-597-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 148727 INFO  (jetty-launcher-597-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 148727 INFO  (jetty-launcher-597-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 148727 INFO  (jetty-launcher-597-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 148727 INFO  (jetty-launcher-597-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 148727 INFO  (jetty-launcher-597-thread-5) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 148729 INFO  (jetty-launcher-597-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 148729 INFO  (jetty-launcher-597-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 148729 INFO  (jetty-launcher-597-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 148729 INFO  (jetty-launcher-597-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ed5087a{/solr,null,AVAILABLE}
   [junit4]   2> 148731 INFO  (jetty-launcher-597-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 148731 INFO  (jetty-launcher-597-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 148731 INFO  (jetty-launcher-597-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 148732 INFO  (jetty-launcher-597-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f8fb1ef{/solr,null,AVAILABLE}
   [junit4]   2> 148733 INFO  (jetty-launcher-597-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78e46a8d{/solr,null,AVAILABLE}
   [junit4]   2> 148735 INFO  (jetty-launcher-597-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 148735 INFO  (jetty-launcher-597-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 148735 INFO  (jetty-launcher-597-thread-5) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 148735 INFO  (jetty-launcher-597-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@34ba8bac{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:57019}
   [junit4]   2> 148735 INFO  (jetty-launcher-597-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@525d89cc{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:57018}
   [junit4]   2> 148735 INFO  (jetty-launcher-597-thread-1) [    ] o.e.j.s.Server Started @148847ms
   [junit4]   2> 148735 INFO  (jetty-launcher-597-thread-3) [    ] o.e.j.s.Server Started @148847ms
   [junit4]   2> 148735 INFO  (jetty-launcher-597-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57018}
   [junit4]   2> 148735 INFO  (jetty-launcher-597-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57019}
   [junit4]   2> 148744 ERROR (jetty-launcher-597-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 148744 INFO  (jetty-launcher-597-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 148745 INFO  (jetty-launcher-597-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68196314{/solr,null,AVAILABLE}
   [junit4]   2> 148745 ERROR (jetty-launcher-597-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 148745 INFO  (jetty-launcher-597-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 148745 INFO  (jetty-launcher-597-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 148745 INFO  (jetty-launcher-597-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 148745 INFO  (jetty-launcher-597-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 148745 INFO  (jetty-launcher-597-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-05T08:47:58.962Z
   [junit4]   2> 148745 INFO  (jetty-launcher-597-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 148745 INFO  (jetty-launcher-597-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 148745 INFO  (jetty-launcher-597-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 148745 INFO  (jetty-launcher-597-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-05T08:47:58.962Z
   [junit4]   2> 148746 INFO  (jetty-launcher-597-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 148746 INFO  (jetty-launcher-597-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 148746 INFO  (jetty-launcher-597-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 148746 INFO  (jetty-launcher-597-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7c1c60c0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:57020}
   [junit4]   2> 148746 INFO  (jetty-launcher-597-thread-2) [    ] o.e.j.s.Server Started @148858ms
   [junit4]   2> 148746 INFO  (jetty-launcher-597-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57020}
   [junit4]   2> 148746 ERROR (jetty-launcher-597-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 148746 INFO  (jetty-launcher-597-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 148746 INFO  (jetty-launcher-597-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 148746 INFO  (jetty-launcher-597-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 148746 INFO  (jetty-launcher-597-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 148747 INFO  (jetty-launcher-597-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-05T08:47:58.964Z
   [junit4]   2> 148747 INFO  (jetty-launcher-597-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6012f8b7{/solr,null,AVAILABLE}
   [junit4]   2> 148749 INFO  (jetty-launcher-597-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@609d47d5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:57022}
   [junit4]   2> 148749 INFO  (jetty-launcher-597-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@111df156{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:57021}
   [junit4]   2> 148749 INFO  (jetty-launcher-597-thread-5) [    ] o.e.j.s.Server Started @148861ms
   [junit4]   2> 148749 INFO  (jetty-launcher-597-thread-4) [    ] o.e.j.s.Server Started @148861ms
   [junit4]   2> 148749 INFO  (jetty-launcher-597-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57022}
   [junit4]   2> 148749 INFO  (jetty-launcher-597-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57021}
   [junit4]   2> 148749 ERROR (jetty-launcher-597-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 148749 INFO  (jetty-launcher-597-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 148749 ERROR (jetty-launcher-597-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 148749 INFO  (jetty-launcher-597-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 148750 INFO  (jetty-launcher-597-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 148750 INFO  (jetty-launcher-597-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 148750 INFO  (jetty-launcher-597-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 148750 INFO  (jetty-launcher-597-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-05T08:47:58.967Z
   [junit4]   2> 148750 INFO  (jetty-launcher-597-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 148750 INFO  (jetty-launcher-597-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 148750 INFO  (jetty-launcher-597-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 148750 INFO  (jetty-launcher-597-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-05T08:47:58.967Z
   [junit4]   2> 148754 INFO  (zkConnectionManagerCallback-601-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148755 INFO  (zkConnectionManagerCallback-603-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148755 INFO  (zkConnectionManagerCallback-600-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148755 INFO  (jetty-launcher-597-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 148756 INFO  (jetty-launcher-597-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 148756 INFO  (jetty-launcher-597-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 148773 INFO  (zkConnectionManagerCallback-605-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148775 INFO  (zkConnectionManagerCallback-607-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148777 INFO  (jetty-launcher-597-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 148777 INFO  (jetty-launcher-597-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 148955 INFO  (jetty-launcher-597-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 148959 WARN  (jetty-launcher-597-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@20b1a7a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 148978 INFO  (jetty-launcher-597-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 148986 WARN  (jetty-launcher-597-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@23f4d770[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 148987 INFO  (jetty-launcher-597-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57009/solr
   [junit4]   2> 148988 WARN  (jetty-launcher-597-thread-5) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@42f9ee8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 148991 INFO  (zkConnectionManagerCallback-614-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148999 INFO  (zkConnectionManagerCallback-617-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149008 WARN  (jetty-launcher-597-thread-5) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4adfb165[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149015 INFO  (jetty-launcher-597-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57009/solr
   [junit4]   2> 149019 INFO  (zkConnectionManagerCallback-623-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149029 INFO  (zkConnectionManagerCallback-625-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149072 INFO  (jetty-launcher-597-thread-5) [n:127.0.0.1:57021_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57021_solr
   [junit4]   2> 149074 INFO  (jetty-launcher-597-thread-5) [n:127.0.0.1:57021_solr    ] o.a.s.c.Overseer Overseer (id=72229316070801419-127.0.0.1:57021_solr-n_0000000000) starting
   [junit4]   2> 149104 INFO  (zkConnectionManagerCallback-632-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149116 INFO  (jetty-launcher-597-thread-5) [n:127.0.0.1:57021_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57009/solr ready
   [junit4]   2> 149118 INFO  (OverseerStateUpdate-72229316070801419-127.0.0.1:57021_solr-n_0000000000) [n:127.0.0.1:57021_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:57021_solr
   [junit4]   2> 149124 INFO  (jetty-launcher-597-thread-5) [n:127.0.0.1:57021_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57021_solr
   [junit4]   2> 149126 INFO  (zkCallback-631-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 149127 INFO  (zkCallback-624-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 149162 INFO  (jetty-launcher-597-thread-1) [n:127.0.0.1:57019_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 149170 INFO  (jetty-launcher-597-thread-1) [n:127.0.0.1:57019_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:57019_solr as DOWN
   [junit4]   2> 149171 INFO  (jetty-launcher-597-thread-1) [n:127.0.0.1:57019_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 149171 INFO  (jetty-launcher-597-thread-1) [n:127.0.0.1:57019_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57019_solr
   [junit4]   2> 149172 INFO  (zkCallback-631-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 149172 INFO  (zkCallback-624-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 149173 INFO  (zkCallback-616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 149231 INFO  (zkConnectionManagerCallback-637-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149235 INFO  (jetty-launcher-597-thread-5) [n:127.0.0.1:57021_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 149242 INFO  (jetty-launcher-597-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 149246 INFO  (jetty-launcher-597-thread-1) [n:127.0.0.1:57019_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 149248 INFO  (jetty-launcher-597-thread-1) [n:127.0.0.1:57019_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57009/solr ready
   [junit4]   2> 149250 INFO  (jetty-launcher-597-thread-1) [n:127.0.0.1:57019_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 149279 WARN  (jetty-launcher-597-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2e9b18eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149302 WARN  (jetty-launcher-597-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1ebdfe36[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149303 INFO  (jetty-launcher-597-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57009/solr
   [junit4]   2> 149306 INFO  (zkConnectionManagerCallback-645-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149312 INFO  (zkConnectionManagerCallback-647-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149338 INFO  (jetty-launcher-597-thread-2) [n:127.0.0.1:57020_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 149348 INFO  (jetty-launcher-597-thread-2) [n:127.0.0.1:57020_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:57020_solr as DOWN
   [junit4]   2> 149352 INFO  (jetty-launcher-597-thread-2) [n:127.0.0.1:57020_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 149352 INFO  (jetty-launcher-597-thread-2) [n:127.0.0.1:57020_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57020_solr
   [junit4]   2> 149354 INFO  (zkCallback-631-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 149354 INFO  (zkCallback-646-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 149354 INFO  (zkCallback-624-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 149354 INFO  (zkCallback-636-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 149354 INFO  (zkCallback-616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 149404 INFO  (jetty-launcher-597-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 149411 WARN  (jetty-launcher-597-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@71af85b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149414 INFO  (jetty-launcher-597-thread-5) [n:127.0.0.1:57021_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57021.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149415 WARN  (jetty-launcher-597-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1e9e7c63[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149416 INFO  (jetty-launcher-597-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57009/solr
   [junit4]   2> 149419 INFO  (zkConnectionManagerCallback-655-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149424 INFO  (zkConnectionManagerCallback-657-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149427 INFO  (jetty-launcher-597-thread-5) [n:127.0.0.1:57021_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57021.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149427 INFO  (jetty-launcher-597-thread-5) [n:127.0.0.1:57021_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57021.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149429 INFO  (jetty-launcher-597-thread-5) [n:127.0.0.1:57021_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node5/.
   [junit4]   2> 149432 INFO  (jetty-launcher-597-thread-4) [n:127.0.0.1:57022_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 149438 INFO  (jetty-launcher-597-thread-4) [n:127.0.0.1:57022_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:57022_solr as DOWN
   [junit4]   2> 149444 INFO  (jetty-launcher-597-thread-1) [n:127.0.0.1:57019_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57019.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149464 INFO  (jetty-launcher-597-thread-1) [n:127.0.0.1:57019_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57019.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149465 INFO  (jetty-launcher-597-thread-1) [n:127.0.0.1:57019_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57019.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149466 INFO  (jetty-launcher-597-thread-1) [n:127.0.0.1:57019_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node1/.
   [junit4]   2> 149468 INFO  (jetty-launcher-597-thread-4) [n:127.0.0.1:57022_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 149468 INFO  (jetty-launcher-597-thread-4) [n:127.0.0.1:57022_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57022_solr
   [junit4]   2> 149473 INFO  (zkCallback-631-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 149473 INFO  (zkCallback-624-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 149473 INFO  (zkCallback-636-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 149473 INFO  (zkCallback-656-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 149473 INFO  (zkCallback-646-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 149474 INFO  (zkCallback-616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 149495 INFO  (zkConnectionManagerCallback-664-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149498 INFO  (jetty-launcher-597-thread-2) [n:127.0.0.1:57020_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 149501 INFO  (jetty-launcher-597-thread-2) [n:127.0.0.1:57020_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57009/solr ready
   [junit4]   2> 149502 INFO  (jetty-launcher-597-thread-2) [n:127.0.0.1:57020_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 149531 INFO  (zkConnectionManagerCallback-670-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149542 INFO  (jetty-launcher-597-thread-2) [n:127.0.0.1:57020_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57020.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149542 INFO  (jetty-launcher-597-thread-4) [n:127.0.0.1:57022_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 149545 INFO  (jetty-launcher-597-thread-4) [n:127.0.0.1:57022_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57009/solr ready
   [junit4]   2> 149546 INFO  (jetty-launcher-597-thread-4) [n:127.0.0.1:57022_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 149562 INFO  (jetty-launcher-597-thread-2) [n:127.0.0.1:57020_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57020.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149562 INFO  (jetty-launcher-597-thread-2) [n:127.0.0.1:57020_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57020.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149563 INFO  (jetty-launcher-597-thread-2) [n:127.0.0.1:57020_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node2/.
   [junit4]   2> 149612 INFO  (jetty-launcher-597-thread-4) [n:127.0.0.1:57022_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57022.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149628 INFO  (jetty-launcher-597-thread-4) [n:127.0.0.1:57022_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57022.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149628 INFO  (jetty-launcher-597-thread-4) [n:127.0.0.1:57022_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57022.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 149630 INFO  (jetty-launcher-597-thread-4) [n:127.0.0.1:57022_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node4/.
   [junit4]   2> 149877 INFO  (jetty-launcher-597-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 149886 WARN  (jetty-launcher-597-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@60362cd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149895 WARN  (jetty-launcher-597-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@195b3fc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 149896 INFO  (jetty-launcher-597-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57009/solr
   [junit4]   2> 149900 INFO  (zkConnectionManagerCallback-677-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149905 INFO  (zkConnectionManagerCallback-679-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149914 INFO  (jetty-launcher-597-thread-3) [n:127.0.0.1:57018_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 149922 INFO  (jetty-launcher-597-thread-3) [n:127.0.0.1:57018_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:57018_solr as DOWN
   [junit4]   2> 149924 INFO  (jetty-launcher-597-thread-3) [n:127.0.0.1:57018_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 149924 INFO  (jetty-launcher-597-thread-3) [n:127.0.0.1:57018_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57018_solr
   [junit4]   2> 149927 INFO  (zkCallback-631-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 149927 INFO  (zkCallback-656-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 149927 INFO  (zkCallback-624-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 149927 INFO  (zkCallback-646-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 149927 INFO  (zkCallback-616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 149927 INFO  (zkCallback-636-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 149928 INFO  (zkCallback-678-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 149928 INFO  (zkCallback-663-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 149928 INFO  (zkCallback-669-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 149977 INFO  (zkConnectionManagerCallback-686-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149980 INFO  (jetty-launcher-597-thread-3) [n:127.0.0.1:57018_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 149982 INFO  (jetty-launcher-597-thread-3) [n:127.0.0.1:57018_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57009/solr ready
   [junit4]   2> 149983 INFO  (jetty-launcher-597-thread-3) [n:127.0.0.1:57018_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 150031 INFO  (jetty-launcher-597-thread-3) [n:127.0.0.1:57018_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57018.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 150043 INFO  (jetty-launcher-597-thread-3) [n:127.0.0.1:57018_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57018.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 150043 INFO  (jetty-launcher-597-thread-3) [n:127.0.0.1:57018_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57018.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 150045 INFO  (jetty-launcher-597-thread-3) [n:127.0.0.1:57018_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node3/.
   [junit4]   2> 150154 INFO  (zkConnectionManagerCallback-692-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 150156 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[1D26C77DC8199F59]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 150159 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[1D26C77DC8199F59]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57009/solr ready
   [junit4]   2> 151307 INFO  (qtp265874755-1711) [n:127.0.0.1:57018_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.config=solrconfig-tlog.xml&property.schema=schema.xml&collection.configName=solrCloudCollectionConfig&name=to_2x2&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 151315 INFO  (OverseerThreadFactory-426-thread-1-processing-n:127.0.0.1:57021_solr) [n:127.0.0.1:57021_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection to_2x2
   [junit4]   2> 151435 INFO  (OverseerStateUpdate-72229316070801419-127.0.0.1:57021_solr-n_0000000000) [n:127.0.0.1:57021_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"to_2x2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"to_2x2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57019/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151440 INFO  (OverseerStateUpdate-72229316070801419-127.0.0.1:57021_solr-n_0000000000) [n:127.0.0.1:57021_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"to_2x2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"to_2x2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57022/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151446 INFO  (OverseerStateUpdate-72229316070801419-127.0.0.1:57021_solr-n_0000000000) [n:127.0.0.1:57021_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"to_2x2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"to_2x2_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57018/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151452 INFO  (OverseerStateUpdate-72229316070801419-127.0.0.1:57021_solr-n_0000000000) [n:127.0.0.1:57021_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"to_2x2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"to_2x2_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57021/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 151686 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr    x:to_2x2_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node7&name=to_2x2_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 151693 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr    x:to_2x2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node3&name=to_2x2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 151694 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr    x:to_2x2_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node8&name=to_2x2_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 151695 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr    x:to_2x2_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node5&name=to_2x2_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 151695 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr    x:to_2x2_shard2_replica_n6] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 152784 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 152785 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 152821 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 152822 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 152841 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.s.IndexSchema [to_2x2_shard2_replica_n6] Schema name=test
   [junit4]   2> 152845 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.s.IndexSchema [to_2x2_shard2_replica_n4] Schema name=test
   [junit4]   2> 152856 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.s.IndexSchema [to_2x2_shard1_replica_n2] Schema name=test
   [junit4]   2> 152931 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.s.IndexSchema [to_2x2_shard1_replica_n1] Schema name=test
   [junit4]   2> 153592 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 153829 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'to_2x2_shard2_replica_n6' using configuration from collection to_2x2, trusted=true
   [junit4]   2> 153830 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57021.solr.core.to_2x2.shard2.replica_n6' (registry 'solr.core.to_2x2.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 153830 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.SolrCore [[to_2x2_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node5/to_2x2_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node5/./to_2x2_shard2_replica_n6/data/]
   [junit4]   2> 153874 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=36.3330078125, floorSegmentMB=0.443359375, forceMergeDeletesPctAllowed=14.093002593077905, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5398170036498499, deletesPctAllowed=48.663430287295654
   [junit4]   2> 153887 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 153896 WARN  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 153898 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 153924 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 153949 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'to_2x2_shard1_replica_n2' using configuration from collection to_2x2, trusted=true
   [junit4]   2> 153949 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57022.solr.core.to_2x2.shard1.replica_n2' (registry 'solr.core.to_2x2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 153950 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.SolrCore [[to_2x2_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node4/to_2x2_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node4/./to_2x2_shard1_replica_n2/data/]
   [junit4]   2> 153993 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=36.3330078125, floorSegmentMB=0.443359375, forceMergeDeletesPctAllowed=14.093002593077905, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5398170036498499, deletesPctAllowed=48.663430287295654
   [junit4]   2> 154013 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'to_2x2_shard1_replica_n1' using configuration from collection to_2x2, trusted=true
   [junit4]   2> 154014 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57019.solr.core.to_2x2.shard1.replica_n1' (registry 'solr.core.to_2x2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 154014 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.SolrCore [[to_2x2_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node1/to_2x2_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node1/./to_2x2_shard1_replica_n1/data/]
   [junit4]   2> 154019 WARN  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 154033 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'to_2x2_shard2_replica_n4' using configuration from collection to_2x2, trusted=true
   [junit4]   2> 154035 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57018.solr.core.to_2x2.shard2.replica_n4' (registry 'solr.core.to_2x2.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3216d2ce
   [junit4]   2> 154035 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.SolrCore [[to_2x2_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node3/to_2x2_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribJoinFromCollectionTest_1D26C77DC8199F59-001/tempDir-001/node3/./to_2x2_shard2_replica_n4/data/]
   [junit4]   2> 154044 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=36.3330078125, floorSegmentMB=0.443359375, forceMergeDeletesPctAllowed=14.093002593077905, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5398170036498499, deletesPctAllowed=48.663430287295654
   [junit4]   2> 154064 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=36.3330078125, floorSegmentMB=0.443359375, forceMergeDeletesPctAllowed=14.093002593077905, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5398170036498499, deletesPctAllowed=48.663430287295654
   [junit4]   2> 154080 WARN  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 154103 WARN  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 154182 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 154182 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 154210 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 154210 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 154217 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=117563527, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 154218 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 154218 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 154228 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fd444ee[to_2x2_shard2_replica_n6] main]
   [junit4]   2> 154268 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 154268 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 154277 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=117563527, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 154284 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 154285 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 154290 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7761f07b[to_2x2_shard1_replica_n2] main]
   [junit4]   2> 154293 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 154294 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 154295 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 154295 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627154740162854912
   [junit4]   2> 154297 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 154297 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627154740164952064
   [junit4]   2> 154302 INFO  (searcherExecutor-456-thread-1-processing-n:127.0.0.1:57021_solr x:to_2x2_shard2_replica_n6 c:to_2x2 s:shard2 r:core_node8) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.SolrCore [to_2x2_shard2_replica_n6] Registered new searcher Searcher@1fd444ee[to_2x2_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 154351 INFO  (searcherExecutor-457-thread-1-processing-n:127.0.0.1:57022_solr x:to_2x2_shard1_replica_n2 c:to_2x2 s:shard1 r:core_node5) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.SolrCore [to_2x2_shard1_replica_n2] Registered new searcher Searcher@7761f07b[to_2x2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 154364 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/to_2x2/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 154365 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/to_2x2/leaders/shard2
   [junit4]   2> 154376 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 154383 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/to_2x2/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 154384 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/to_2x2/leaders/shard1
   [junit4]   2> 154398 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9997ms
   [junit4]   2> 154404 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 154405 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 154411 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 154411 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 154412 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=117563527, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 154465 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c081e53[to_2x2_shard1_replica_n1] main]
   [junit4]   2> 154467 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 154467 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 154467 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 154468 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 154468 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 154469 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627154740345307136
   [junit4]   2> 154474 INFO  (searcherExecutor-458-thread-1-processing-n:127.0.0.1:57019_solr x:to_2x2_shard1_replica_n1 c:to_2x2 s:shard1 r:core_node3) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.SolrCore [to_2x2_shard1_replica_n1] Registered new searcher Searcher@c081e53[to_2x2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 154475 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 154476 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 154479 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/to_2x2/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 154479 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/to_2x2/leaders/shard1
   [junit4]   2> 154483 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=117563527, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 154494 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@c3f8ea1[to_2x2_shard2_replica_n4] main]
   [junit4]   2> 154496 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 154497 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 154497 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 154497 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627154740374667264
   [junit4]   2> 154503 INFO  (searcherExecutor-459-thread-1-processing-n:127.0.0.1:57018_solr x:to_2x2_shard2_replica_n4 c:to_2x2 s:shard2 r:core_node7) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.SolrCore [to_2x2_shard2_replica_n4] Registered new searcher Searcher@c3f8ea1[to_2x2_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 154510 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/to_2x2/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 154512 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/to_2x2/leaders/shard2
   [junit4]   2> 154886 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 154886 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 154886 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57021/solr/to_2x2_shard2_replica_n6/
   [junit4]   2> 154887 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=to_2x2_shard2_replica_n6 url=http://127.0.0.1:57021/solr START replicas=[http://127.0.0.1:57018/solr/to_2x2_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 154888 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=to_2x2_shard2_replica_n6 url=http://127.0.0.1:57021/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 154894 INFO  (qtp265874755-1715) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.S.Request [to_2x2_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 154895 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 154895 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 154895 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/to_2x2/leaders/shard2/leader after winning as /collections/to_2x2/leader_elect/shard2/election/72229316070801419-core_node8-n_0000000000
   [junit4]   2> 154898 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57021/solr/to_2x2_shard2_replica_n6/ shard2
   [junit4]   2> 154902 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 154902 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 154902 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57022/solr/to_2x2_shard1_replica_n2/
   [junit4]   2> 154903 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=to_2x2_shard1_replica_n2 url=http://127.0.0.1:57022/solr START replicas=[http://127.0.0.1:57019/solr/to_2x2_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 154903 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=to_2x2_shard1_replica_n2 url=http://127.0.0.1:57022/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 154909 INFO  (qtp1950775451-1719) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.S.Request [to_2x2_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 154909 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 154910 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 154910 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/to_2x2/leaders/shard1/leader after winning as /collections/to_2x2/leader_elect/shard1/election/72229316070801425-core_node5-n_0000000000
   [junit4]   2> 154914 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57022/solr/to_2x2_shard1_replica_n2/ shard1
   [junit4]   2> 155021 INFO  (zkCallback-656-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155021 INFO  (zkCallback-624-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155023 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 155024 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 155030 INFO  (qtp1364464865-1726) [n:127.0.0.1:57021_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node8&name=to_2x2_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=3335
   [junit4]   2> 155030 INFO  (qtp722570758-1736) [n:127.0.0.1:57022_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node5&name=to_2x2_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=3335
   [junit4]   2> 155138 INFO  (zkCallback-656-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155138 INFO  (zkCallback-624-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155139 INFO  (zkCallback-656-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155142 INFO  (zkCallback-624-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155494 INFO  (qtp1950775451-1717) [n:127.0.0.1:57019_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node3&name=to_2x2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=3801
   [junit4]   2> 155530 INFO  (qtp265874755-1713) [n:127.0.0.1:57018_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node7&name=to_2x2_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=3844
   [junit4]   2> 155537 INFO  (qtp265874755-1711) [n:127.0.0.1:57018_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> 155638 INFO  (zkCallback-656-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155638 INFO  (zkCallback-656-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155638 INFO  (zkCallback-616-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155638 INFO  (zkCallback-624-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155639 INFO  (zkCallback-616-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155640 INFO  (zkCallback-624-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155641 INFO  (zkCallback-678-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155643 INFO  (zkCallback-678-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 155643 INFO  (qtp265874755-1711) [n:127.0.0.1:57018_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={property.config=solrconfig-tlog.xml&property.schema=schema.xml&collection.configName=solrCloudCollectionConfig&name=to_2x2&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=4336
   [junit4]   2> 155766 INFO  (qtp265874755-1710) [n:127.0.0.1:57018_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.config=solrconfig-tlog.xml&property.schema=schema.xml&collection.configName=solrCloudCollectionConfig&name=from_1x4&nrtReplicas=4&action=CREATE&numShards=1&createNodeSet=127.0.0.1:57018_solr,127.0.0.1:57022_solr,127.0.0.1:57019_solr,127.0.0.1:57021_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 155772 INFO  (OverseerThreadFactory-426-thread-2-processing-n:127.0.0.1:57021_solr) [n:127.0.0.1:57021_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection from_1x4
   [junit4]   2> 155772 INFO  (OverseerCollectionConfigSetProcessor-72229316070801419-127.0.0.1:57021_solr-n_0000000000) [n:127.0.0.1:57021_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> 156006 INFO  (OverseerStateUpdate-72229316070801419-127.0.0.1:57021_solr-n_0000000000) [n:127.0.0.1:57021_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"from_1x4",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"from_1x4_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57019/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 156011 INFO  (OverseerStateUpdate-72229316070801419-127.0.0.1:57021_solr-n_0000000000) [n:127.0.0.1:57021_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"from_1x4",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"from_1x4_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57021/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 156015 INFO  (OverseerStateUpdate-72229316070801419-127.0.0.1:57021_solr-n_0000000000) [n:127.0.0.1:57021_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"from_1x4",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"from_1x4_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57018/solr",
   [junit4]   2>   "type":"

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

s            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 1D26C77DC8199F59
    [mkdir] Created dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says jolly good day! Master seed: 1D26C77DC8199F59
   [junit4] Executing 10 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J1 PID(32361@serv1-vm2.sd-datasolutions.de).
   [junit4] Started J0 PID(32362@serv1-vm2.sd-datasolutions.de).
   [junit4] Suite: org.apache.solr.TestTolerantSearch
   [junit4] OK      1.48s J1 | TestTolerantSearch.testGetTopIdsPhaseError
   [junit4] OK      0.16s J1 | TestTolerantSearch.testGetFieldsPhaseError
   [junit4] Completed [1/10] on J1 in 37.04s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.DistribJoinFromCollectionTest
   [junit4] OK      1.59s J0 | DistribJoinFromCollectionTest.testScore
   [junit4] OK      0.44s J0 | DistribJoinFromCollectionTest.testNoScore
   [junit4] Completed [2/10] on J0 in 47.80s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.DistribJoinFromCollectionTest
   [junit4] OK      0.69s J1 | DistribJoinFromCollectionTest.testScore
   [junit4] OK      0.29s J1 | DistribJoinFromCollectionTest.testNoScore
   [junit4] Completed [3/10] on J1 in 18.80s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.TestTolerantSearch
   [junit4] OK      0.10s J1 | TestTolerantSearch.testGetTopIdsPhaseError
   [junit4] OK      0.12s J1 | TestTolerantSearch.testGetFieldsPhaseError
   [junit4] Completed [4/10] on J1 in 2.54s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.TestTolerantSearch
   [junit4] OK      0.10s J1 | TestTolerantSearch.testGetTopIdsPhaseError
   [junit4] OK      0.09s J1 | TestTolerantSearch.testGetFieldsPhaseError
   [junit4] Completed [5/10] on J1 in 2.03s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.DistribJoinFromCollectionTest
   [junit4] OK      0.33s J0 | DistribJoinFromCollectionTest.testScore
   [junit4] OK      0.39s J0 | DistribJoinFromCollectionTest.testNoScore
   [junit4] Completed [6/10] on J0 in 15.03s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.DistribJoinFromCollectionTest
   [junit4] OK      0.58s J0 | DistribJoinFromCollectionTest.testScore
   [junit4] OK      0.31s J0 | DistribJoinFromCollectionTest.testNoScore
   [junit4] Completed [7/10] on J0 in 13.92s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.DistribJoinFromCollectionTest
   [junit4] OK      0.38s J1 | DistribJoinFromCollectionTest.testScore
   [junit4] OK      0.41s J1 | DistribJoinFromCollectionTest.testNoScore
   [junit4] Completed [8/10] on J1 in 16.30s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.TestTolerantSearch
   [junit4] OK      0.09s J1 | TestTolerantSearch.testGetTopIdsPhaseError
   [junit4] OK      0.11s J1 | TestTolerantSearch.testGetFieldsPhaseError
   [junit4] Completed [9/10] on J1 in 2.30s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.TestTolerantSearch
   [junit4] OK      0.53s J0 | TestTolerantSearch.testGetTopIdsPhaseError
   [junit4] OK      0.15s J0 | TestTolerantSearch.testGetFieldsPhaseError
   [junit4] Completed [10/10] on J0 in 3.35s, 2 tests
   [junit4] 
   [junit4] JVM J0:     1.05 ..    83.51 =    82.46s
   [junit4] JVM J1:     1.04 ..    82.04 =    81.00s
   [junit4] Execution time total: 1 minute 23 seconds
   [junit4] Tests summary: 10 suites, 20 tests
   [junit4] Could not remove temporary path: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 271.95s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 155.56s | org.apache.solr.search.facet.TestJsonFacets
[junit4:tophints] 120.65s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 111.65s | org.apache.solr.cloud.BasicDistributedZkTest
[junit4:tophints]  98.69s | org.apache.solr.cloud.CollectionsAPISolrJTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 27 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.TestTolerantSearch
[repro]   0/5 failed: org.apache.solr.cloud.DistribJoinFromCollectionTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2800)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2679)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2660)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3039)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to MacOSX VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1067)
		at hudson.FilePath.act(FilePath.java:1056)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2658)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1841)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3041)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1069)
	at hudson.FilePath.act(FilePath.java:1056)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2658)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1841)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=30f7562eb43785a8117988227a249677d4c96af6, workspace=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX
[WARNINGS] Computing warning deltas based on reference build #62
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2