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 2017/08/14 17:19:35 UTC

[JENKINS] Lucene-Solr-7.0-Linux (64bit/jdk1.8.0_144) - Build # 202 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/202/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestJmxIntegration

Error Message:
JMX not enabled

Stack Trace:
java.lang.AssertionError: JMX not enabled
	at __randomizedtesting.SeedInfo.seed([B071BE0E9C3AAA24]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestJmxIntegration.beforeClass(TestJmxIntegration.java:75)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}

Stack Trace:
java.lang.AssertionError: Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}
	at __randomizedtesting.SeedInfo.seed([B071BE0E9C3AAA24:F804CABA9A0985B1]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.checkNoTwoShardsUseTheSameIndexDir(CollectionsAPIDistributedZkTest.java:580)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:461)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11132 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/init-core-data-001
   [junit4]   2> 409625 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 409626 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 409626 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 409627 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001
   [junit4]   2> 409627 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 409627 INFO  (Thread-695) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 409627 INFO  (Thread-695) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 409629 ERROR (Thread-695) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 409727 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37007
   [junit4]   2> 409735 INFO  (jetty-launcher-500-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 409737 INFO  (jetty-launcher-500-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 409737 INFO  (jetty-launcher-500-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 409738 INFO  (jetty-launcher-500-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 409753 INFO  (jetty-launcher-500-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6bdfb0b5{/solr,null,AVAILABLE}
   [junit4]   2> 409754 INFO  (jetty-launcher-500-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@305bbde4{/solr,null,AVAILABLE}
   [junit4]   2> 409754 INFO  (jetty-launcher-500-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5fdc8667{SSL,[ssl, http/1.1]}{127.0.0.1:40015}
   [junit4]   2> 409754 INFO  (jetty-launcher-500-thread-4) [    ] o.e.j.s.Server Started @411465ms
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40015}
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@393fc3f9{SSL,[ssl, http/1.1]}{127.0.0.1:38379}
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-1) [    ] o.e.j.s.Server Started @411465ms
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38379}
   [junit4]   2> 409755 ERROR (jetty-launcher-500-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 409755 ERROR (jetty-launcher-500-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-14T16:28:47.202Z
   [junit4]   2> 409755 INFO  (jetty-launcher-500-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-14T16:28:47.202Z
   [junit4]   2> 409757 INFO  (jetty-launcher-500-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@731467e7{/solr,null,AVAILABLE}
   [junit4]   2> 409763 INFO  (jetty-launcher-500-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@17f6d219{SSL,[ssl, http/1.1]}{127.0.0.1:46255}
   [junit4]   2> 409763 INFO  (jetty-launcher-500-thread-2) [    ] o.e.j.s.Server Started @411474ms
   [junit4]   2> 409763 INFO  (jetty-launcher-500-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46255}
   [junit4]   2> 409764 ERROR (jetty-launcher-500-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 409764 INFO  (jetty-launcher-500-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 409764 INFO  (jetty-launcher-500-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 409764 INFO  (jetty-launcher-500-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 409764 INFO  (jetty-launcher-500-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-14T16:28:47.211Z
   [junit4]   2> 409777 INFO  (jetty-launcher-500-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29c114ff{/solr,null,AVAILABLE}
   [junit4]   2> 409778 INFO  (jetty-launcher-500-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 409781 INFO  (jetty-launcher-500-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2a142bee{SSL,[ssl, http/1.1]}{127.0.0.1:40315}
   [junit4]   2> 409781 INFO  (jetty-launcher-500-thread-3) [    ] o.e.j.s.Server Started @411492ms
   [junit4]   2> 409781 INFO  (jetty-launcher-500-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40315}
   [junit4]   2> 409782 ERROR (jetty-launcher-500-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 409782 INFO  (jetty-launcher-500-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 409782 INFO  (jetty-launcher-500-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 409782 INFO  (jetty-launcher-500-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 409782 INFO  (jetty-launcher-500-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-14T16:28:47.229Z
   [junit4]   2> 409789 INFO  (jetty-launcher-500-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 409789 INFO  (jetty-launcher-500-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 409797 INFO  (jetty-launcher-500-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 409798 INFO  (jetty-launcher-500-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37007/solr
   [junit4]   2> 409802 INFO  (jetty-launcher-500-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37007/solr
   [junit4]   2> 409809 INFO  (jetty-launcher-500-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37007/solr
   [junit4]   2> 409819 INFO  (jetty-launcher-500-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37007/solr
   [junit4]   2> 409850 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15de19382630007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 409972 INFO  (jetty-launcher-500-thread-2) [n:127.0.0.1:46255_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 409972 INFO  (jetty-launcher-500-thread-2) [n:127.0.0.1:46255_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46255_solr
   [junit4]   2> 409972 INFO  (jetty-launcher-500-thread-2) [n:127.0.0.1:46255_solr    ] o.a.s.c.Overseer Overseer (id=98482790535987208-127.0.0.1:46255_solr-n_0000000000) starting
   [junit4]   2> 409988 INFO  (jetty-launcher-500-thread-1) [n:127.0.0.1:38379_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 409989 INFO  (jetty-launcher-500-thread-1) [n:127.0.0.1:38379_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38379_solr
   [junit4]   2> 410020 INFO  (zkCallback-518-thread-1-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 410020 INFO  (zkCallback-521-thread-1-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 410025 INFO  (jetty-launcher-500-thread-4) [n:127.0.0.1:40015_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 410025 INFO  (jetty-launcher-500-thread-3) [n:127.0.0.1:40315_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 410028 INFO  (jetty-launcher-500-thread-4) [n:127.0.0.1:40015_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 410028 INFO  (jetty-launcher-500-thread-3) [n:127.0.0.1:40315_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 410030 INFO  (jetty-launcher-500-thread-4) [n:127.0.0.1:40015_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40015_solr
   [junit4]   2> 410031 INFO  (jetty-launcher-500-thread-3) [n:127.0.0.1:40315_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40315_solr
   [junit4]   2> 410039 INFO  (zkCallback-521-thread-1-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 410050 INFO  (jetty-launcher-500-thread-2) [n:127.0.0.1:46255_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46255_solr
   [junit4]   2> 410051 INFO  (zkCallback-521-thread-1-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 410054 INFO  (zkCallback-520-thread-1-processing-n:127.0.0.1:40015_solr) [n:127.0.0.1:40015_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 410070 INFO  (zkCallback-518-thread-2-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 410077 INFO  (zkCallback-521-thread-1-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 410107 INFO  (zkCallback-523-thread-1-processing-n:127.0.0.1:40315_solr) [n:127.0.0.1:40315_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 410113 WARN  (jetty-launcher-500-thread-1) [n:127.0.0.1:38379_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410119 WARN  (jetty-launcher-500-thread-1) [n:127.0.0.1:38379_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410119 WARN  (jetty-launcher-500-thread-1) [n:127.0.0.1:38379_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410119 INFO  (jetty-launcher-500-thread-1) [n:127.0.0.1:38379_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node1
   [junit4]   2> 410159 WARN  (jetty-launcher-500-thread-4) [n:127.0.0.1:40015_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410159 WARN  (jetty-launcher-500-thread-2) [n:127.0.0.1:46255_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410159 WARN  (jetty-launcher-500-thread-4) [n:127.0.0.1:40015_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410159 WARN  (jetty-launcher-500-thread-2) [n:127.0.0.1:46255_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410159 WARN  (jetty-launcher-500-thread-4) [n:127.0.0.1:40015_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410159 WARN  (jetty-launcher-500-thread-2) [n:127.0.0.1:46255_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410159 INFO  (jetty-launcher-500-thread-2) [n:127.0.0.1:46255_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node2
   [junit4]   2> 410159 INFO  (jetty-launcher-500-thread-4) [n:127.0.0.1:40015_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node4
   [junit4]   2> 410257 WARN  (jetty-launcher-500-thread-3) [n:127.0.0.1:40315_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410257 WARN  (jetty-launcher-500-thread-3) [n:127.0.0.1:40315_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410257 WARN  (jetty-launcher-500-thread-3) [n:127.0.0.1:40315_solr    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 410257 INFO  (jetty-launcher-500-thread-3) [n:127.0.0.1:40315_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node3
   [junit4]   2> 410349 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 410349 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37007/solr ready
   [junit4]   2> 410377 INFO  (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[B071BE0E9C3AAA24]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames
   [junit4]   2> 410378 INFO  (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[B071BE0E9C3AAA24]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 410411 ERROR (qtp1883315515-3273) [n:127.0.0.1:40015_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Unknown action: BADACTION
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:205)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:378)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 410411 INFO  (qtp1883315515-3273) [n:127.0.0.1:40015_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=badactioncollection&action=BADACTION&numShards=2&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 410411 INFO  (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[B071BE0E9C3AAA24]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionNames
   [junit4]   2> 410426 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[B071BE0E9C3AAA24]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters
   [junit4]   2> 410427 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[B071BE0E9C3AAA24]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 410429 INFO  (qtp1883315515-3255) [n:127.0.0.1:40015_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 410429 ERROR (qtp1883315515-3255) [n:127.0.0.1:40015_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Missing required parameter: name
   [junit4]   2> 	at org.apache.solr.common.params.RequiredSolrParams.getParams(RequiredSolrParams.java:90)
   [junit4]   2> 	at org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:462)
   [junit4]   2> 	at org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:479)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$0(CollectionsHandler.java:391)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:936)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:223)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:210)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:378)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 410430 INFO  (qtp1883315515-3255) [n:127.0.0.1:40015_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 410430 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[B071BE0E9C3AAA24]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMissingRequiredParameters
   [junit4]   2> 410446 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[B071BE0E9C3AAA24]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionOnlyInZk
   [junit4]   2> 410447 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[B071BE0E9C3AAA24]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 410450 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 412030 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=1579
   [junit4]   2> 412031 INFO  (qtp1883315515-3276) [n:127.0.0.1:40015_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 412031 INFO  (qtp1883315515-3276) [n:127.0.0.1:40015_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 412031 INFO  (qtp1883315515-3273) [n:127.0.0.1:40015_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=onlyinzk&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 412032 INFO  (OverseerThreadFactory-1640-thread-2-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.CreateCollectionCmd Create collection onlyinzk
   [junit4]   2> 412032 INFO  (OverseerCollectionConfigSetProcessor-98482790535987208-127.0.0.1:46255_solr-n_0000000000) [n:127.0.0.1:46255_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 412135 INFO  (OverseerStateUpdate-98482790535987208-127.0.0.1:46255_solr-n_0000000000) [n:127.0.0.1:46255_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"onlyinzk",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"onlyinzk_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46255/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 412135 INFO  (OverseerStateUpdate-98482790535987208-127.0.0.1:46255_solr-n_0000000000) [n:127.0.0.1:46255_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"onlyinzk",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"onlyinzk_shard2_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38379/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 412385 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica_n1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 412385 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 412405 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica_n1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 412406 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 412523 INFO  (zkCallback-521-thread-1-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 412524 INFO  (zkCallback-518-thread-2-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 412524 INFO  (zkCallback-518-thread-1-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 412529 INFO  (zkCallback-521-thread-2-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 413409 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 413413 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.s.IndexSchema [onlyinzk_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 413414 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 413414 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'onlyinzk_shard1_replica_n1' using configuration from collection onlyinzk, trusted=true
   [junit4]   2> 413415 WARN  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 413415 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 413415 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.SolrCore [[onlyinzk_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node2/onlyinzk_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node2/onlyinzk_shard1_replica_n1/data/]
   [junit4]   2> 413430 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 413434 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.s.IndexSchema [onlyinzk_shard2_replica_n1] Schema name=minimal
   [junit4]   2> 413435 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 413435 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'onlyinzk_shard2_replica_n1' using configuration from collection onlyinzk, trusted=true
   [junit4]   2> 413436 WARN  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 413436 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 413436 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.SolrCore [[onlyinzk_shard2_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node1/onlyinzk_shard2_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node1/onlyinzk_shard2_replica_n1/data/]
   [junit4]   2> 413450 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 413450 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 413451 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 413451 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 413452 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5adb3c01[onlyinzk_shard1_replica_n1] main]
   [junit4]   2> 413452 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 413453 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 413453 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 413453 INFO  (searcherExecutor-1649-thread-1-processing-n:127.0.0.1:46255_solr x:onlyinzk_shard1_replica_n1 s:shard1 c:onlyinzk r:core_node1) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.SolrCore [onlyinzk_shard1_replica_n1] Registered new searcher Searcher@5adb3c01[onlyinzk_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 413453 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575724652586598400
   [junit4]   2> 413456 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 413456 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 413456 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46255/solr/onlyinzk_shard1_replica_n1/
   [junit4]   2> 413456 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 413456 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:46255/solr/onlyinzk_shard1_replica_n1/ has no replicas
   [junit4]   2> 413456 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 413458 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46255/solr/onlyinzk_shard1_replica_n1/ shard1
   [junit4]   2> 413459 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 413459 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 413460 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 413460 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 413460 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7187737[onlyinzk_shard2_replica_n1] main]
   [junit4]   2> 413461 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 413461 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 413461 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 413461 INFO  (searcherExecutor-1650-thread-1-processing-n:127.0.0.1:38379_solr x:onlyinzk_shard2_replica_n1 s:shard2 c:onlyinzk r:core_node2) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.SolrCore [onlyinzk_shard2_replica_n1] Registered new searcher Searcher@7187737[onlyinzk_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 413461 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575724652594987008
   [junit4]   2> 413464 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 413464 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 413464 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38379/solr/onlyinzk_shard2_replica_n1/
   [junit4]   2> 413464 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 413464 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:38379/solr/onlyinzk_shard2_replica_n1/ has no replicas
   [junit4]   2> 413464 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 413465 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38379/solr/onlyinzk_shard2_replica_n1/ shard2
   [junit4]   2> 413566 INFO  (zkCallback-518-thread-2-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 413566 INFO  (zkCallback-521-thread-1-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 413566 INFO  (zkCallback-518-thread-1-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 413566 INFO  (zkCallback-521-thread-2-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 413608 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 413610 INFO  (qtp746345211-3259) [n:127.0.0.1:46255_solr c:onlyinzk s:shard1 r:core_node1 x:onlyinzk_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica_n1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1226
   [junit4]   2> 413615 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 413616 INFO  (qtp1619518848-3269) [n:127.0.0.1:38379_solr c:onlyinzk s:shard2 r:core_node2 x:onlyinzk_shard2_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica_n1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1211
   [junit4]   2> 413617 INFO  (qtp1883315515-3273) [n:127.0.0.1:40015_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 413718 INFO  (zkCallback-521-thread-1-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 413718 INFO  (zkCallback-518-thread-1-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 413718 INFO  (zkCallback-521-thread-2-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 413718 INFO  (zkCallback-518-thread-2-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 414033 INFO  (OverseerCollectionConfigSetProcessor-98482790535987208-127.0.0.1:46255_solr-n_0000000000) [n:127.0.0.1:46255_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 414620 INFO  (qtp1883315515-3273) [n:127.0.0.1:40015_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=onlyinzk&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2589
   [junit4]   2> 414620 INFO  (qtp1883315515-3255) [n:127.0.0.1:40015_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 414620 INFO  (qtp1883315515-3255) [n:127.0.0.1:40015_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 414621 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[B071BE0E9C3AAA24]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionOnlyInZk
   [junit4]   2> 414632 INFO  (TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[B071BE0E9C3AAA24]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCoresAreDistributedAcrossNodes
   [junit4]   2> 414633 INFO  (TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[B071BE0E9C3AAA24]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 414633 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 414634 INFO  (OverseerThreadFactory-1640-thread-3-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 414635 INFO  (qtp746345211-3268) [n:127.0.0.1:46255_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.onlyinzk.shard1.replica_n1, tag=null
   [junit4]   2> 414635 INFO  (qtp1619518848-3249) [n:127.0.0.1:38379_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.onlyinzk.shard2.replica_n1, tag=null
   [junit4]   2> 414635 INFO  (qtp746345211-3268) [n:127.0.0.1:46255_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c6d73bf: rootName = null, domain = solr.core.onlyinzk.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.onlyinzk.shard1.replica_n1 / null
   [junit4]   2> 414635 INFO  (qtp1619518848-3249) [n:127.0.0.1:38379_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@50306d87: rootName = null, domain = solr.core.onlyinzk.shard2.replica_n1, service url = null, agent id = null] for registry solr.core.onlyinzk.shard2.replica_n1 / null
   [junit4]   2> 414635 INFO  (qtp746345211-3268) [n:127.0.0.1:46255_solr    ] o.a.s.c.SolrCore [onlyinzk_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4b44bfaa
   [junit4]   2> 414635 INFO  (qtp1619518848-3249) [n:127.0.0.1:38379_solr    ] o.a.s.c.SolrCore [onlyinzk_shard2_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@20f36946
   [junit4]   2> 414636 INFO  (qtp1619518848-3249) [n:127.0.0.1:38379_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.onlyinzk.shard2.replica_n1, tag=552823110
   [junit4]   2> 414636 INFO  (qtp1619518848-3249) [n:127.0.0.1:38379_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.onlyinzk.shard2.leader, tag=552823110
   [junit4]   2> 414636 INFO  (qtp746345211-3268) [n:127.0.0.1:46255_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.onlyinzk.shard1.replica_n1, tag=1262796714
   [junit4]   2> 414636 INFO  (qtp746345211-3268) [n:127.0.0.1:46255_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.onlyinzk.shard1.leader, tag=1262796714
   [junit4]   2> 414637 INFO  (qtp1619518848-3249) [n:127.0.0.1:38379_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=onlyinzk_shard2_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 414637 INFO  (qtp746345211-3268) [n:127.0.0.1:46255_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=onlyinzk_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 415340 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=706
   [junit4]   2> 415340 INFO  (qtp1883315515-3276) [n:127.0.0.1:40015_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=nodes_used_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 415357 INFO  (OverseerThreadFactory-1640-thread-4-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.CreateCollectionCmd Create collection nodes_used_collection
   [junit4]   2> 415357 INFO  (OverseerCollectionConfigSetProcessor-98482790535987208-127.0.0.1:46255_solr-n_0000000000) [n:127.0.0.1:46255_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 415563 INFO  (OverseerStateUpdate-98482790535987208-127.0.0.1:46255_solr-n_0000000000) [n:127.0.0.1:46255_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"nodes_used_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38379/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 415564 INFO  (OverseerStateUpdate-98482790535987208-127.0.0.1:46255_solr-n_0000000000) [n:127.0.0.1:46255_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"nodes_used_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46255/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 415567 INFO  (OverseerStateUpdate-98482790535987208-127.0.0.1:46255_solr-n_0000000000) [n:127.0.0.1:46255_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"nodes_used_collection_shard2_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40315/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 415569 INFO  (OverseerStateUpdate-98482790535987208-127.0.0.1:46255_solr-n_0000000000) [n:127.0.0.1:46255_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"nodes_used_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40015/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 415769 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 415770 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 415798 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 415798 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 415813 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 415813 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 415916 INFO  (zkCallback-521-thread-1-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 415916 INFO  (zkCallback-520-thread-1-processing-n:127.0.0.1:40015_solr) [n:127.0.0.1:40015_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 415916 INFO  (zkCallback-521-thread-2-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 415916 INFO  (zkCallback-518-thread-1-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 415916 INFO  (zkCallback-523-thread-1-processing-n:127.0.0.1:40315_solr) [n:127.0.0.1:40315_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 415916 INFO  (zkCallback-518-thread-2-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 415916 INFO  (zkCallback-520-thread-2-processing-n:127.0.0.1:40015_solr) [n:127.0.0.1:40015_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 415916 INFO  (zkCallback-523-thread-2-processing-n:127.0.0.1:40315_solr) [n:127.0.0.1:40315_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 416776 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 416777 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 416780 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.s.IndexSchema [nodes_used_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 416781 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.s.IndexSchema [nodes_used_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 416782 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 416782 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard1_replica_n1' using configuration from collection nodes_used_collection, trusted=true
   [junit4]   2> 416782 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 416782 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard1_replica_n2' using configuration from collection nodes_used_collection, trusted=true
   [junit4]   2> 416782 WARN  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 416782 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 416782 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.c.SolrCore [[nodes_used_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node1/nodes_used_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node1/nodes_used_collection_shard1_replica_n1/data/]
   [junit4]   2> 416782 WARN  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 416782 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 416782 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.c.SolrCore [[nodes_used_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node2/nodes_used_collection_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node2/nodes_used_collection_shard1_replica_n2/data/]
   [junit4]   2> 416805 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 416805 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 416805 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 416805 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 416806 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27ffa9d1[nodes_used_collection_shard1_replica_n1] main]
   [junit4]   2> 416806 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 416807 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 416807 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 416807 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 416807 INFO  (searcherExecutor-1659-thread-1-processing-n:127.0.0.1:38379_solr x:nodes_used_collection_shard1_replica_n1 s:shard1 c:nodes_used_collection r:core_node1) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.c.SolrCore [nodes_used_collection_shard1_replica_n1] Registered new searcher Searcher@27ffa9d1[nodes_used_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 416808 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575724656103522304
   [junit4]   2> 416808 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 416808 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 416839 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 416839 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 416840 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@69a76992[nodes_used_collection_shard1_replica_n2] main]
   [junit4]   2> 416841 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.s.IndexSchema [nodes_used_collection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 416843 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 416843 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard2_replica_n2' using configuration from collection nodes_used_collection, trusted=true
   [junit4]   2> 416843 WARN  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 416844 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 416844 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.c.SolrCore [[nodes_used_collection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node4/nodes_used_collection_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node4/nodes_used_collection_shard2_replica_n2/data/]
   [junit4]   2> 416846 INFO  (qtp1619518848-3254) [n:127.0.0.1:38379_solr c:nodes_used_collection s:shard1 r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 416846 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 416849 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 416851 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.s.IndexSchema [nodes_used_collection_shard2_replica_n1] Schema name=minimal
   [junit4]   2> 416852 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 416852 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 416853 INFO  (searcherExecutor-1660-thread-1-processing-n:127.0.0.1:46255_solr x:nodes_used_collection_shard1_replica_n2 s:shard1 c:nodes_used_collection r:core_node2) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.c.SolrCore [nodes_used_collection_shard1_replica_n2] Registered new searcher Searcher@69a76992[nodes_used_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 416853 INFO  (qtp746345211-3261) [n:127.0.0.1:46255_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575724656151756800
   [junit4]   2> 416855 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 416855 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard2_replica_n1' using configuration from collection nodes_used_collection, trusted=true
   [junit4]   2> 416856 WARN  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 416856 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 416856 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.c.SolrCore [[nodes_used_collection_shard2_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node3/nodes_used_collection_shard2_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B071BE0E9C3AAA24-001/tempDir-001/node3/nodes_used_collection_shard2_replica_n1/data/]
   [junit4]   2> 416873 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 416873 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 416874 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 416874 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 416875 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2219b903[nodes_used_collection_shard2_replica_n2] main]
   [junit4]   2> 416876 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 416876 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 416877 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 416877 INFO  (searcherExecutor-1669-thread-1-processing-n:127.0.0.1:40015_solr x:nodes_used_collection_shard2_replica_n2 s:shard2 c:nodes_used_collection r:core_node4) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.c.SolrCore [nodes_used_collection_shard2_replica_n2] Registered new searcher Searcher@2219b903[nodes_used_collection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 416877 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575724656176922624
   [junit4]   2> 416879 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 416879 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 416880 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 416880 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 416880 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2466af98[nodes_used_collection_shard2_replica_n1] main]
   [junit4]   2> 416881 INFO  (qtp1883315515-3275) [n:127.0.0.1:40015_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 416885 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 416886 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 416886 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 416886 INFO  (qtp530631180-3290) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575724656186359808
   [junit4]   2> 416888 INFO  (searcherExecutor-1670-thread-1-processing-n:127.0.0.1:40315_solr x:nodes_used_collection_shard2_replica_n1 s:shard2 c:nodes_used_collection r:core_node3) [n:127.0.0.1:40315_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.c.SolrCore [nodes_used_collection_shard2_replica_n1] Registered new searcher Searcher@2466af98[nodes_used_collection_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 416983 INFO  (zkCallback-520-thread-1-processing-n:127.0.0.1:40015_solr) [n:127.0.0.1:40015_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 416983 INFO  (zkCallback-518-thread-1-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 416983 INFO  (zkCallback-521-thread-2-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 416983 INFO  (zkCallback-521-thread-1-processing-n:127.0.0.1:38379_solr) [n:127.0.0.1:38379_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 416983 INFO  (zkCallback-523-thread-2-processing-n:127.0.0.1:40315_solr) [n:127.0.0.1:40315_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 416983 INFO  (zkCallback-518-thread-2-processing-n:127.0.0.1:46255_solr) [n:127.0.0.1:46255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent s

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

ent updates, using new clock 1575725568589037568
   [junit4]   2> 1287021 INFO  (searcherExecutor-5886-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1287021 INFO  (searcherExecutor-5886-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1287021 INFO  (searcherExecutor-5886-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1287021 INFO  (searcherExecutor-5886-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1287021 INFO  (searcherExecutor-5886-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1287021 INFO  (searcherExecutor-5886-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1287021 INFO  (searcherExecutor-5886-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1287022 INFO  (searcherExecutor-5886-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1287022 INFO  (searcherExecutor-5886-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@43a1e3a7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1287023 INFO  (SUITE-TestJmxIntegration-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1287024 INFO  (SUITE-TestJmxIntegration-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1287024 INFO  (SUITE-TestJmxIntegration-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=81670694
   [junit4]   2> 1287024 INFO  (SUITE-TestJmxIntegration-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1287024 INFO  (SUITE-TestJmxIntegration-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@210ae01: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / null
   [junit4]   2> 1287024 INFO  (SUITE-TestJmxIntegration-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1287024 INFO  (SUITE-TestJmxIntegration-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@45704c76: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / null
   [junit4]   2> 1287024 INFO  (SUITE-TestJmxIntegration-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1287024 INFO  (SUITE-TestJmxIntegration-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1fc49e50: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / null
   [junit4]   2> 1287024 INFO  (SUITE-TestJmxIntegration-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1287024 INFO  (coreCloseExecutor-5891-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f2e5ea5
   [junit4]   2> 1287025 INFO  (coreCloseExecutor-5891-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1328438949
   [junit4]   2> 1287025 INFO  (coreCloseExecutor-5891-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2127adf3: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / null
   [junit4]   2> 1287025 INFO  (SUITE-TestJmxIntegration-seed#[B071BE0E9C3AAA24]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=uk-UA, timezone=MIT
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=182385024,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [StatelessScriptUpdateProcessorFactoryTest, TestCloudDeleteByQuery, MissingSegmentRecoveryTest, TestLegacyNumericUtils, TestQueryTypes, TestSchemalessBufferedUpdates, TestSlowCompositeReaderWrapper, TestSolrCLIRunExample, TestApiFramework, TestSweetSpotSimilarityFactory, TestCoreDiscovery, TestConfigSets, TestElisionMultitermQuery, TestStressVersions, TestFieldCacheVsDocValues, ClusterStateUpdateTest, SaslZkACLProviderTest, TermVectorComponentTest, SampleTest, AlternateDirectoryTest, TestEmbeddedSolrServerSchemaAPI, SolrJmxReporterCloudTest, DOMUtilTest, TestSystemIdResolver, SoftAutoCommitTest, TestFiltering, TestSegmentSorting, ZkSolrClientTest, CollectionReloadTest, LeaderInitiatedRecoveryOnCommitTest, TestExclusionRuleCollectionAccess, DistributedIntervalFacetingTest, DocValuesNotIndexedTest, TestReqParamsAPI, TestPullReplica, TestCharFilters, CSVRequestHandlerTest, AtomicUpdatesTest, TestBM25SimilarityFactory, BooleanFieldTest, DeleteStatusTest, TestMaxScoreQueryParser, DateRangeFieldTest, IndexSchemaRuntimeFieldTest, DistributedQueryComponentCustomSortTest, DistanceFunctionTest, TestInitParams, SliceStateTest, SolrCoreMetricManagerTest, CollectionsAPIDistributedZkTest, FacetPivotSmallTest, JsonLoaderTest, FileBasedSpellCheckerTest, BasicFunctionalityTest, TestAuthorizationFramework, TestHashPartitioner, UpdateRequestProcessorFactoryTest, ChaosMonkeySafeLeaderTest, AsyncCallRequestStatusResponseTest, TestHttpShardHandlerFactory, TestHashQParserPlugin, DistributedMLTComponentTest, ResourceLoaderTest, TestClassNameShortening, TestPayloadScoreQParserPlugin, LeaderElectionContextKeyTest, TestManagedResourceStorage, DataDrivenBlockJoinTest, TestDeleteCollectionOnDownNodes, TestSolrIndexConfig, TestManagedSchemaThreadSafety, TestLockTree, RestartWhileUpdatingTest, TestCloudPivotFacet, BadComponentTest, TestOrdValues, TestNoOpRegenerator, SolrMetricsIntegrationTest, TestSolrCloudWithDelegationTokens, DirectSolrSpellCheckerTest, DistributedTermsComponentTest, TestStressRecovery, OutOfBoxZkACLAndCredentialsProvidersTest, RemoteQueryErrorTest, TestCursorMarkWithoutUniqueKey, ZkStateReaderTest, DocValuesTest, TestLeaderElectionZkExpiry, TestSubQueryTransformerCrossCore, CollectionsAPIAsyncDistributedZkTest, HdfsDirectoryFactoryTest, TestDynamicFieldResource, ScriptEngineTest, HdfsLockFactoryTest, SpatialFilterTest, CloudMLTQParserTest, CoreAdminCreateDiscoverTest, ShufflingReplicaListTransformerTest, TestScoreJoinQPNoScore, TestSolrXml, TestDistributedGrouping, LukeRequestHandlerTest, TestUpdate, BlockDirectoryTest, BasicAuthIntegrationTest, TestSystemCollAutoCreate, HdfsThreadLeakTest, TestPushWriter, TestClusterProperties, TestAtomicUpdateErrorCases, TestFastLRUCache, AddBlockUpdateTest, TestReloadDeadlock, TestJsonFacetRefinement, ShardRoutingTest, ZkControllerTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, BasicZkTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, ShardRoutingCustomTest, TestRecovery, TestStressReorder, TestReload, TestCoreContainer, TestSolr4Spatial, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, TestLazyCores, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SuggesterTSTTest, TestTrie, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, QueryEqualityTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DocValuesMultiTest, TestSolrDeletionPolicy1, SolrInfoBeanTest, CacheHeaderTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, LoggingHandlerTest, IndexSchemaTest, TestJmxIntegration]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestJmxIntegration -Dtests.seed=B071BE0E9C3AAA24 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=uk-UA -Dtests.timezone=MIT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestJmxIntegration (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: JMX not enabled
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B071BE0E9C3AAA24]:0)
   [junit4]    > 	at org.apache.solr.core.TestJmxIntegration.beforeClass(TestJmxIntegration.java:75)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [319/729 (2!)] on J1 in 0.44s, 0 tests, 1 failure <<< FAILURES!

[...truncated 44802 lines...]