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/02/06 14:57:27 UTC

[JENKINS] Lucene-Solr-7.x-Windows (32bit/jdk1.8.0_172) - Build # 986 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/986/
Java: 32bit/jdk1.8.0_172 -server -XX:+UseSerialGC

2 tests failed.
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([3CB6759BE6FE46E3:702E3AABAEDB92F8]: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)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
java.lang.InternalError: Memory Pool not found

Stack Trace:
javax.management.RuntimeErrorException: java.lang.InternalError: Memory Pool not found
	at __randomizedtesting.SeedInfo.seed([3CB6759BE6FE46E3:B26711A18BBF1E86]:0)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:841)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:852)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:651)
	at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	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)
Caused by: java.lang.InternalError: Memory Pool not found
	at sun.management.MemoryPoolImpl.getUsage0(Native Method)
	at sun.management.MemoryPoolImpl.getUsage(MemoryPoolImpl.java:96)
	at com.codahale.metrics.jvm.MemoryUsageGaugeSet$15.getRatio(MemoryUsageGaugeSet.java:154)
	at com.codahale.metrics.RatioGauge.getValue(RatioGauge.java:64)
	at com.codahale.metrics.RatioGauge.getValue(RatioGauge.java:11)
	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxGauge.getValue(JmxMetricsReporter.java:210)
	at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
	at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
	at com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)
	at com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
	... 41 more




Build Log:
[...truncated 12791 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistribJoinFromCollectionTest
   [junit4]   2> 479523 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[3CB6759BE6FE46E3]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\init-core-data-001
   [junit4]   2> 479526 WARN  (SUITE-DistribJoinFromCollectionTest-seed#[3CB6759BE6FE46E3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 479526 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[3CB6759BE6FE46E3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 479532 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[3CB6759BE6FE46E3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 479535 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[3CB6759BE6FE46E3]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001
   [junit4]   2> 479535 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[3CB6759BE6FE46E3]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 479536 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 479536 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 479636 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[3CB6759BE6FE46E3]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:63085
   [junit4]   2> 479636 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[3CB6759BE6FE46E3]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63085
   [junit4]   2> 479636 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[3CB6759BE6FE46E3]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63085
   [junit4]   2> 479645 INFO  (zkConnectionManagerCallback-3008-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 479660 INFO  (zkConnectionManagerCallback-3010-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 479662 INFO  (zkConnectionManagerCallback-3012-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 479664 WARN  (jetty-launcher-3013-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 479664 WARN  (jetty-launcher-3013-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-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> 479667 WARN  (jetty-launcher-3013-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-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> 479667 INFO  (jetty-launcher-3013-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16e03f3{/solr,null,AVAILABLE}
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9cac2b{/solr,null,AVAILABLE}
   [junit4]   2> 479667 WARN  (jetty-launcher-3013-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 479667 WARN  (jetty-launcher-3013-thread-5) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-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> 479667 INFO  (jetty-launcher-3013-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-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> 479667 INFO  (jetty-launcher-3013-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-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> 479667 INFO  (jetty-launcher-3013-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 479667 INFO  (jetty-launcher-3013-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 479671 INFO  (jetty-launcher-3013-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 479671 INFO  (jetty-launcher-3013-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 479671 INFO  (jetty-launcher-3013-thread-5) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 479673 INFO  (jetty-launcher-3013-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1652c76{/solr,null,AVAILABLE}
   [junit4]   2> 479674 INFO  (jetty-launcher-3013-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 479674 INFO  (jetty-launcher-3013-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 479674 INFO  (jetty-launcher-3013-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 479674 INFO  (jetty-launcher-3013-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@978e7a{/solr,null,AVAILABLE}
   [junit4]   2> 479676 INFO  (jetty-launcher-3013-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48b6b5{/solr,null,AVAILABLE}
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@12cf853{HTTP/1.1,[http/1.1]}{127.0.0.1:63103}
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-4) [    ] o.e.j.s.Server Started @476637ms
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ac93b1{HTTP/1.1,[http/1.1]}{127.0.0.1:63112}
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-3) [    ] o.e.j.s.Server Started @476637ms
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63103}
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1fa1a6c{HTTP/1.1,[http/1.1]}{127.0.0.1:63106}
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-5) [    ] o.e.j.s.Server Started @476638ms
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63106}
   [junit4]   2> 479690 ERROR (jetty-launcher-3013-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 479690 ERROR (jetty-launcher-3013-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-06T13:27:38.882Z
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-06T13:27:38.882Z
   [junit4]   2> 479690 INFO  (jetty-launcher-3013-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63112}
   [junit4]   2> 479692 ERROR (jetty-launcher-3013-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 479692 INFO  (jetty-launcher-3013-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 479692 INFO  (jetty-launcher-3013-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 479692 INFO  (jetty-launcher-3013-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 479693 INFO  (jetty-launcher-3013-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 479693 INFO  (jetty-launcher-3013-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-06T13:27:38.885Z
   [junit4]   2> 479693 INFO  (jetty-launcher-3013-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1da2b8b{HTTP/1.1,[http/1.1]}{127.0.0.1:63100}
   [junit4]   2> 479693 INFO  (jetty-launcher-3013-thread-2) [    ] o.e.j.s.Server Started @476641ms
   [junit4]   2> 479693 INFO  (jetty-launcher-3013-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63100}
   [junit4]   2> 479693 ERROR (jetty-launcher-3013-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 479693 INFO  (jetty-launcher-3013-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 479693 INFO  (jetty-launcher-3013-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 479694 INFO  (jetty-launcher-3013-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 479694 INFO  (jetty-launcher-3013-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 479694 INFO  (jetty-launcher-3013-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-06T13:27:38.886Z
   [junit4]   2> 479694 INFO  (jetty-launcher-3013-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7bff8c{HTTP/1.1,[http/1.1]}{127.0.0.1:63109}
   [junit4]   2> 479695 INFO  (jetty-launcher-3013-thread-1) [    ] o.e.j.s.Server Started @476642ms
   [junit4]   2> 479695 INFO  (jetty-launcher-3013-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63109}
   [junit4]   2> 479695 ERROR (jetty-launcher-3013-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 479695 INFO  (jetty-launcher-3013-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 479695 INFO  (jetty-launcher-3013-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 479695 INFO  (jetty-launcher-3013-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 479695 INFO  (jetty-launcher-3013-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 479695 INFO  (jetty-launcher-3013-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-06T13:27:38.887Z
   [junit4]   2> 479706 INFO  (zkConnectionManagerCallback-3023-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 479706 INFO  (zkConnectionManagerCallback-3021-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 479709 INFO  (zkConnectionManagerCallback-3019-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 479710 INFO  (jetty-launcher-3013-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 479710 INFO  (jetty-launcher-3013-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 479711 INFO  (jetty-launcher-3013-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 480130 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1008c707f6f0005, likely client has closed socket
   [junit4]   2> 480129 INFO  (zkConnectionManagerCallback-3017-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480127 INFO  (zkConnectionManagerCallback-3015-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 480326 INFO  (jetty-launcher-3013-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 480351 INFO  (jetty-launcher-3013-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 480363 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1008c707f6f0006, likely client has closed socket
   [junit4]   2> 480446 INFO  (jetty-launcher-3013-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 480453 INFO  (jetty-launcher-3013-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63085/solr
   [junit4]   2> 481189 INFO  (jetty-launcher-3013-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 481190 INFO  (jetty-launcher-3013-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63085/solr
   [junit4]   2> 481481 INFO  (jetty-launcher-3013-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 481538 INFO  (jetty-launcher-3013-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 481544 INFO  (jetty-launcher-3013-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63085/solr
   [junit4]   2> 481545 INFO  (jetty-launcher-3013-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63085/solr
   [junit4]   2> 481546 INFO  (zkConnectionManagerCallback-3027-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 481561 INFO  (zkConnectionManagerCallback-3031-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 481571 INFO  (zkConnectionManagerCallback-3036-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 481576 INFO  (zkConnectionManagerCallback-3039-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 481579 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1008c707f6f000a, likely client has closed socket
   [junit4]   2> 481768 INFO  (zkConnectionManagerCallback-3041-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 481769 INFO  (zkConnectionManagerCallback-3043-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 481889 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63106_solr
   [junit4]   2> 481889 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.c.Overseer Overseer (id=72212008840134669-127.0.0.1:63106_solr-n_0000000000) starting
   [junit4]   2> 481902 INFO  (jetty-launcher-3013-thread-3) [n:127.0.0.1:63112_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63112_solr
   [junit4]   2> 481982 INFO  (zkConnectionManagerCallback-3045-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 481983 INFO  (zkConnectionManagerCallback-3047-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 481986 INFO  (jetty-launcher-3013-thread-1) [n:127.0.0.1:63109_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 481988 INFO  (jetty-launcher-3013-thread-1) [n:127.0.0.1:63109_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:63109_solr as DOWN
   [junit4]   2> 481991 INFO  (jetty-launcher-3013-thread-1) [n:127.0.0.1:63109_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 481992 INFO  (jetty-launcher-3013-thread-1) [n:127.0.0.1:63109_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63109_solr
   [junit4]   2> 481992 INFO  (jetty-launcher-3013-thread-4) [n:127.0.0.1:63103_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 481996 INFO  (jetty-launcher-3013-thread-4) [n:127.0.0.1:63103_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:63103_solr as DOWN
   [junit4]   2> 481997 INFO  (jetty-launcher-3013-thread-4) [n:127.0.0.1:63103_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 481997 INFO  (jetty-launcher-3013-thread-4) [n:127.0.0.1:63103_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63103_solr
   [junit4]   2> 482028 INFO  (zkCallback-3042-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 482028 INFO  (zkCallback-3040-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 482133 INFO  (zkCallback-3044-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 482134 INFO  (zkCallback-3046-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 482188 INFO  (zkConnectionManagerCallback-3056-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 482188 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 482192 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63085/solr ready
   [junit4]   2> 482192 INFO  (zkConnectionManagerCallback-3061-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 482196 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:63106_solr as DOWN
   [junit4]   2> 482204 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 482204 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63106_solr
   [junit4]   2> 482205 INFO  (jetty-launcher-3013-thread-3) [n:127.0.0.1:63112_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 482208 INFO  (OverseerStateUpdate-72212008840134669-127.0.0.1:63106_solr-n_0000000000) [n:127.0.0.1:63106_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:63106_solr
   [junit4]   2> 482210 INFO  (zkCallback-3044-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 482211 INFO  (zkCallback-3042-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 482211 INFO  (zkCallback-3046-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 482212 INFO  (zkCallback-3040-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 482214 INFO  (jetty-launcher-3013-thread-3) [n:127.0.0.1:63112_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63085/solr ready
   [junit4]   2> 482214 INFO  (jetty-launcher-3013-thread-3) [n:127.0.0.1:63112_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 482242 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 482260 INFO  (zkConnectionManagerCallback-3070-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 482260 INFO  (zkConnectionManagerCallback-3075-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 482268 INFO  (zkCallback-3060-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 482268 INFO  (zkCallback-3055-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 482271 INFO  (jetty-launcher-3013-thread-1) [n:127.0.0.1:63109_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 482271 INFO  (jetty-launcher-3013-thread-4) [n:127.0.0.1:63103_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 482285 INFO  (jetty-launcher-3013-thread-1) [n:127.0.0.1:63109_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63085/solr ready
   [junit4]   2> 482285 INFO  (jetty-launcher-3013-thread-1) [n:127.0.0.1:63109_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 482288 INFO  (jetty-launcher-3013-thread-4) [n:127.0.0.1:63103_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63085/solr ready
   [junit4]   2> 482288 INFO  (jetty-launcher-3013-thread-4) [n:127.0.0.1:63103_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 482374 INFO  (jetty-launcher-3013-thread-1) [n:127.0.0.1:63109_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63109.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482380 INFO  (jetty-launcher-3013-thread-1) [n:127.0.0.1:63109_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63109.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482382 INFO  (jetty-launcher-3013-thread-1) [n:127.0.0.1:63109_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63109.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482404 INFO  (jetty-launcher-3013-thread-4) [n:127.0.0.1:63103_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63103.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482407 INFO  (jetty-launcher-3013-thread-1) [n:127.0.0.1:63109_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node2\.
   [junit4]   2> 482424 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63106.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482436 INFO  (jetty-launcher-3013-thread-3) [n:127.0.0.1:63112_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63112.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482499 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63106.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482503 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63106.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482530 INFO  (jetty-launcher-3013-thread-5) [n:127.0.0.1:63106_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node4\.
   [junit4]   2> 482531 INFO  (jetty-launcher-3013-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 482541 INFO  (jetty-launcher-3013-thread-4) [n:127.0.0.1:63103_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63103.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482541 INFO  (jetty-launcher-3013-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63085/solr
   [junit4]   2> 482541 INFO  (jetty-launcher-3013-thread-4) [n:127.0.0.1:63103_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63103.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482542 INFO  (jetty-launcher-3013-thread-4) [n:127.0.0.1:63103_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node5\.
   [junit4]   2> 482542 INFO  (jetty-launcher-3013-thread-3) [n:127.0.0.1:63112_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63112.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482542 INFO  (jetty-launcher-3013-thread-3) [n:127.0.0.1:63112_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63112.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 482547 INFO  (jetty-launcher-3013-thread-3) [n:127.0.0.1:63112_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node3\.
   [junit4]   2> 482815 INFO  (zkConnectionManagerCallback-3083-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 482972 INFO  (zkConnectionManagerCallback-3085-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 482978 INFO  (jetty-launcher-3013-thread-2) [n:127.0.0.1:63100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 482981 INFO  (jetty-launcher-3013-thread-2) [n:127.0.0.1:63100_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:63100_solr as DOWN
   [junit4]   2> 482982 INFO  (jetty-launcher-3013-thread-2) [n:127.0.0.1:63100_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 482982 INFO  (jetty-launcher-3013-thread-2) [n:127.0.0.1:63100_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63100_solr
   [junit4]   2> 482983 INFO  (zkCallback-3060-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 482983 INFO  (zkCallback-3042-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 482983 INFO  (zkCallback-3044-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 482983 INFO  (zkCallback-3040-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 482983 INFO  (zkCallback-3046-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 482983 INFO  (zkCallback-3055-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 483141 INFO  (zkCallback-3074-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 483141 INFO  (zkCallback-3084-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 483141 INFO  (zkCallback-3069-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 483150 INFO  (zkConnectionManagerCallback-3092-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 483152 INFO  (jetty-launcher-3013-thread-2) [n:127.0.0.1:63100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 483152 INFO  (jetty-launcher-3013-thread-2) [n:127.0.0.1:63100_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63085/solr ready
   [junit4]   2> 483154 INFO  (jetty-launcher-3013-thread-2) [n:127.0.0.1:63100_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 483198 INFO  (jetty-launcher-3013-thread-2) [n:127.0.0.1:63100_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63100.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 483206 INFO  (jetty-launcher-3013-thread-2) [n:127.0.0.1:63100_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63100.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 483206 INFO  (jetty-launcher-3013-thread-2) [n:127.0.0.1:63100_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63100.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 483209 INFO  (jetty-launcher-3013-thread-2) [n:127.0.0.1:63100_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node1\.
   [junit4]   2> 483317 INFO  (zkConnectionManagerCallback-3098-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 483319 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[3CB6759BE6FE46E3]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 483321 INFO  (SUITE-DistribJoinFromCollectionTest-seed#[3CB6759BE6FE46E3]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63085/solr ready
   [junit4]   2> 484081 INFO  (qtp10221857-7393) [n:127.0.0.1:63109_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> 484105 INFO  (OverseerThreadFactory-1452-thread-1-processing-n:127.0.0.1:63106_solr) [n:127.0.0.1:63106_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection to_2x2
   [junit4]   2> 484223 INFO  (qtp10221857-7389) [n:127.0.0.1:63109_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=4
   [junit4]   2> 484228 INFO  (qtp10221857-7381) [n:127.0.0.1:63109_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=4
   [junit4]   2> 484232 INFO  (qtp10221857-7392) [n:127.0.0.1:63109_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484238 INFO  (qtp10221857-7398) [n:127.0.0.1:63109_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484239 INFO  (qtp10221857-7391) [n:127.0.0.1:63109_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484248 INFO  (qtp11302251-7365) [n:127.0.0.1:63103_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=4
   [junit4]   2> 484253 INFO  (qtp11302251-7364) [n:127.0.0.1:63103_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484257 INFO  (qtp11302251-7363) [n:127.0.0.1:63103_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484262 INFO  (qtp11302251-7362) [n:127.0.0.1:63103_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484266 INFO  (qtp11302251-7360) [n:127.0.0.1:63103_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484273 INFO  (qtp11426685-7375) [n:127.0.0.1:63112_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=4
   [junit4]   2> 484277 INFO  (qtp11426685-7373) [n:127.0.0.1:63112_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484282 INFO  (qtp11426685-7372) [n:127.0.0.1:63112_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=4
   [junit4]   2> 484284 INFO  (qtp11426685-7371) [n:127.0.0.1:63112_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484290 INFO  (qtp11426685-7371) [n:127.0.0.1:63112_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=4
   [junit4]   2> 484309 INFO  (qtp21079532-7382) [n:127.0.0.1:63106_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484309 INFO  (qtp21079532-7382) [n:127.0.0.1:63106_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=2
   [junit4]   2> 484314 INFO  (qtp21079532-7382) [n:127.0.0.1:63106_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484321 INFO  (qtp21079532-7382) [n:127.0.0.1:63106_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484323 INFO  (qtp21079532-7384) [n:127.0.0.1:63106_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484333 INFO  (qtp17603211-7397) [n:127.0.0.1:63100_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=4
   [junit4]   2> 484348 INFO  (qtp17603211-7397) [n:127.0.0.1:63100_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484352 INFO  (qtp17603211-7359) [n:127.0.0.1:63100_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484356 INFO  (qtp17603211-7358) [n:127.0.0.1:63100_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484360 INFO  (qtp17603211-7357) [n:127.0.0.1:63100_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 484369 INFO  (OverseerStateUpdate-72212008840134669-127.0.0.1:63106_solr-n_0000000000) [n:127.0.0.1:63106_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:63100/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 484379 INFO  (OverseerStateUpdate-72212008840134669-127.0.0.1:63106_solr-n_0000000000) [n:127.0.0.1:63106_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:63106/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 484384 INFO  (OverseerStateUpdate-72212008840134669-127.0.0.1:63106_solr-n_0000000000) [n:127.0.0.1:63106_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:63112/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 484387 INFO  (OverseerStateUpdate-72212008840134669-127.0.0.1:63106_solr-n_0000000000) [n:127.0.0.1:63106_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:63103/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 484591 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 484598 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 484605 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 484605 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 484607 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr    x:to_2x2_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 485649 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 485650 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 485680 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 485688 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 485688 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 485705 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 485914 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 485951 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 485953 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 485978 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486054 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 486099 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 486173 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486173 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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_63106.solr.core.to_2x2.shard1.replica_n2' (registry 'solr.core.to_2x2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 486173 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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 [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node4\to_2x2_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node4\.\to_2x2_shard1_replica_n2\data\]
   [junit4]   2> 486176 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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=30, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=38.208984375, floorSegmentMB=1.4482421875, forceMergeDeletesPctAllowed=17.10056917666956, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13076550671286766, deletesPctAllowed=37.289095645083876
   [junit4]   2> 486183 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 486187 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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_63100.solr.core.to_2x2.shard1.replica_n1' (registry 'solr.core.to_2x2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 486187 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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 [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node1\to_2x2_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node1\.\to_2x2_shard1_replica_n1\data\]
   [junit4]   2> 486190 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 486190 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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=30, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=38.208984375, floorSegmentMB=1.4482421875, forceMergeDeletesPctAllowed=17.10056917666956, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13076550671286766, deletesPctAllowed=37.289095645083876
   [junit4]   2> 486190 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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_63112.solr.core.to_2x2.shard2.replica_n4' (registry 'solr.core.to_2x2.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 486190 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 486190 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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 [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node3\to_2x2_shard2_replica_n4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node3\.\to_2x2_shard2_replica_n4\data\]
   [junit4]   2> 486190 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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_63103.solr.core.to_2x2.shard2.replica_n6' (registry 'solr.core.to_2x2.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7dde3
   [junit4]   2> 486190 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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 [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node5\to_2x2_shard2_replica_n6], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DistribJoinFromCollectionTest_3CB6759BE6FE46E3-001\tempDir-001\node5\.\to_2x2_shard2_replica_n6\data\]
   [junit4]   2> 486196 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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=30, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=38.208984375, floorSegmentMB=1.4482421875, forceMergeDeletesPctAllowed=17.10056917666956, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13076550671286766, deletesPctAllowed=37.289095645083876
   [junit4]   2> 486196 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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=30, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=38.208984375, floorSegmentMB=1.4482421875, forceMergeDeletesPctAllowed=17.10056917666956, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13076550671286766, deletesPctAllowed=37.289095645083876
   [junit4]   2> 486198 WARN  (qtp17603211-7355) [n:127.0.0.1:63100_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> 486199 WARN  (qtp11302251-7401) [n:127.0.0.1:63103_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> 486213 WARN  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486249 WARN  (qtp11426685-7377) [n:127.0.0.1:63112_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> 486384 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486384 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486387 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 486387 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 486389 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 486389 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 486389 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486389 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486389 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 486391 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 486391 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 486393 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 486393 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 486393 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 486393 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7840ad[to_2x2_shard1_replica_n2] main]
   [junit4]   2> 486393 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 486393 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@187ba9c[to_2x2_shard1_replica_n1] main]
   [junit4]   2> 486393 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486395 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486396 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486396 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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 1624726218303602688
   [junit4]   2> 486396 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 486396 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 486400 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 486400 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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 1624726218307796992
   [junit4]   2> 486401 INFO  (searcherExecutor-1473-thread-1-processing-n:127.0.0.1:63106_solr x:to_2x2_shard1_replica_n2 c:to_2x2 s:shard1 r:core_node5) [n:127.0.0.1:63106_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@7840ad[to_2x2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 486409 INFO  (searcherExecutor-1474-thread-1-processing-n:127.0.0.1:63100_solr x:to_2x2_shard1_replica_n1 c:to_2x2 s:shard1 r:core_node3) [n:127.0.0.1:63100_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@187ba9c[to_2x2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 486416 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486417 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486421 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 486421 INFO  (qtp17603211-7355) [n:127.0.0.1:63100_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> 486427 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@d941e1[to_2x2_shard2_replica_n6] main]
   [junit4]   2> 486429 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486429 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486429 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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:63106/solr/to_2x2_shard1_replica_n2/
   [junit4]   2> 486430 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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:63106/solr START replicas=[http://127.0.0.1:63100/solr/to_2x2_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 486430 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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:63106/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 486431 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 486431 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 486431 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 486431 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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 1624726218340302848
   [junit4]   2> 486440 INFO  (qtp17603211-7354) [n:127.0.0.1:63100_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=5
   [junit4]   2> 486440 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486440 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486440 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_solr c:to_2x2 s:shard1 r:core_node5 x:to_2x2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 486452 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 486452 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 486456 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 486456 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 486456 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 486456 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@f31507[to_2x2_shard2_replica_n4] main]
   [junit4]   2> 486460 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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/72212008840134669-core_node5-n_0000000000
   [junit4]   2> 486478 INFO  (searcherExecutor-1476-thread-1-processing-n:127.0.0.1:63103_solr x:to_2x2_shard2_replica_n6 c:to_2x2 s:shard2 r:core_node8) [n:127.0.0.1:63103_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@d941e1[to_2x2_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 486481 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 486482 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 486483 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 486483 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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 1624726218394828800
   [junit4]   2> 486484 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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:63106/solr/to_2x2_shard1_replica_n2/ shard1
   [junit4]   2> 486490 INFO  (searcherExecutor-1475-thread-1-processing-n:127.0.0.1:63112_solr x:to_2x2_shard2_replica_n4 c:to_2x2 s:shard2 r:core_node7) [n:127.0.0.1:63112_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@f31507[to_2x2_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 486496 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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}, version=0}
   [junit4]   2> 486496 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_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> 486502 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 486509 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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_node7=0, core_node8=0}, version=1}
   [junit4]   2> 486510 INFO  (qtp11302251-7401) [n:127.0.0.1:63103_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> 486605 INFO  (zkCallback-3042-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> 486606 INFO  (zkCallback-3042-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> 486606 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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> 486611 INFO  (qtp21079532-7380) [n:127.0.0.1:63106_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=2012
   [junit4]   2> 486711 INFO  (zkCallback-3042-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> 486711 INFO  (zkCallback-3042-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> 486711 INFO  (zkCallback-3042-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> 487002 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 487002 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 487002 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63112/solr/to_2x2_shard2_replica_n4/
   [junit4]   2> 487003 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=to_2x2_shard2_replica_n4 url=http://127.0.0.1:63112/solr START replicas=[http://127.0.0.1:63103/solr/to_2x2_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 487004 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=to_2x2_shard2_replica_n4 url=http://127.0.0.1:63112/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 487006 INFO  (qtp11302251-7365) [n:127.0.0.1:63103_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n6] o.a.s.c.S.Request [to_2x2_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 487006 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 487006 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] 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> 487006 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 487006 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_solr c:to_2x2 s:shard2 r:core_node7 x:to_2x2_shard2_replica_n4] 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/72212008840134668-core_node7-n_0000000000
   [junit4]   2> 487008 INFO  (qtp11426685-7377) [n:127.0.0.1:63112_sol

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

r.java:678)
   [junit4]    > 	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.InternalError: Memory Pool not found
   [junit4]    > 	at sun.management.MemoryPoolImpl.getUsage0(Native Method)
   [junit4]    > 	at sun.management.MemoryPoolImpl.getUsage(MemoryPoolImpl.java:96)
   [junit4]    > 	at com.codahale.metrics.jvm.MemoryUsageGaugeSet$15.getRatio(MemoryUsageGaugeSet.java:154)
   [junit4]    > 	at com.codahale.metrics.RatioGauge.getValue(RatioGauge.java:64)
   [junit4]    > 	at com.codahale.metrics.RatioGauge.getValue(RatioGauge.java:11)
   [junit4]    > 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxGauge.getValue(JmxMetricsReporter.java:210)
   [junit4]    > 	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
   [junit4]    > 	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
   [junit4]    > 	at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
   [junit4]    > 	at com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)
   [junit4]    > 	at com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
   [junit4]    > 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
   [junit4]    > 	... 41 more
   [junit4]   2> 1447335 INFO  (SUITE-TestJmxIntegration-seed#[3CB6759BE6FE46E3]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1447335 INFO  (SUITE-TestJmxIntegration-seed#[3CB6759BE6FE46E3]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=5159796
   [junit4]   2> 1447336 INFO  (coreCloseExecutor-5484-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@b3409a
   [junit4]   2> 1447336 INFO  (coreCloseExecutor-5484-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=b3409a
   [junit4]   2> 1447336 INFO  (coreCloseExecutor-5484-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b2595c: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@c28516
   [junit4]   2> 1447388 INFO  (SUITE-TestJmxIntegration-seed#[3CB6759BE6FE46E3]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1447388 INFO  (SUITE-TestJmxIntegration-seed#[3CB6759BE6FE46E3]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d70fd4: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@19939bb
   [junit4]   2> 1447393 INFO  (SUITE-TestJmxIntegration-seed#[3CB6759BE6FE46E3]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1447393 INFO  (SUITE-TestJmxIntegration-seed#[3CB6759BE6FE46E3]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c8410c: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@149f783
   [junit4]   2> 1447407 INFO  (SUITE-TestJmxIntegration-seed#[3CB6759BE6FE46E3]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1447407 INFO  (SUITE-TestJmxIntegration-seed#[3CB6759BE6FE46E3]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9c1f12: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1fa4410
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestJmxIntegration_3CB6759BE6FE46E3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {multiDefault=PostingsFormat(name=Memory), id=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1835, maxMBSortInHeap=7.3824007175555515, sim=RandomSimilarity(queryNorm=false): {}, locale=sr-Latn-RS, timezone=Pacific/Wallis
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_172 (32-bit)/cpus=3,threads=1,free=249517576,total=517128192
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetProperties, TestSimDistribStateManager, TestRandomDVFaceting, CollectionsAPIAsyncDistributedZkTest, ConfigureRecoveryStrategyTest, TestSchemaVersionResource, BlockJoinFacetRandomTest, SolrCloudReportersTest, TestCorePropertiesReload, TestJsonFacetsStatsParsing, SuggesterTest, CollectionReloadTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestSolrCloudSnapshots, MetricUtilsTest, TestSortableTextField, TestDirectoryFactory, CreateCollectionCleanupTest, TestChildDocTransformerHierarchy, MetricTriggerTest, HdfsCollectionsAPIDistributedZkTest, VMParamsZkACLAndCredentialsProvidersTest, TestJsonFacetRefinement, DateMathParserTest, SpellPossibilityIteratorTest, TestFieldTypeResource, TestUtilizeNode, TestFilteredDocIdSet, TestDownShardTolerantSearch, PingRequestHandlerTest, TestInitQParser, TestStressLiveNodes, TestCloudConsistency, TestCloudPivotFacet, BooleanFieldTest, TestRandomFlRTGCloud, IndexSchemaTest, DistribJoinFromCollectionTest, TestSolrDeletionPolicy1, TriggerIntegrationTest, ForceLeaderTest, TestSQLHandlerNonCloud, AutoAddReplicasPlanActionTest, NodeLostTriggerTest, TestQuerySenderListener, TestOverriddenPrefixQueryForCustomFieldType, TestLocalFSCloudBackupRestore, HdfsBasicDistributedZkTest, DistributedSpellCheckComponentTest, TestInPlaceUpdatesStandalone, HighlighterMaxOffsetTest, InfixSuggestersTest, FileBasedSpellCheckerTest, SharedFSAutoReplicaFailoverTest, SolrMetricManagerTest, AssignBackwardCompatibilityTest, SolrCoreCheckLockOnStartupTest, TestPullReplica, TestIBSimilarityFactory, RemoteQueryErrorTest, TestHashPartitioner, TestObjectReleaseTracker, TestDFISimilarityFactory, TestBM25SimilarityFactory, MinimalSchemaTest, DocValuesMissingTest, ShowFileRequestHandlerTest, MetricsHistoryHandlerTest, TestAtomicUpdateErrorCases, TestSimExecutePlanAction, AddReplicaTest, TestStressCloudBlindAtomicUpdates, TestSSLRandomization, SolrCmdDistributorTest, TestSimpleTrackingShardHandler, TestStandardQParsers, HdfsThreadLeakTest, TermVectorComponentDistributedTest, BJQParserTest, TestMultiWordSynonyms, MultiSolrCloudTestCaseTest, TestStreamBody, DistribCursorPagingTest, NodeMutatorTest, BaseCdcrDistributedZkTest, BasicFunctionalityTest, ShardsWhitelistTest, QueryEqualityTest, TestRTGBase, PeerSyncTest, FastVectorHighlighterTest, TestBlobHandler, CloneFieldUpdateProcessorFactoryTest, TestDistribDocBasedVersion, TestShortCircuitedRequests, DistributedFacetPivotLongTailTest, TestMultiValuedNumericRangeQuery, CdcrBootstrapTest, PolyFieldTest, TestDocumentBuilder, SmileWriterTest, TestDynamicURP, SpatialRPTFieldTypeTest, RankQueryTest, TestFreeTextSuggestions, RequiredFieldsTest, OverriddenZkACLAndCredentialsProvidersTest, SystemLogListenerTest, FieldMutatingUpdateProcessorTest, HLLUtilTest, DistributedQueryComponentOptimizationTest, TestRuleBasedAuthorizationPlugin, ConcurrentDeleteAndCreateCollectionTest, TestSolrConfigHandlerConcurrent, TestDefaultStatsCache, TestFieldCacheSortRandom, ZkSolrClientTest, LIROnShardRestartTest, TestFoldingMultitermQuery, TestSolrQueryResponse, TestRawTransformer, TestHdfsUpdateLog, TestRealTimeGet, TestEmbeddedSolrServerAdminHandler, TestMacros, SolrJmxReporterTest, TestUtils, SpatialFilterTest, SystemInfoHandlerTest, MBeansHandlerTest, BigEndianAscendingWordDeserializerTest, HttpPartitionOnCommitTest, TestHalfAndHalfDocValues, CleanupOldIndexTest, ByteBuffersDirectoryFactoryTest, ResponseBuilderTest, ConjunctionSolrSpellCheckerTest, TestReplicationHandlerBackup, TestCollectionAPIs, DistributedUpdateProcessorTest, RangeFacetCloudTest, TestManagedResource, ZkStateReaderTest, TestRestManager, OverseerTest, LargeFieldTest, TestCharFilters, HDFSCollectionsAPITest, TestJmxIntegration]
   [junit4] Completed [252/838 (2!)] on J1 in 7.06s, 3 tests, 1 error <<< FAILURES!

[...truncated 47227 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/986/consoleText

[repro] Revision: 2835e086537ee708dc6037e19b33c5aa3c287a15

[repro] Ant options: "-Dargs=-server -XX:+UseSerialGC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestJmxIntegration
[repro]       DistribJoinFromCollectionTest
[repro] ant compile-test

[...truncated 3605 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestJmxIntegration|*.DistribJoinFromCollectionTest" -Dtests.showOutput=onerror "-Dargs=-server -XX:+UseSerialGC" -Dtests.seed=3CB6759BE6FE46E3 -Dtests.slow=true -Dtests.locale=sr-Latn-RS -Dtests.timezone=Pacific/Wallis -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 103 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.DistribJoinFromCollectionTest
[repro]   0/5 failed: org.apache.solr.core.TestJmxIntegration
[repro] Exiting with code 0

[...truncated 78 lines...]