You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/11/14 06:07:30 UTC

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

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

3 tests failed.
FAILED:  org.apache.solr.cloud.ReindexCollectionTest.testSameTargetReindexing

Error Message:
num docs expected:<200> but was:<199>

Stack Trace:
java.lang.AssertionError: num docs expected:<200> but was:<199>
	at __randomizedtesting.SeedInfo.seed([7375F8EE5072C230:C60C133957145A74]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.cloud.ReindexCollectionTest.indexDocs(ReindexCollectionTest.java:411)
	at org.apache.solr.cloud.ReindexCollectionTest.doTestSameTargetReindexing(ReindexCollectionTest.java:166)
	at org.apache.solr.cloud.ReindexCollectionTest.testSameTargetReindexing(ReindexCollectionTest.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper

Error Message:
Didn't get expected doc count. Expected: 10, Found: 0

Stack Trace:
java.lang.AssertionError: Didn't get expected doc count. Expected: 10, Found: 0
	at __randomizedtesting.SeedInfo.seed([7375F8EE5072C230:6C3CD86D7598CD50]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.assertNumDocs(TestPullReplicaErrorHandling.java:254)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.assertNumDocs(TestPullReplicaErrorHandling.java:259)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper(TestPullReplicaErrorHandling.java:230)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testKillLeader

Error Message:
Replica core_node4 not up to date after 10 seconds expected:<2> but was:<0>

Stack Trace:
java.lang.AssertionError: Replica core_node4 not up to date after 10 seconds expected:<2> but was:<0>
	at __randomizedtesting.SeedInfo.seed([7375F8EE5072C230:3A630C5A32C95666]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.cloud.TestTlogReplica.waitForNumDocsInAllReplicas(TestTlogReplica.java:782)
	at org.apache.solr.cloud.TestTlogReplica.waitForNumDocsInAllReplicas(TestTlogReplica.java:770)
	at org.apache.solr.cloud.TestTlogReplica.doReplaceLeader(TestTlogReplica.java:413)
	at org.apache.solr.cloud.TestTlogReplica.testKillLeader(TestTlogReplica.java:323)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13717 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1701472 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/data-dir-87-001
   [junit4]   2> 1701482 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1701483 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 1701483 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1701483 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001
   [junit4]   2> 1701484 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1701536 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1701536 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1701584 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:32920
   [junit4]   2> 1701584 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:32920
   [junit4]   2> 1701584 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32920
   [junit4]   2> 1701584 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32920
   [junit4]   2> 1701586 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1701588 INFO  (zkConnectionManagerCallback-5303-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1701588 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1701610 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1701610 INFO  (zkConnectionManagerCallback-5305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1701610 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1701611 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1701612 INFO  (zkConnectionManagerCallback-5307-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1701612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1701745 WARN  (jetty-launcher-5308-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1701745 WARN  (jetty-launcher-5308-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1701745 WARN  (jetty-launcher-5308-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1701746 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1701746 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1701746 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1701746 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1701746 INFO  (jetty-launcher-5308-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 1701746 INFO  (jetty-launcher-5308-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 1701746 WARN  (jetty-launcher-5308-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1701746 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1701746 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1701746 INFO  (jetty-launcher-5308-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 1701746 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1701746 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1701747 INFO  (jetty-launcher-5308-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1701747 INFO  (jetty-launcher-5308-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1701747 INFO  (jetty-launcher-5308-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1701747 INFO  (jetty-launcher-5308-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18102744{/solr,null,AVAILABLE}
   [junit4]   2> 1701747 INFO  (jetty-launcher-5308-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2eafbeaa{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 1701747 INFO  (jetty-launcher-5308-thread-4) [     ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 1701747 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33436}
   [junit4]   2> 1701748 ERROR (jetty-launcher-5308-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1701748 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1701748 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1701748 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1701748 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1701748 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-14T04:14:28.494300Z
   [junit4]   2> 1701749 INFO  (jetty-launcher-5308-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1701749 INFO  (jetty-launcher-5308-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1701749 INFO  (jetty-launcher-5308-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1701750 INFO  (jetty-launcher-5308-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@321a6f3e{/solr,null,AVAILABLE}
   [junit4]   2> 1701750 INFO  (jetty-launcher-5308-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@33f7bc4e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 1701750 INFO  (jetty-launcher-5308-thread-3) [     ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 1701750 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45397}
   [junit4]   2> 1701750 ERROR (jetty-launcher-5308-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1701750 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1701750 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1701750 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1701750 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1701750 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-14T04:14:28.496615Z
   [junit4]   2> 1701759 INFO  (jetty-launcher-5308-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 1701763 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1701769 INFO  (zkConnectionManagerCallback-5310-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1701769 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1701769 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1701771 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1701788 INFO  (zkConnectionManagerCallback-5312-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1701788 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1701788 INFO  (jetty-launcher-5308-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1701788 INFO  (jetty-launcher-5308-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1701788 INFO  (jetty-launcher-5308-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1701788 INFO  (jetty-launcher-5308-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1701788 INFO  (jetty-launcher-5308-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1701788 INFO  (jetty-launcher-5308-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1701788 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1701789 INFO  (jetty-launcher-5308-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65575110{/solr,null,AVAILABLE}
   [junit4]   2> 1701789 INFO  (jetty-launcher-5308-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25133572{/solr,null,AVAILABLE}
   [junit4]   2> 1701789 INFO  (jetty-launcher-5308-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3d3cd11d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 1701789 INFO  (jetty-launcher-5308-thread-1) [     ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 1701789 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40145}
   [junit4]   2> 1701789 ERROR (jetty-launcher-5308-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1701789 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1701790 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1701790 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1701790 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1701790 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-14T04:14:28.536075Z
   [junit4]   2> 1701791 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1701807 INFO  (jetty-launcher-5308-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@733988e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 1701807 INFO  (jetty-launcher-5308-thread-2) [     ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 1701807 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38596}
   [junit4]   2> 1701808 ERROR (jetty-launcher-5308-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1701808 INFO  (zkConnectionManagerCallback-5314-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1701808 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1701808 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1701808 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1701808 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1701808 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1701808 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-14T04:14:28.554265Z
   [junit4]   2> 1701809 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1701809 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1701810 INFO  (zkConnectionManagerCallback-5316-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1701810 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1701810 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1702260 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1702287 WARN  (jetty-launcher-5308-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d7be043[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702287 WARN  (jetty-launcher-5308-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d7be043[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702290 WARN  (jetty-launcher-5308-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@507816ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702290 WARN  (jetty-launcher-5308-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@507816ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702291 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
   [junit4]   2> 1702294 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1702315 INFO  (zkConnectionManagerCallback-5326-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1702316 INFO  (jetty-launcher-5308-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1702363 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1702364 WARN  (jetty-launcher-5308-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4b8d2543[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702364 WARN  (jetty-launcher-5308-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4b8d2543[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702366 WARN  (jetty-launcher-5308-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@42f727bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702366 WARN  (jetty-launcher-5308-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@42f727bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702367 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
   [junit4]   2> 1702368 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1702389 INFO  (zkConnectionManagerCallback-5332-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1702389 INFO  (jetty-launcher-5308-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1702453 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1702494 INFO  (zkConnectionManagerCallback-5334-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1702495 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1702563 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1702576 WARN  (jetty-launcher-5308-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d37c3c5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702576 WARN  (jetty-launcher-5308-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d37c3c5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702579 WARN  (jetty-launcher-5308-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6096e585[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702579 WARN  (jetty-launcher-5308-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6096e585[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702580 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
   [junit4]   2> 1702625 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1702654 INFO  (jetty-launcher-5308-thread-1) [n:127.0.0.1:40145_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1702694 INFO  (zkConnectionManagerCallback-5340-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1702694 INFO  (jetty-launcher-5308-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1702728 INFO  (zkConnectionManagerCallback-5342-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1702728 INFO  (jetty-launcher-5308-thread-1) [n:127.0.0.1:40145_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1702793 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1702793 WARN  (jetty-launcher-5308-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a87903f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702793 WARN  (jetty-launcher-5308-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a87903f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702812 WARN  (jetty-launcher-5308-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1e970291[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702812 WARN  (jetty-launcher-5308-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1e970291[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1702813 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
   [junit4]   2> 1702814 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1702815 INFO  (zkConnectionManagerCallback-5350-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1702815 INFO  (jetty-launcher-5308-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1702834 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1702856 INFO  (zkConnectionManagerCallback-5352-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1702857 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1702916 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38596_solr
   [junit4]   2> 1702917 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.c.Overseer Overseer (id=75730380193792013-127.0.0.1:38596_solr-n_0000000000) starting
   [junit4]   2> 1702935 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1702936 INFO  (zkConnectionManagerCallback-5358-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1702936 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1702953 INFO  (jetty-launcher-5308-thread-1) [n:127.0.0.1:40145_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40145_solr
   [junit4]   2> 1702974 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1703011 INFO  (zkCallback-5351-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1703018 INFO  (zkCallback-5341-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1703018 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38596_solr as DOWN
   [junit4]   2> 1703019 INFO  (OverseerStateUpdate-75730380193792013-127.0.0.1:38596_solr-n_0000000000) [n:127.0.0.1:38596_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38596_solr
   [junit4]   2> 1703036 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1703036 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38596_solr
   [junit4]   2> 1703057 INFO  (zkCallback-5341-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1703057 INFO  (jetty-launcher-5308-thread-1) [n:127.0.0.1:40145_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1703072 INFO  (zkCallback-5351-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1703072 INFO  (zkCallback-5357-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1703074 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33436_solr as DOWN
   [junit4]   2> 1703075 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1703075 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33436_solr
   [junit4]   2> 1703093 INFO  (zkCallback-5341-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1703145 INFO  (zkCallback-5357-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1703146 INFO  (zkCallback-5351-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1703152 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1703163 INFO  (jetty-launcher-5308-thread-1) [n:127.0.0.1:40145_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40145.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703201 INFO  (jetty-launcher-5308-thread-1) [n:127.0.0.1:40145_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40145.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703201 INFO  (jetty-launcher-5308-thread-1) [n:127.0.0.1:40145_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40145.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703222 INFO  (jetty-launcher-5308-thread-1) [n:127.0.0.1:40145_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1703235 INFO  (jetty-launcher-5308-thread-1) [n:127.0.0.1:40145_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node1/.
   [junit4]   2> 1703246 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1703284 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38596.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703318 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33436.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703351 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33436.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703351 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33436.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703428 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38596.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703428 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38596.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703443 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1703444 INFO  (jetty-launcher-5308-thread-4) [n:127.0.0.1:33436_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node4/.
   [junit4]   2> 1703444 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1703445 INFO  (jetty-launcher-5308-thread-2) [n:127.0.0.1:38596_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node2/.
   [junit4]   2> 1703446 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1703477 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45397_solr as DOWN
   [junit4]   2> 1703488 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1703488 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45397_solr
   [junit4]   2> 1703509 INFO  (zkCallback-5357-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1703509 INFO  (zkCallback-5351-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1703509 INFO  (zkCallback-5333-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1703524 INFO  (zkCallback-5341-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1703581 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1703637 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45397.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703687 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45397.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703688 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45397.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1703700 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1703701 INFO  (jetty-launcher-5308-thread-3) [n:127.0.0.1:45397_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node3/.
   [junit4]   2> 1703858 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1703859 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1703879 INFO  (zkConnectionManagerCallback-5373-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1703879 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1703880 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1703881 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32920/solr ready
   [junit4]   2> 1703886 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2869176
   [junit4]   2> 1703886 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40145_solr
   [junit4]   2> 1703889 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1703889 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:40145_solr as DOWN
   [junit4]   2> 1703901 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1703901 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1703901 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@233e9049: rootName = solr_40145, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@71ed7516
   [junit4]   2> 1703906 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1703906 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ee34040: rootName = solr_40145, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@11522ede
   [junit4]   2> 1703909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1703909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@504ce24e: rootName = solr_40145, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@619b640a
   [junit4]   2> 1703909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1703947 INFO  (zkCallback-5351-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1703947 INFO  (zkCallback-5333-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1703948 INFO  (zkCallback-5357-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1703956 INFO  (zkCallback-5372-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1704048 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d3cd11d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?}
   [junit4]   2> 1704049 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@65575110{/solr,null,UNAVAILABLE}
   [junit4]   2> 1704049 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1704053 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1704053 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1704053 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1704053 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 1704073 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1704073 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1704073 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1704073 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d173014{/solr,null,AVAILABLE}
   [junit4]   2> 1704074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3fd981d6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 1704074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 1704074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40340}
   [junit4]   2> 1704074 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1704074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1704074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1704074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1704074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1704074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-14T04:14:30.820445Z
   [junit4]   2> 1704075 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704076 INFO  (zkConnectionManagerCallback-5379-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1704076 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1704097 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1704453 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1704454 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73f6a61c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1704454 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73f6a61c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1704457 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@676c0d20[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1704457 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@676c0d20[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1704470 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
   [junit4]   2> 1704471 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704472 INFO  (zkConnectionManagerCallback-5386-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1704472 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1704576 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1704618 INFO  (zkConnectionManagerCallback-5388-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1704618 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1704635 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1704639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40340_solr as DOWN
   [junit4]   2> 1704640 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1704640 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40340_solr
   [junit4]   2> 1704641 INFO  (zkCallback-5351-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1704653 INFO  (zkCallback-5357-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1704653 INFO  (zkCallback-5333-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1704654 INFO  (zkCallback-5372-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1704654 INFO  (zkCallback-5387-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1704739 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1704818 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40340.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1704870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40340.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1704870 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40340.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1704871 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1704873 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [n:127.0.0.1:40340_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node1/.
   [junit4]   2> 1705039 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1705054 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:39541/solr. Proxy: http://127.0.0.1:40340/solr
   [junit4]   2> 1705054 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1593502127
   [junit4]   2> 1705054 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38596_solr
   [junit4]   2> 1705054 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1705054 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:38596_solr as DOWN
   [junit4]   2> 1705113 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1705114 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2015ff85: rootName = solr_38596, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@33b51c26
   [junit4]   2> 1705131 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1705131 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c0fed80: rootName = solr_38596, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@11522ede
   [junit4]   2> 1705147 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1705148 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2758d687: rootName = solr_38596, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@619b640a
   [junit4]   2> 1705148 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1705159 INFO  (closeThreadPool-5396-thread-2) [     ] o.a.s.c.Overseer Overseer (id=75730380193792013-127.0.0.1:38596_solr-n_0000000000) closing
   [junit4]   2> 1705159 INFO  (OverseerStateUpdate-75730380193792013-127.0.0.1:38596_solr-n_0000000000) [n:127.0.0.1:38596_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38596_solr
   [junit4]   2> 1705161 INFO  (OverseerAutoScalingTriggerThread-75730380193792013-127.0.0.1:38596_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1705189 INFO  (closeThreadPool-5396-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75730380193792013-127.0.0.1:38596_solr-n_0000000000) closing
   [junit4]   2> 1705189 INFO  (zkCallback-5357-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33436_solr
   [junit4]   2> 1705189 INFO  (zkCallback-5387-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1705189 INFO  (zkCallback-5357-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1705289 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.Overseer Overseer (id=75730380193792013-127.0.0.1:38596_solr-n_0000000000) closing
   [junit4]   2> 1705290 INFO  (zkCallback-5333-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1705290 INFO  (zkCallback-5372-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1705292 INFO  (zkCallback-5357-thread-2) [n:127.0.0.1:33436_solr     ] o.a.s.c.Overseer Overseer (id=75730380193792014-127.0.0.1:33436_solr-n_0000000002) starting
   [junit4]   2> 1705292 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@733988e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?}
   [junit4]   2> 1705293 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25133572{/solr,null,UNAVAILABLE}
   [junit4]   2> 1705293 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1705313 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1705313 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1705314 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1705314 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 1705315 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1705315 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1705315 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1705315 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44a6e61c{/solr,null,AVAILABLE}
   [junit4]   2> 1705378 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5d950325{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 1705379 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 1705379 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44853}
   [junit4]   2> 1705379 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1705379 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1705379 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1705379 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1705379 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1705379 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-14T04:14:32.125528Z
   [junit4]   2> 1705390 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705391 INFO  (OverseerStateUpdate-75730380193792014-127.0.0.1:33436_solr-n_0000000002) [n:127.0.0.1:33436_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33436_solr
   [junit4]   2> 1705406 INFO  (zkConnectionManagerCallback-5398-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1705406 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1705407 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1705765 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1705766 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@68e3ab30[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1705766 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@68e3ab30[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1705781 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@76fb943e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1705781 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@76fb943e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1705782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
   [junit4]   2> 1705783 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705784 INFO  (zkConnectionManagerCallback-5405-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1705784 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1705897 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705900 INFO  (zkConnectionManagerCallback-5407-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1705900 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1705905 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1705921 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44853_solr as DOWN
   [junit4]   2> 1705922 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1705922 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44853_solr
   [junit4]   2> 1705923 INFO  (zkCallback-5372-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1705923 INFO  (zkCallback-5387-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1705923 INFO  (zkCallback-5357-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1705923 INFO  (zkCallback-5333-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1705923 INFO  (zkCallback-5406-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1705980 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1706026 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44853.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1706070 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44853.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1706070 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44853.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
   [junit4]   2> 1706074 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1706075 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node2/.
   [junit4]   2> 1706390 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1706407 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:38087/solr. Proxy: http://127.0.0.1:44853/solr
   [junit4]   2> 1706407 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=450780974
   [junit4]   2> 1706407 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33436_solr
   [junit4]   2> 1706408 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1706408 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33436_solr as DOWN
   [junit4]   2> 1706468 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1706468 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@618319c2: rootName = solr_33436, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@122b489f
   [junit4]   2> 1706481 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1706481 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10c6df47: rootName = solr_33436, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@11522ede
   [junit4]   2> 1706502 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1706502 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10f20f54: rootName = solr_33436, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@619b640a
   [junit4]   2> 1706502 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1706504 INFO  (closeThreadPool-5415-thread-2) [     ] o.a.s.c.Overseer Overseer (id=75730380193792014-127.0.0.1:33436_solr-n_0000000002) closing
   [junit4]   2> 1706504 INFO  (OverseerAutoScalingTriggerThread-75730380193792014-127.0.0.1:33436_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1706513 INFO  (OverseerStateUpdate-75730380193792014-127.0.0.1:33436_solr-n_0000000002) [n:127.0.0.1:33436_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33436_solr
   [junit4]   2> 1706565 INFO  (closeThreadPool-5415-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75730380193792014-127.0.0.1:33436_solr-n_0000000002) closing
   [junit4]   2> 1706576 INFO  (zkCallback-5333-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1706576 INFO  (zkCallback-5372-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1706576 INFO  (zkCallback-5406-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1706576 INFO  (zkCallback-5387-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1706684 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.Overseer Overseer (id=75730380193792014-127.0.0.1:33436_solr-n_0000000002) closing
   [junit4]   2> 1707268 INFO  (zkCallback-5333-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45397_solr
   [junit4]   2> 1707290 INFO  (zkCallback-5333-thread-2) [n:127.0.0.1:45397_solr     ] o.a.s.c.Overseer Overseer (id=75730380193792009-127.0.0.1:45397_solr-n_0000000003) starting
   [junit4]   2> 1707392 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2eafbeaa{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?}
   [junit4]   2> 1707408 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18102744{/solr,null,UNAVAILABLE}
   [junit4]   2> 1707409 INFO  (OverseerStateUpdate-75730380193792009-127.0.0.1:45397_solr-n_0000000003) [n:127.0.0.1:45397_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45397_solr
   [junit4]   2> 1707429 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1707430 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1707430 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1707431 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1707431 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 1707489 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1707489 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1707489 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1707503 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5cf7d8e6{/solr,null,AVAILABLE}
   [junit4]   2> 1707503 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7d2a5431{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 1707503 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 1707503 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36793}
   [junit4]   2> 1707504 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1707504 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1707504 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1707504 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1707504 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1707504 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-14T04:14:34.250216Z
   [junit4]   2> 1707539 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1707565 INFO  (zkConnectionManagerCallback-5417-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1707565 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1707566 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1708183 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1708218 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5bd298c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708218 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5bd298c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708271 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c532f16[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708271 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c532f16[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708272 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
   [junit4]   2> 1708295 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1708295 INFO  (zkConnectionManagerCallback-5424-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708295 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1708409 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1708411 INFO  (zkConnectionManagerCallback-5426-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708411 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1708416 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1708432 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:36793_solr as DOWN
   [junit4]   2> 1708433 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1708433 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36793_solr
   [junit4]   2> 1708443 INFO  (zkCallback-5333-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708443 INFO  (zkCallback-5372-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708443 INFO  (zkCallback-5387-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708443 INFO  (zkCallback-5406-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708443 INFO  (zkCallback-5425-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708527 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1708600 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-w

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

indexing/collectionprops.json
   [junit4]   2> 	2	/solr/collections/basicReindexingTarget/collectionprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/collections/basicReindexing/collectionprops.json
   [junit4]   2> 	2	/solr/collections/.rx_sameTargetReindexing_true_false_6/collectionprops.json
   [junit4]   2> 	2	/solr/collections/sameTargetReindexing_false_false/collectionprops.json
   [junit4]   2> 	2	/solr/collections/.rx_sameTargetReindexing_false_true_5/collectionprops.json
   [junit4]   2> 	2	/solr/collections/sameTargetReindexing_true_false/collectionprops.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/collections/sameTargetReindexing_false_true/collectionprops.json
   [junit4]   2> 	2	/solr/collections/failReindexing/collectionprops.json
   [junit4]   2> 	2	/solr/configs/conf2
   [junit4]   2> 	2	/solr/configs/conf3
   [junit4]   2> 	2	/solr/collections/sameTargetReindexing_true_true/collectionprops.json
   [junit4]   2> 	2	/solr/collections/reshapeReindexingTarget/collectionprops.json
   [junit4]   2> 	2	/solr/collections/failReindexingTarget/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	77	/solr/aliases.json
   [junit4]   2> 	53	/solr/collections/basicReindexing/state.json
   [junit4]   2> 	49	/solr/collections/reshapeReindexing/state.json
   [junit4]   2> 	44	/solr/clusterstate.json
   [junit4]   2> 	44	/solr/clusterprops.json
   [junit4]   2> 	43	/solr/collections/reshapeReindexingTarget/state.json
   [junit4]   2> 	40	/solr/collections/failReindexing/state.json
   [junit4]   2> 	39	/solr/collections/basicReindexingTarget/state.json
   [junit4]   2> 	39	/solr/collections/failReindexingTarget/state.json
   [junit4]   2> 	37	/solr/collections/sameTargetReindexing_true_false/state.json
   [junit4]   2> 	34	/solr/collections/sameTargetReindexing_false_false/state.json
   [junit4]   2> 	31	/solr/collections/abortReindexing/state.json
   [junit4]   2> 	30	/solr/collections/sourceLossyReindexing/state.json
   [junit4]   2> 	26	/solr/collections/.rx_sameTargetReindexing_true_false_6/state.json
   [junit4]   2> 	25	/solr/collections/sameTargetReindexing_false_true/state.json
   [junit4]   2> 	23	/solr/collections/targetLossyReindexing/state.json
   [junit4]   2> 	23	/solr/collections/sameTargetReindexing_true_true/state.json
   [junit4]   2> 	21	/solr/collections/.rx_sameTargetReindexing_false_true_5/state.json
   [junit4]   2> 	20	/solr/collections/.rx_sameTargetReindexing_false_false_4/state.json
   [junit4]   2> 	18	/solr/collections/abortReindexingTarget/state.json
   [junit4]   2> 	13	/solr/collections/.rx_ck_sourceLossyReindexing/state.json
   [junit4]   2> 	12	/solr/collections/.rx_ck_reshapeReindexing/state.json
   [junit4]   2> 	12	/solr/collections/.rx_ck_sameTargetReindexing_false_true/state.json
   [junit4]   2> 	12	/solr/collections/.rx_ck_basicReindexing/state.json
   [junit4]   2> 	12	/solr/collections/.rx_ck_sameTargetReindexing_false_false/state.json
   [junit4]   2> 	10	/solr/collections/.rx_ck_abortReindexing/state.json
   [junit4]   2> 	9	/solr/collections/.rx_ck_sameTargetReindexing_true_false/state.json
   [junit4]   2> 	9	/solr/collections/.rx_ck_failReindexing/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	594	/solr/overseer/queue
   [junit4]   2> 	289	/solr/collections
   [junit4]   2> 	116	/solr/overseer/collection-queue-work
   [junit4]   2> 	48	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 3270027 INFO  (SUITE-ReindexCollectionTest-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:39548
   [junit4]   2> 3270027 INFO  (SUITE-ReindexCollectionTest-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39548
   [junit4]   2> 3270027 INFO  (SUITE-ReindexCollectionTest-seed#[7375F8EE5072C230]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39548
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_7375F8EE5072C230-001
   [junit4]   2> Nov 14, 2019 4:40:36 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {remove_s=FSTOrd50, _root_=PostingsFormat(name=Asserting), string_s=Lucene50(blocksize=128), sind=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct)}, docValues:{_version_=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=2023, maxMBSortInHeap=7.3685409792815495, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a317e1f), locale=rm-CH, timezone=Brazil/DeNoronha
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=257201088,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestHashQParserPlugin, TestSimpleTrackingShardHandler, TestLazyCores, BlockJoinFacetRandomTest, DistributedFacetExistsSmallTest, TestExactStatsCache, TestJoin, TestSolrConfigHandlerCloud, MetricsHandlerTest, TestShardHandlerFactory, TestPayloadCheckQParserPlugin, TestCloudConsistency, TestShortCircuitedRequests, DistributedQueryElevationComponentTest, TestDocSet, TestComplexPhraseQParserPlugin, TestUniqueKeyFieldResource, ConfigureRecoveryStrategyTest, TestSystemCollAutoCreate, TestManagedResourceStorage, SolrJmxReporterTest, TestZkAclsWithHadoopAuth, TestSearcherReuse, OverseerModifyCollectionTest, ExecutePlanActionTest, AtomicUpdatesTest, TestMinMaxOnMultiValuedField, TestPointFields, DistanceFunctionTest, TestEmbeddedSolrServerConstructors, SpellCheckCollatorWithCollapseTest, MoreLikeThisComponentTest, SynonymTokenizerTest, TestClassicSimilarityFactory, TestRandomFlRTGCloud, TestIBSimilarityFactory, TestXmlQParserPlugin, JSONWriterTest, TestConfigSetsAPIZkFailure, TestCloudNestedDocsSort, TestReplicaProperties, FieldAnalysisRequestHandlerTest, TestJsonFacetsWithNestedObjects, TestDefaultStatsCache, HLLUtilTest, ZkShardTermsTest, AliasIntegrationTest, HttpSolrCallGetCoreTest, PingRequestHandlerTest, BigEndianAscendingWordDeserializerTest, TestMaxScoreQueryParser, AsyncCallRequestStatusResponseTest, DocValuesMissingTest, TestStressUserVersions, SecurityConfHandlerTest, TestDynamicLoadingUrl, TestInfoStreamLogging, SystemCollectionCompatTest, PKIAuthenticationIntegrationTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ExitableDirectoryReaderTest, SolrMetricsIntegrationTest, CdcrUpdateLogTest, TestHashPartitioner, OverseerTaskQueueTest, SuggestComponentContextFilterQueryTest, TestGraphMLResponseWriter, DocValuesNotIndexedTest, PeerSyncWithLeaderTest, TestConfigSetImmutable, TestCoreBackup, TestMultiWordSynonyms, TestUninvertingReader, RankQueryTest, TestCoreContainer, TestFileDictionaryLookup, SearchRateTriggerIntegrationTest, FastVectorHighlighterTest, TestExactSharedStatsCacheCloud, AutoAddReplicasPlanActionTest, UtilsToolTest, TestSlowCompositeReaderWrapper, TestSolr4Spatial, TestLFUCache, AutoscalingHistoryHandlerTest, ScheduledMaintenanceTriggerTest, SolrShardReporterTest, PreAnalyzedFieldManagedSchemaCloudTest, NodeAddedTriggerIntegrationTest, SolrTestCaseJ4Test, EmbeddedSolrNoSerializeTest, DOMUtilTest, DocExpirationUpdateProcessorFactoryTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestHighFrequencyDictionaryFactory, ClusterStateTest, TestClusterProperties, CoreAdminOperationTest, HighlighterTest, TaggerTest, ConvertedLegacyTest, TestRetrieveFieldsOptimizer, SolrRequestParserTest, TestSolrCoreParser, RegexBytesRefFilterTest, MigrateRouteKeyTest, PrimUtilsTest, TestTestInjection, EnumFieldTest, DefaultValueUpdateProcessorTest, TestTrieFacet, UUIDUpdateProcessorFallbackTest, TestSolrCloudSnapshots, TestLogWatcher, SortSpecParsingTest, ZkControllerTest, TestRemoteStreaming, TestSnapshotCloudManager, TestDistribDocBasedVersion, TestFieldTypeResource, TestSimComputePlanAction, TestTlogReplica, TestTolerantSearch, CdcrRequestHandlerTest, TestHdfsUpdateLog, MergeStrategyTest, TestCollationFieldDocValues, CurrencyFieldTypeTest, ProtectedTermFilterFactoryTest, TestSolrQueryParser, FileUtilsTest, RoutingToNodesWithPropertiesTest, TermVectorComponentTest, TestCloudManagedSchema, XmlUpdateRequestHandlerTest, DistributedFacetPivotSmallAdvancedTest, ResponseBuilderTest, QueryResultKeyTest, TriggerIntegrationTest, ConnectionReuseTest, SchemaVersionSpecificBehaviorTest, TestPullReplica, SolrCmdDistributorTest, TestDelegationWithHadoopAuth, TestObjectReleaseTracker, TestPKIAuthenticationPlugin, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, OutputWriterTest, TestDistributedGrouping, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestSolrCoreProperties, TestSolrTestCaseJ4, TestTrie, PathHierarchyTokenizerFactoryTest, TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion, TokenizerChainTest, ActionThrottleTest, AddReplicaTest, AssignBackwardCompatibilityTest, BasicDistributedZk2Test, BasicDistributedZkTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConfigSetsAPITest, ConnectionManagerTest, CreateRoutedAliasTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistribJoinFromCollectionTest, ForceLeaderTest, ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, HttpPartitionTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, LegacyCloudClusterPropTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, NodeMutatorTest, RecoveryZkTest, ReindexCollectionTest]
   [junit4] Completed [504/890 (3!)] on J2 in 149.76s, 6 tests, 1 failure <<< FAILURES!

[...truncated 54079 lines...]

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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.PackageManagerCLITest.testPackageManager

Error Message:
Could not get expected value  '1.1.0' for path 'config/requestHandler/\/mypath2/_packageinfo_/version' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "config":{"requestHandler":{"/mypath2":{         "name":"/mypath2",         "class":"question-answer:fullstory.QARequestHandler",         "_packageinfo_":{           "package":"question-answer",           "version":"1.0.0",           "files":["/package/question-answer/1.0.0/question-answer-request-handler-1.0.jar.tmp"],           "manifest":"/package/question-answer/1.0.0/manifest.json",           "manifestSHA512":"a91ab5a2c5abd53f0f72c256592c2be8b667cecb8226ac054aeed4d28aac9d743311442f2d58539bb83663a19bd1efb310aaadfd77bea458f3d475161721a114"}}}}},  from server:  https://127.0.0.1:40907/solr/abc

Stack Trace:
java.lang.AssertionError: Could not get expected value  '1.1.0' for path 'config/requestHandler/\/mypath2/_packageinfo_/version' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "config":{"requestHandler":{"/mypath2":{
        "name":"/mypath2",
        "class":"question-answer:fullstory.QARequestHandler",
        "_packageinfo_":{
          "package":"question-answer",
          "version":"1.0.0",
          "files":["/package/question-answer/1.0.0/question-answer-request-handler-1.0.jar.tmp"],
          "manifest":"/package/question-answer/1.0.0/manifest.json",
          "manifestSHA512":"a91ab5a2c5abd53f0f72c256592c2be8b667cecb8226ac054aeed4d28aac9d743311442f2d58539bb83663a19bd1efb310aaadfd77bea458f3d475161721a114"}}}}},  from server:  https://127.0.0.1:40907/solr/abc
	at __randomizedtesting.SeedInfo.seed([9A33E7B5D72EDBE0:9999ACDBD5C0044B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:590)
	at org.apache.solr.cloud.PackageManagerCLITest.assertPackageVersion(PackageManagerCLITest.java:149)
	at org.apache.solr.cloud.PackageManagerCLITest.testPackageManager(PackageManagerCLITest.java:129)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13717 lines...]
   [junit4] Suite: org.apache.solr.cloud.PackageManagerCLITest
   [junit4]   2> 1629157 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1629157 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001/data-dir-87-001
   [junit4]   2> 1629157 WARN  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 1629158 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1629158 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1629159 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001/tempDir-001
   [junit4]   2> 1629160 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1629160 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1629160 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1629262 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:36044
   [junit4]   2> 1629263 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36044
   [junit4]   2> 1629263 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36044
   [junit4]   2> 1629263 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36044
   [junit4]   2> 1629268 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1629282 INFO  (zkConnectionManagerCallback-7451-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1629282 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1629293 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1629294 INFO  (zkConnectionManagerCallback-7453-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1629294 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1629295 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1629316 INFO  (zkConnectionManagerCallback-7455-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1629316 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1629470 WARN  (jetty-launcher-7456-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1629470 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1629470 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1629470 INFO  (jetty-launcher-7456-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 1629471 INFO  (jetty-launcher-7456-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1629471 INFO  (jetty-launcher-7456-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1629471 INFO  (jetty-launcher-7456-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1629472 INFO  (jetty-launcher-7456-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4043b22a{/solr,null,AVAILABLE}
   [junit4]   2> 1629483 INFO  (jetty-launcher-7456-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7c723a86{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:40907}
   [junit4]   2> 1629483 INFO  (jetty-launcher-7456-thread-1) [     ] o.e.j.s.Server Started @1629567ms
   [junit4]   2> 1629483 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40907}
   [junit4]   2> 1629483 ERROR (jetty-launcher-7456-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1629483 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1629483 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 1629483 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1629483 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1629483 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-15T03:07:39.752879Z
   [junit4]   2> 1629484 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1629485 INFO  (zkConnectionManagerCallback-7458-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1629485 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1629486 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1629846 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1629847 WARN  (jetty-launcher-7456-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@242daa4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1629847 WARN  (jetty-launcher-7456-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@242daa4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1629850 WARN  (jetty-launcher-7456-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@771db095[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1629850 WARN  (jetty-launcher-7456-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@771db095[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1629851 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36044/solr
   [junit4]   2> 1629873 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1629873 INFO  (zkConnectionManagerCallback-7465-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1629873 INFO  (jetty-launcher-7456-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1629976 INFO  (jetty-launcher-7456-thread-1) [n:127.0.0.1:40907_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1629977 INFO  (zkConnectionManagerCallback-7467-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1629977 INFO  (jetty-launcher-7456-thread-1) [n:127.0.0.1:40907_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1630148 INFO  (jetty-launcher-7456-thread-1) [n:127.0.0.1:40907_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40907_solr
   [junit4]   2> 1630148 INFO  (jetty-launcher-7456-thread-1) [n:127.0.0.1:40907_solr     ] o.a.s.c.Overseer Overseer (id=75735779783475205-127.0.0.1:40907_solr-n_0000000000) starting
   [junit4]   2> 1630154 INFO  (OverseerStateUpdate-75735779783475205-127.0.0.1:40907_solr-n_0000000000) [n:127.0.0.1:40907_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40907_solr
   [junit4]   2> 1630154 INFO  (jetty-launcher-7456-thread-1) [n:127.0.0.1:40907_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40907_solr
   [junit4]   2> 1630156 INFO  (OverseerStateUpdate-75735779783475205-127.0.0.1:40907_solr-n_0000000000) [n:127.0.0.1:40907_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1630219 INFO  (jetty-launcher-7456-thread-1) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1630258 INFO  (jetty-launcher-7456-thread-1) [n:127.0.0.1:40907_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40907.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f90a34
   [junit4]   2> 1630275 INFO  (jetty-launcher-7456-thread-1) [n:127.0.0.1:40907_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40907.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f90a34
   [junit4]   2> 1630275 INFO  (jetty-launcher-7456-thread-1) [n:127.0.0.1:40907_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40907.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f90a34
   [junit4]   2> 1630277 INFO  (jetty-launcher-7456-thread-1) [n:127.0.0.1:40907_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1630277 INFO  (jetty-launcher-7456-thread-1) [n:127.0.0.1:40907_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001/tempDir-001/node1/.
   [junit4]   2> 1630349 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1630350 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1630369 INFO  (zkConnectionManagerCallback-7476-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1630369 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1630370 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1630385 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36044/solr ready
   [junit4]   2> 1630451 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 1630452 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@449e0dd{HTTP/1.1,[http/1.1]}{0.0.0.0:40481}
   [junit4]   2> 1630452 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.e.j.s.Server Started @1630537ms
   [junit4]   2> 1630746 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPackageManager
   [junit4]   2> 1630799 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Solr url: https://127.0.0.1:40907/solr, solr base url: https://127.0.0.1:40907
   [junit4]   2> 1631140 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=128
   [junit4]   2> 1631214 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1631215 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=1
   [junit4]   2> 1631231 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool ZK: 127.0.0.1:36044/solr
   [junit4]   2> 1631268 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1631310 INFO  (zkConnectionManagerCallback-7478-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1631322 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1631322 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Done initializing a zkClient instance...
   [junit4]   1> Installed packages:
   [junit4]   1> -----
   [junit4]   2> 1631362 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Getting packages from packages.json...
   [junit4]   2> 1631412 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Got packages: []
   [junit4]   2> 1631603 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Finished: list-installed
   [junit4]   2> 1631604 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Solr url: https://127.0.0.1:40907/solr, solr base url: https://127.0.0.1:40907
   [junit4]   2> 1631872 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=90
   [junit4]   2> 1631877 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1631932 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=55
   [junit4]   2> 1631961 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool ZK: 127.0.0.1:36044/solr
   [junit4]   2> 1632034 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632054 INFO  (zkConnectionManagerCallback-7480-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632054 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632055 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Done initializing a zkClient instance...
   [junit4]   2> 1632091 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.RepositoryManager []
   [junit4]   1> Added repository: fullstory
   [junit4]   2> 1632676 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Finished: add-repo
   [junit4]   2> 1632676 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Solr url: https://127.0.0.1:40907/solr, solr base url: https://127.0.0.1:40907
   [junit4]   2> 1632764 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=18
   [junit4]   2> 1632780 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1632782 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=2
   [junit4]   2> 1632786 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool ZK: 127.0.0.1:36044/solr
   [junit4]   2> 1632787 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632803 INFO  (zkConnectionManagerCallback-7482-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1632803 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1632803 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Done initializing a zkClient instance...
   [junit4]   1> Available packages:
   [junit4]   1> -----
   [junit4]   1> question-answer 		A natural language question answering plugin
   [junit4]   1> 	Version: 1.0.0
   [junit4]   1> 	Version: 1.1.0
   [junit4]   2> 1633003 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Finished: list-available
   [junit4]   2> 1633004 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Solr url: https://127.0.0.1:40907/solr, solr base url: https://127.0.0.1:40907
   [junit4]   2> 1633077 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=5
   [junit4]   2> 1633087 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1633104 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=16
   [junit4]   2> 1633128 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool ZK: 127.0.0.1:36044/solr
   [junit4]   2> 1633130 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1633131 INFO  (zkConnectionManagerCallback-7484-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1633131 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1633131 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Done initializing a zkClient instance...
   [junit4]   2> 1633272 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Getting packages from packages.json...
   [junit4]   2> 1633273 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Got packages: []
   [junit4]   1> Posting manifest...
   [junit4]   2> 1633791 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /package/question-answer/1.0.0/manifest.json
   [junit4]   2> 1633791 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /package/question-answer/1.0.0/manifest.json
   [junit4]   2> 1633840 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore persisted a file /package/question-answer/1.0.0/manifest.json and metadata. sizes 809 144
   [junit4]   2> 1633892 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/package/question-answer/1.0.0/manifest.json params={wt=javabin&version=2} status=0 QTime=169
   [junit4]   1> Posting artifacts...
   [junit4]   2> 1633921 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /package/question-answer/1.0.0/question-answer-request-handler-1.0.jar.tmp
   [junit4]   2> 1633921 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /package/question-answer/1.0.0/question-answer-request-handler-1.0.jar.tmp
   [junit4]   2> 1634193 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore persisted a file /package/question-answer/1.0.0/question-answer-request-handler-1.0.jar.tmp and metadata. sizes 5652 246
   [junit4]   2> 1634242 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/package/question-answer/1.0.0/question-answer-request-handler-1.0.jar.tmp params={sig=C9UWKkucmY3UNzqn0VLneVMe9kCbJjw7Urc76vGenoRwp32xvNn5ZIGZ7G34xZP7cVjqn/ltDlLWBZ/C3eAtuw%3D%3D&wt=javabin&version=2} status=0 QTime=348
   [junit4]   1> Executing Package API to register this package...
   [junit4]   2> 1634302 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1634302 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.p.PackageLoader A new package: question-answer introduced
   [junit4]   2> 1634316 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.p.PackageLoader A new version: 1.0.0 added for package: question-answer with artifacts [/package/question-answer/1.0.0/question-answer-request-handler-1.0.jar.tmp]
   [junit4]   2> 1634332 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001/tempDir-001/node1/filestore/package/question-answer/1.0.0]
   [junit4]   2> 1634332 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.p.PackageLoader version: 1.0.0 is the new latest in package: question-answer
   [junit4]   2> 1634332 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=84
   [junit4]   1> Response: {"responseHeader":{
   [junit4]   1>     "status":0,
   [junit4]   1>     "QTime":84}}
   [junit4]   2> 1634333 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Getting packages from packages.json...
   [junit4]   2> 1634357 INFO  (zkCallback-7466-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1634428 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/package/question-answer/1.0.0/manifest.json params={} status=0 QTime=0
   [junit4]   2> 1634458 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Got packages: [{
   [junit4]   2>   "name":"question-answer",
   [junit4]   2>   "version":"1.0.0"}]
   [junit4]   1> {
   [junit4]   1>   "path":"/api/collections/${collection}/config/requestHandler?componentName=${RH-HANDLER-PATH}&meta=true",
   [junit4]   1>   "method":"GET",
   [junit4]   1>   "condition":"$['config'].['requestHandler'].['${RH-HANDLER-PATH}'].['_packageinfo_'].['version']",
   [junit4]   1>   "expected":"${package-version}"}
   [junit4]   1> Verifying version 1.0.0 on [], result: true
   [junit4]   1> org.apache.solr.packagemanager.RepositoryManager@108dcd3c installed.
   [junit4]   2> 1634612 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Finished: install
   [junit4]   2> 1634612 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Solr url: https://127.0.0.1:40907/solr, solr base url: https://127.0.0.1:40907
   [junit4]   2> 1634693 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=32
   [junit4]   2> 1634706 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1634707 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=0
   [junit4]   2> 1634708 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool ZK: 127.0.0.1:36044/solr
   [junit4]   2> 1634722 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1634723 INFO  (zkConnectionManagerCallback-7486-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1634723 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1634724 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Done initializing a zkClient instance...
   [junit4]   1> Installed packages:
   [junit4]   1> -----
   [junit4]   2> 1634724 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Getting packages from packages.json...
   [junit4]   2> 1634779 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/package/question-answer/1.0.0/manifest.json params={} status=0 QTime=0
   [junit4]   2> 1634791 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Got packages: [{
   [junit4]   2>   "name":"question-answer",
   [junit4]   2>   "version":"1.0.0"}]
   [junit4]   1> {
   [junit4]   1>   "name":"question-answer",
   [junit4]   1>   "version":"1.0.0"}
   [junit4]   2> 1634916 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Finished: list-installed
   [junit4]   2> 1634942 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=abc&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1634945 INFO  (OverseerThreadFactory-3620-thread-1-processing-n:127.0.0.1:40907_solr) [n:127.0.0.1:40907_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection abc
   [junit4]   2> 1635052 INFO  (OverseerStateUpdate-75735779783475205-127.0.0.1:40907_solr-n_0000000000) [n:127.0.0.1:40907_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40907/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1635274 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr    x:abc_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=abc_shard1_replica_n1&action=CREATE&numShards=1&collection=abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1635275 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr    x:abc_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1636298 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1636315 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.s.IndexSchema [abc_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1636317 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1636317 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'abc_shard1_replica_n1' using configuration from collection abc, trusted=true
   [junit4]   2> 1636318 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40907.solr.core.abc.shard1.replica_n1' (registry 'solr.core.abc.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f90a34
   [junit4]   2> 1636323 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.SolrCore [[abc_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001/tempDir-001/node1/abc_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001/tempDir-001/node1/./abc_shard1_replica_n1/data/]
   [junit4]   2> 1636396 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1636396 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1636399 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1636399 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1636400 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5fbe4377[abc_shard1_replica_n1] main]
   [junit4]   2> 1636402 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1636402 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1636403 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1636403 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1650235556937859072
   [junit4]   2> 1636406 INFO  (searcherExecutor-3625-thread-1-processing-n:127.0.0.1:40907_solr x:abc_shard1_replica_n1 c:abc s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.SolrCore [abc_shard1_replica_n1] Registered new searcher Searcher@5fbe4377[abc_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1636408 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/abc/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1636408 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/abc/leaders/shard1
   [junit4]   2> 1636412 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1636412 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1636412 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40907/solr/abc_shard1_replica_n1/
   [junit4]   2> 1636412 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1636421 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:40907/solr/abc_shard1_replica_n1/ has no replicas
   [junit4]   2> 1636421 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/abc/leaders/shard1/leader after winning as /collections/abc/leader_elect/shard1/election/75735779783475205-core_node2-n_0000000000
   [junit4]   2> 1636423 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40907/solr/abc_shard1_replica_n1/ shard1
   [junit4]   2> 1636525 INFO  (zkCallback-7466-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abc/state.json] for collection [abc] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1636525 INFO  (zkCallback-7466-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abc/state.json] for collection [abc] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1636526 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1636528 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=abc_shard1_replica_n1&action=CREATE&numShards=1&collection=abc&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1254
   [junit4]   2> 1636530 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1636641 INFO  (zkCallback-7466-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abc/state.json] for collection [abc] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1636641 INFO  (zkCallback-7466-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abc/state.json] for collection [abc] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1636641 INFO  (zkCallback-7466-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abc/state.json] for collection [abc] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1636642 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=abc&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1699
   [junit4]   2> 1636643 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf2&name=def&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1636656 INFO  (OverseerThreadFactory-3620-thread-2-processing-n:127.0.0.1:40907_solr) [n:127.0.0.1:40907_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection def
   [junit4]   2> 1636668 INFO  (OverseerCollectionConfigSetProcessor-75735779783475205-127.0.0.1:40907_solr-n_0000000000) [n:127.0.0.1:40907_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> 1636920 INFO  (OverseerStateUpdate-75735779783475205-127.0.0.1:40907_solr-n_0000000000) [n:127.0.0.1:40907_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"def",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"def_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40907/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1637123 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr    x:def_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf2&newCollection=true&name=def_shard1_replica_n1&action=CREATE&numShards=1&collection=def&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1638157 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1638166 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.s.IndexSchema [def_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1638168 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1638168 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'def_shard1_replica_n1' using configuration from collection def, trusted=true
   [junit4]   2> 1638168 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40907.solr.core.def.shard1.replica_n1' (registry 'solr.core.def.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f90a34
   [junit4]   2> 1638168 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.SolrCore [[def_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001/tempDir-001/node1/def_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001/tempDir-001/node1/./def_shard1_replica_n1/data/]
   [junit4]   2> 1638233 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1638233 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1638234 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1638234 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1638236 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5099397f[def_shard1_replica_n1] main]
   [junit4]   2> 1638237 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1638238 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1638238 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1638238 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1650235558861996032
   [junit4]   2> 1638241 INFO  (searcherExecutor-3630-thread-1-processing-n:127.0.0.1:40907_solr x:def_shard1_replica_n1 c:def s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.SolrCore [def_shard1_replica_n1] Registered new searcher Searcher@5099397f[def_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1638244 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/def/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1638245 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/def/leaders/shard1
   [junit4]   2> 1638257 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1638257 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1638257 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40907/solr/def_shard1_replica_n1/
   [junit4]   2> 1638257 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1638257 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:40907/solr/def_shard1_replica_n1/ has no replicas
   [junit4]   2> 1638257 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/def/leaders/shard1/leader after winning as /collections/def/leader_elect/shard1/election/75735779783475205-core_node2-n_0000000000
   [junit4]   2> 1638259 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40907/solr/def_shard1_replica_n1/ shard1
   [junit4]   2> 1638361 INFO  (zkCallback-7466-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/def/state.json] for collection [def] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1638361 INFO  (zkCallback-7466-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/def/state.json] for collection [def] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1638361 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1638372 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf2&newCollection=true&name=def_shard1_replica_n1&action=CREATE&numShards=1&collection=def&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1249
   [junit4]   2> 1638374 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1638464 INFO  (zkCallback-7466-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/def/state.json] for collection [def] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1638464 INFO  (zkCallback-7466-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/def/state.json] for collection [def] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1638464 INFO  (zkCallback-7466-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/def/state.json] for collection [def] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1638464 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf2&name=def&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1821
   [junit4]   2> 1638465 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Solr url: https://127.0.0.1:40907/solr, solr base url: https://127.0.0.1:40907
   [junit4]   2> 1638507 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=22
   [junit4]   2> 1638512 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1638523 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=11
   [junit4]   2> 1638524 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool ZK: 127.0.0.1:36044/solr
   [junit4]   2> 1638539 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1638540 INFO  (zkConnectionManagerCallback-7490-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1638540 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1638541 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Done initializing a zkClient instance...
   [junit4]   1> Collections on which package question-answer was deployed:
   [junit4]   2> 1638678 INFO  (OverseerCollectionConfigSetProcessor-75735779783475205-127.0.0.1:40907_solr-n_0000000000) [n:127.0.0.1:40907_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> 1638731 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Finished: list-deployed
   [junit4]   2> 1638732 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Solr url: https://127.0.0.1:40907/solr, solr base url: https://127.0.0.1:40907
   [junit4]   2> 1638773 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=20
   [junit4]   2> 1638776 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1638787 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=10
   [junit4]   2> 1638787 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool ZK: 127.0.0.1:36044/solr
   [junit4]   2> 1638789 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1638804 INFO  (zkConnectionManagerCallback-7492-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1638804 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1638804 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Done initializing a zkClient instance...
   [junit4]   2> 1638804 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Getting packages from packages.json...
   [junit4]   2> 1638842 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/package/question-answer/1.0.0/manifest.json params={} status=0 QTime=0
   [junit4]   2> 1638846 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Got packages: [{
   [junit4]   2>   "name":"question-answer",
   [junit4]   2>   "version":"1.0.0"}]
   [junit4]   2> 1638887 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property params to be of version 0 for collection abc
   [junit4]   2> 1638888 INFO  (Thread-1694) [     ] o.a.s.c.SolrCore config update listener called for core abc_shard1_replica_n1
   [junit4]   2> 1638889 INFO  (solrHandlerExecutor-3635-thread-1-processing-n:127.0.0.1:40907_solr x:abc_shard1_replica_n1 c:abc s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1638901 INFO  (Thread-1694) [     ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1638901 INFO  (Thread-1694) [     ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1639011 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler I already have the expected version 0 of params
   [junit4]   2> 1639011 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 1639011 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.S.Request [abc_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={params=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1639012 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Took 124.0ms to set the property params to be of version 0 for collection abc
   [junit4]   2> 1639027 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.ZkController Persisted config data to node /configs/conf1/params.json 
   [junit4]   2> 1639027 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property params to be of version 1 for collection abc
   [junit4]   2> 1639027 INFO  (Thread-1695) [     ] o.a.s.c.SolrCore config update listener called for core abc_shard1_replica_n1
   [junit4]   2> 1639028 INFO  (solrHandlerExecutor-3636-thread-1-processing-n:127.0.0.1:40907_solr x:abc_shard1_replica_n1 c:abc s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1639028 INFO  (Thread-1695) [     ] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 1639028 INFO  (Thread-1695) [     ] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 1639161 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler I already have the expected version 1 of params
   [junit4]   2> 1639161 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 1639161 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.S.Request [abc_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={params=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1639178 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Took 150.0ms to set the property params to be of version 1 for collection abc
   [junit4]   1> Executing {"add-requesthandler":{"name":"/mypath2","class":"question-answer:fullstory.QARequestHandler"}} for path:/api/collections/abc/config
   [junit4]   1> Putting patterns into the list from the init()
   [junit4]   2> 1639226 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection abc
   [junit4]   2> 1639227 INFO  (Thread-1696) [     ] o.a.s.c.SolrCore config update listener called for core abc_shard1_replica_n1
   [junit4]   2> 1639228 INFO  (Thread-1696) [     ] o.a.s.c.SolrCore core reload abc_shard1_replica_n1
   [junit4]   2> 1639228 INFO  (solrHandlerExecutor-3637-thread-1-processing-n:127.0.0.1:40907_solr x:abc_shard1_replica_n1 c:abc s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1639246 INFO  (Thread-1696) [     ] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 1639246 INFO  (Thread-1696) [     ] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 1639247 INFO  (Thread-1696) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1639280 INFO  (Thread-1696) [     ] o.a.s.s.IndexSchema [abc_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1639282 INFO  (Thread-1696) [     ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1639283 INFO  (Thread-1696) [     ] o.a.s.c.CoreContainer Reloading SolrCore 'abc_shard1_replica_n1' using configuration from collection abc
   [junit4]   2> 1639377 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1639394 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.S.Request [abc_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 1639394 INFO  (SolrConfigHandler-refreshconf) [     ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1639398 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40907.solr.core.abc.shard1.replica_n1' (registry 'solr.core.abc.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f90a34
   [junit4]   2> 1639398 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.SolrCore [[abc_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001/tempDir-001/node1/abc_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001/tempDir-001/node1/./abc_shard1_replica_n1/data/]
   [junit4]   2> 1639417 INFO  (solrHandlerExecutor-3637-thread-1-processing-n:127.0.0.1:40907_solr x:abc_shard1_replica_n1 c:abc s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:40907/solr/abc_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 1639417 INFO  (solrHandlerExecutor-3637-thread-1-processing-n:127.0.0.1:40907_solr x:abc_shard1_replica_n1 c:abc s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1639608 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1639624 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.S.Request [abc_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 1639624 INFO  (SolrConfigHandler-refreshconf) [     ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1639787 INFO  (solrHandlerExecutor-3637-thread-1-processing-n:127.0.0.1:40907_solr x:abc_shard1_replica_n1 c:abc s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:40907/solr/abc_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 1639787 INFO  (solrHandlerExecutor-3637-thread-1-processing-n:127.0.0.1:40907_solr x:abc_shard1_replica_n1 c:abc s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1639829 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.p.PackagePluginHolder loading plugin: requestHandler -> /mypath2 using  package question-answer:1.0.0
   [junit4]   1> Putting patterns into the list from the init()
   [junit4]   2> 1639854 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1639854 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1639856 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@71282a66[abc_shard1_replica_n1] main]
   [junit4]   2> 1639858 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1639858 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1639858 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1639859 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1650235560560689152
   [junit4]   2> 1639862 INFO  (searcherExecutor-3638-thread-1-processing-n:127.0.0.1:40907_solr x:abc_shard1_replica_n1 c:abc s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.SolrCore [abc_shard1_replica_n1] Registered new searcher Searcher@71282a66[abc_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1639870 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1639870 INFO  (Thread-1696) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@57f02c2[abc_shard1_replica_n1] main]
   [junit4]   2> 1639872 INFO  (searcherExecutor-3638-thread-1-processing-n:127.0.0.1:40907_solr x:abc_shard1_replica_n1 c:abc s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.SolrCore [abc_shard1_replica_n1] Registered new searcher Searcher@57f02c2[abc_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1639888 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 1639888 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 1639888 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.S.Request [abc_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1639905 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Took 679.0ms to set the property overlay to be of version 0 for collection abc
   [junit4]   2> 1639905 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.SolrCore [abc_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7a2b4731
   [junit4]   2> 1639905 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.abc.shard1.replica_n1, tag=SolrCore@7a2b4731
   [junit4]   2> 1639905 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6bf32e03: rootName = solr_40907, domain = solr.core.abc.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.abc.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3272ef69
   [junit4]   2> 1639934 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.abc.shard1.leader, tag=SolrCore@7a2b4731
   [junit4]   2> 1639937 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.ZkController Persisted config data to node /configs/conf1/params.json 
   [junit4]   2> 1639937 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property params to be of version 2 for collection abc
   [junit4]   2> 1639951 INFO  (Thread-1697) [     ] o.a.s.c.SolrCore config update listener called for core abc_shard1_replica_n1
   [junit4]   2> 1639951 INFO  (solrHandlerExecutor-3642-thread-1-processing-n:127.0.0.1:40907_solr x:abc_shard1_replica_n1 c:abc s:shard1 r:core_node2) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1639952 INFO  (Thread-1697) [     ] o.a.s.c.RequestParams conf resource params.json loaded . version : 2 
   [junit4]   2> 1639952 INFO  (Thread-1697) [     ] o.a.s.c.RequestParams request params refreshed to version 2
   [junit4]   2> 1640077 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler I already have the expected version 2 of params
   [junit4]   2> 1640077 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 1640077 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.S.Request [abc_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={params=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1640088 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Took 151.0ms to set the property params to be of version 2 for collection abc
   [junit4]   1> {
   [junit4]   1>   "path":"/api/collections/${collection}/config/requestHandler?componentName=${RH-HANDLER-PATH}&meta=true",
   [junit4]   1>   "method":"GET",
   [junit4]   1>   "condition":"$['config'].['requestHandler'].['${RH-HANDLER-PATH}'].['_packageinfo_'].['version']",
   [junit4]   1>   "expected":"${package-version}"}
   [junit4]   1> Executing https://127.0.0.1:40907/api/collections/abc/config/requestHandler?componentName=/mypath2&meta=true for collection:abc
   [junit4]   1> {
   [junit4]   1>   "responseHeader":{
   [junit4]   1>     "status":0,
   [junit4]   1>     "QTime":0},
   [junit4]   1>   "config":{"requestHandler":{"/mypath2":{
   [junit4]   1>         "name":"/mypath2",
   [junit4]   1>         "class":"question-answer:fullstory.QARequestHandler",
   [junit4]   1>         "_packageinfo_":{
   [junit4]   1>           "package":"question-answer",
   [junit4]   1>           "version":"1.0.0",
   [junit4]   1>           "files":["/package/question-answer/1.0.0/question-answer-request-handler-1.0.jar.tmp"],
   [junit4]   1>           "manifest":"/package/question-answer/1.0.0/manifest.json",
   [junit4]   1>           "manifestSHA512":"a91ab5a2c5abd53f0f72c256592c2be8b667cecb8226ac054aeed4d28aac9d743311442f2d58539bb83663a19bd1efb310aaadfd77bea458f3d475161721a114"}}}}}
   [junit4]   1> 
   [junit4]   1> Actual: 1.0.0, expected: 1.0.0
   [junit4]   1> Deployed and verified package: question-answer, version: 1.0.0
   [junit4]   1> Deployment successful
   [junit4]   2> 1640238 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Finished: deploy
   [junit4]   2> 1640264 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.S.Request [abc_shard1_replica_n1]  webapp=/solr path=/config/params params={meta=true} status=0 QTime=0
   [junit4]   2> 1640265 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.S.Request [abc_shard1_replica_n1]  webapp=/solr path=/config/requestHandler params={meta=true&componentName=/mypath2} status=0 QTime=0
   [junit4]   2> 1640266 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Solr url: https://127.0.0.1:40907/solr, solr base url: https://127.0.0.1:40907
   [junit4]   2> 1640295 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=5
   [junit4]   2> 1640297 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1640311 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=14
   [junit4]   2> 1640312 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool ZK: 127.0.0.1:36044/solr
   [junit4]   2> 1640314 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1640315 INFO  (zkConnectionManagerCallback-7501-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1640315 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1640315 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Done initializing a zkClient instance...
   [junit4]   1> Collections on which package question-answer was deployed:
   [junit4]   1> 	abc(question-answer:1.0.0)
   [junit4]   2> 1640439 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Finished: list-deployed
   [junit4]   2> 1640439 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Solr url: https://127.0.0.1:40907/solr, solr base url: https://127.0.0.1:40907
   [junit4]   2> 1640479 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=18
   [junit4]   2> 1640481 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1640483 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=2
   [junit4]   2> 1640484 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool ZK: 127.0.0.1:36044/solr
   [junit4]   2> 1640485 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1640486 INFO  (zkConnectionManagerCallback-7503-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1640486 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1640486 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Done initializing a zkClient instance...
   [junit4]   2> 1640516 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Getting packages from packages.json...
   [junit4]   2> 1640518 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/package/question-answer/1.0.0/manifest.json params={} status=0 QTime=0
   [junit4]   2> 1640522 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Got packages: [{
   [junit4]   2>   "name":"question-answer",
   [junit4]   2>   "version":"1.0.0"}]
   [junit4]   1> Packages deployed on abc:
   [junit4]   1> 	{
   [junit4]   1>   "name":"question-answer",
   [junit4]   1>   "version":"1.0.0"}
   [junit4]   2> 1640624 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Finished: list-deployed
   [junit4]   2> 1640624 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.PackageManagerCLITest Testing explicit deployment to a different/newer version
   [junit4]   2> 1640624 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool Solr url: https://127.0.0.1:40907/solr, solr base url: https://127.0.0.1:40907
   [junit4]   2> 1640708 INFO  (qtp1988776438-14843) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=17
   [junit4]   2> 1640743 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1640792 INFO  (qtp1988776438-14838) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=48
   [junit4]   2> 1640793 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.u.PackageTool ZK: 127.0.0.1:36044/solr
   [junit4]   2> 1640813 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1640829 INFO  (zkConnectionManagerCallback-7505-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1640829 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1640830 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Done initializing a zkClient instance...
   [junit4]   2> 1641048 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Getting packages from packages.json...
   [junit4]   2> 1641084 INFO  (qtp1988776438-14840) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/package/question-answer/1.0.0/manifest.json params={} status=0 QTime=0
   [junit4]   2> 1641088 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Got packages: [{
   [junit4]   2>   "name":"question-answer",
   [junit4]   2>   "version":"1.0.0"}]
   [junit4]   1> Posting manifest...
   [junit4]   2> 1641415 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /package/question-answer/1.1.0/manifest.json
   [junit4]   2> 1641415 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /package/question-answer/1.1.0/manifest.json
   [junit4]   2> 1641442 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore persisted a file /package/question-answer/1.1.0/manifest.json and metadata. sizes 864 144
   [junit4]   2> 1641456 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/package/question-answer/1.1.0/manifest.json params={wt=javabin&version=2} status=0 QTime=41
   [junit4]   1> Posting artifacts...
   [junit4]   2> 1641460 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /package/question-answer/1.1.0/question-answer-request-handler-1.1.jar.tmp
   [junit4]   2> 1641460 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /package/question-answer/1.1.0/question-answer-request-handler-1.1.jar.tmp
   [junit4]   2> 1641467 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.f.DistribPackageStore persisted a file /package/question-answer/1.1.0/question-answer-request-handler-1.1.jar.tmp and metadata. sizes 6324 246
   [junit4]   2> 1641482 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/package/question-answer/1.1.0/question-answer-request-handler-1.1.jar.tmp params={sig=qdNsVe5G8clkBDQwcX2MViA1XU6bhqEwFCPiqPxot7YQw5oj/pFvDPkzWaVa6rNbUzK3WUBbhV5TedhF7hZMOQ%3D%3D&wt=javabin&version=2} status=0 QTime=25
   [junit4]   1> Executing Package API to register this package...
   [junit4]   2> 1641515 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1641515 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.p.PackageLoader Package question-answer is modified 
   [junit4]   2> 1641515 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.p.PackageLoader A new version: 1.1.0 added for package: question-answer with artifacts [/package/question-answer/1.1.0/question-answer-request-handler-1.1.jar.tmp]
   [junit4]   2> 1641516 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001/tempDir-001/node1/filestore/package/question-answer/1.1.0]
   [junit4]   2> 1641516 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr     ] o.a.s.p.PackageLoader version: 1.1.0 is the new latest in package: question-answer
   [junit4]   2> 1641517 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.p.PackagePluginHolder Using version :1.0.0. latest is 1.1.0,  params.json has config question-answer : 1.0.0
   [junit4]   2> 1641517 INFO  (qtp1988776438-14841) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=33
   [junit4]   1> Response: {"responseHeader":{
   [junit4]   1>     "status":0,
   [junit4]   1>     "QTime":33}}
   [junit4]   2> 1641517 INFO  (TEST-PackageManagerCLITest.testPackageManager-seed#[9A33E7B5D72EDBE0]) [     ] o.a.s.p.PackageManager Getting packages from packages.json...
   [junit4]   2> 1641559 INFO  (zkCallback-7466-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 1641578 INFO  (qtp1988776438-14846) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/package/question-answer/1.0.0/manifest.json params={} status=0 QTime=0
   [junit4]   2> 1641612 INFO  (qtp1988776438-14844) [n:127.0.0.1:40907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/package/question-answer/1.1.0/manifest.json params={} status=0 QTime=0
   [junit4]   1> {
   [junit4]   1>   "path":"/api/collections/${collection}/config/requestHandler?componentName=${RH-HANDLER-PATH}&meta=true",
   [junit4]   1>   "method":"GET",
   [junit4]   1>   "condition":"$['config'].['requestHandler'].['${RH-HANDLER-PATH}'].['_packageinfo_'].['version']",
   [junit4]   1>   "expected":"${package-version}"}
   [junit4]   1> Verifying version 1.1.0 on [], result: true
   [junit4]   1> org.apache.solr.pack

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

ard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.c.SolrCore [abc_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@277f88b0
   [junit4]   2> 1653222 INFO  (coreCloseExecutor-3646-thread-1) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.abc.shard1.replica_n1, tag=SolrCore@277f88b0
   [junit4]   2> 1653222 INFO  (coreCloseExecutor-3646-thread-1) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c8ff26f: rootName = solr_40907, domain = solr.core.abc.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.abc.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3272ef69
   [junit4]   2> 1653237 INFO  (coreCloseExecutor-3646-thread-2) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.c.SolrCore [def_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2b1ab44c
   [junit4]   2> 1653255 INFO  (coreCloseExecutor-3646-thread-1) [n:127.0.0.1:40907_solr c:abc s:shard1 r:core_node2 x:abc_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.abc.shard1.leader, tag=SolrCore@277f88b0
   [junit4]   2> 1653255 INFO  (coreCloseExecutor-3646-thread-2) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.def.shard1.replica_n1, tag=SolrCore@2b1ab44c
   [junit4]   2> 1653255 INFO  (coreCloseExecutor-3646-thread-2) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@51920d4d: rootName = solr_40907, domain = solr.core.def.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.def.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1296d4de
   [junit4]   2> 1653263 INFO  (coreCloseExecutor-3646-thread-2) [n:127.0.0.1:40907_solr c:def s:shard1 r:core_node2 x:def_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.def.shard1.leader, tag=SolrCore@2b1ab44c
   [junit4]   2> 1653292 INFO  (jetty-closer-7511-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1653292 INFO  (jetty-closer-7511-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@922a55e: rootName = solr_40907, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@60fd3422
   [junit4]   2> 1653313 INFO  (jetty-closer-7511-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1653313 INFO  (jetty-closer-7511-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@76ab45ef: rootName = solr_40907, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3f941b6d
   [junit4]   2> 1653327 INFO  (jetty-closer-7511-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1653327 INFO  (jetty-closer-7511-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4156b511: rootName = solr_40907, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5b601855
   [junit4]   2> 1653328 INFO  (jetty-closer-7511-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1653353 INFO  (closeThreadPool-7515-thread-2) [     ] o.a.s.c.Overseer Overseer (id=75735779783475205-127.0.0.1:40907_solr-n_0000000000) closing
   [junit4]   2> 1653354 INFO  (OverseerStateUpdate-75735779783475205-127.0.0.1:40907_solr-n_0000000000) [n:127.0.0.1:40907_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40907_solr
   [junit4]   2> 1653358 INFO  (OverseerAutoScalingTriggerThread-75735779783475205-127.0.0.1:40907_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1653387 INFO  (closeThreadPool-7515-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75735779783475205-127.0.0.1:40907_solr-n_0000000000) closing
   [junit4]   2> 1653480 INFO  (jetty-closer-7511-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75735779783475205-127.0.0.1:40907_solr-n_0000000000) closing
   [junit4]   2> 1653482 INFO  (jetty-closer-7511-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7c723a86{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 1653483 INFO  (jetty-closer-7511-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4043b22a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1653483 INFO  (jetty-closer-7511-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1653484 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1653697 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/configs/conf1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/collections/def/terms/shard1
   [junit4]   2> 	2	/solr/collections/abc/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections/abc/state.json
   [junit4]   2> 	12	/solr/collections/def/state.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1653699 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36044
   [junit4]   2> 1653699 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36044
   [junit4]   2> 1653699 INFO  (SUITE-PackageManagerCLITest-seed#[9A33E7B5D72EDBE0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36044
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.PackageManagerCLITest_9A33E7B5D72EDBE0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=19, maxMBSortInHeap=5.97817995009534, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3cb0c74b), locale=cgg-UG, timezone=America/Boise
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=254561656,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [UninvertDocValuesMergePolicyTest, RAMDirectoryFactoryTest, TestExportWriter, CoreSorterTest, TestFastOutputStream, IndexBasedSpellCheckerTest, TestAnalyzedSuggestions, ByteBuffersDirectoryFactoryTest, SpellCheckComponentTest, BadCopyFieldTest, TestSolrTestCaseJ4, SuggestComponentTest, HdfsBasicDistributedZk2Test, TestSolrFieldCacheBean, AddBlockUpdateTest, ResolveAnalyzerByNameTest, SimpleFacetsTest, TestWaitForStateWithJettyShutdowns, TestNumericRangeQuery64, SearchRateTriggerTest, TestUpdate, ManagedSchemaRoundRobinCloudTest, TestCursorMarkWithoutUniqueKey, DistributedFacetPivotLargeTest, DistributedSpellCheckComponentTest, ChangedSchemaMergeTest, TestManagedSchemaThreadSafety, TriggerSetPropertiesIntegrationTest, MetricsHistoryHandlerTest, TestSimpleQParserPlugin, TestLocalStatsCacheCloud, TestSolrCoreSnapshots, BaseCdcrDistributedZkTest, TestSolrQueryResponse, TestRandomFaceting, HdfsChaosMonkeySafeLeaderTest, TestSolrConfigHandlerConcurrent, TestPostingsSolrHighlighter, TestCryptoKeys, CoreAdminRequestStatusTest, NodeMutatorTest, TestDistributedTracing, TestStreamBody, ChaosMonkeySafeLeaderWithPullReplicasTest, CoreAdminCreateDiscoverTest, CacheHeaderTest, TestNestedDocsSort, BasicAuthIntegrationTest, TestHighlightDedupGrouping, SolrInfoBeanTest, TestInitParams, CollectionPropsTest, TestRTimerTree, RecoveryZkTest, TestSQLHandler, NodeMarkersRegistrationTest, ChaosMonkeyNothingIsSafeTest, TestFieldCacheVsDocValues, TestSolrJacksonAnnotation, TestInPlaceUpdateWithRouteField, NodeAddedTriggerTest, CollectionReloadTest, TestCoreAdminApis, SimplePostToolTest, TestXIncludeConfig, LeaderVoteWaitTimeoutTest, TestSolr4Spatial2, ReturnFieldsTest, TestComponentsName, ForceLeaderWithTlogReplicasTest, TestDistribIDF, SortByFunctionTest, SegmentsInfoRequestHandlerTest, TestStressVersions, SpellPossibilityIteratorTest, BigEndianAscendingWordSerializerTest, MetricTriggerIntegrationTest, TestReplicationHandlerDiskOverFlow, TestJettySolrRunner, OpenExchangeRatesOrgProviderTest, TestExactStatsCacheCloud, TestCloudRecovery2, UpdateParamsTest, PreAnalyzedFieldTest, TestSSLRandomization, TestNoOpRegenerator, TestValueSourceCache, TestApiFramework, StatelessScriptUpdateProcessorFactoryTest, TestHdfsBackupRestoreCore, TestDocTermOrds, LeaderFailoverAfterPartitionTest, AutoScalingHandlerTest, BufferStoreTest, PackageManagerCLITest]
   [junit4] Completed [260/888 (1!)] on J1 in 24.82s, 1 test, 1 failure <<< FAILURES!

[...truncated 55083 lines...]