You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/04/28 18:13:31 UTC

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

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.preferLocalShardsTest

Error Message:
java.lang.NullPointerException

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([2861E2AE1800AF6D:D4AC7A17E6D73897]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:954)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:769)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:239)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.preferLocalShardsTest(CloudHttp2SolrClientTest.java:426)
	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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	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)
Caused by: java.lang.NullPointerException
	at java.base/java.util.Collections$UnmodifiableMap.<init>(Collections.java:1444)
	at java.base/java.util.Collections.unmodifiableMap(Collections.java:1431)
	at org.apache.solr.client.solrj.impl.BaseHttpClusterStateProvider.getAliasProperties(BaseHttpClusterStateProvider.java:249)
	at org.apache.solr.client.solrj.impl.ClusterStateProvider.isRoutedAlias(ClusterStateProvider.java:70)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:419)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:977)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:837)
	... 43 more


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.preferReplicaTypesTest

Error Message:
Failed while waiting for active collection Timeout waiting to see state for collection=replicaTypesTestColl :DocCollection(replicaTypesTestColl//collections/replicaTypesTestColl/state.json/10)={   "pullReplicas":"1",   "replicationFactor":"1",   "shards":{     "shard1":{       "range":"80000000-d554ffff",       "state":"active",       "replicas":{         "core_node5":{           "core":"replicaTypesTestColl_shard1_replica_n1",           "base_url":"http://127.0.0.1:33943/solr",           "node_name":"127.0.0.1:33943_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node7":{           "core":"replicaTypesTestColl_shard1_replica_t2",           "base_url":"http://127.0.0.1:45792/solr",           "node_name":"127.0.0.1:45792_solr",           "state":"down",           "type":"TLOG",           "force_set_state":"false"},         "core_node9":{           "core":"replicaTypesTestColl_shard1_replica_p3",           "base_url":"http://127.0.0.1:46619/solr",           "node_name":"127.0.0.1:46619_solr",           "state":"active",           "type":"PULL",           "force_set_state":"false"}}},     "shard2":{       "range":"d5550000-2aa9ffff",       "state":"active",       "replicas":{         "core_node11":{           "core":"replicaTypesTestColl_shard2_replica_n4",           "base_url":"http://127.0.0.1:33943/solr",           "node_name":"127.0.0.1:33943_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node12":{           "core":"replicaTypesTestColl_shard2_replica_t6",           "base_url":"http://127.0.0.1:45792/solr",           "node_name":"127.0.0.1:45792_solr",           "state":"down",           "type":"TLOG",           "force_set_state":"false"},         "core_node14":{           "core":"replicaTypesTestColl_shard2_replica_p8",           "base_url":"http://127.0.0.1:46619/solr",           "node_name":"127.0.0.1:46619_solr",           "state":"active",           "type":"PULL",           "force_set_state":"false"}}},     "shard3":{       "range":"2aaa0000-7fffffff",       "state":"active",       "replicas":{         "core_node16":{           "core":"replicaTypesTestColl_shard3_replica_n10",           "base_url":"http://127.0.0.1:33943/solr",           "node_name":"127.0.0.1:33943_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node17":{           "core":"replicaTypesTestColl_shard3_replica_t13",           "base_url":"http://127.0.0.1:45792/solr",           "node_name":"127.0.0.1:45792_solr",           "state":"down",           "type":"TLOG",           "force_set_state":"false"},         "core_node18":{           "core":"replicaTypesTestColl_shard3_replica_p15",           "base_url":"http://127.0.0.1:46619/solr",           "node_name":"127.0.0.1:46619_solr",           "state":"active",           "type":"PULL",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"3",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"1"} Live Nodes: [127.0.0.1:33943_solr, 127.0.0.1:45792_solr, 127.0.0.1:46619_solr] Last available state: DocCollection(replicaTypesTestColl//collections/replicaTypesTestColl/state.json/10)={   "pullReplicas":"1",   "replicationFactor":"1",   "shards":{     "shard1":{       "range":"80000000-d554ffff",       "state":"active",       "replicas":{         "core_node5":{           "core":"replicaTypesTestColl_shard1_replica_n1",           "base_url":"http://127.0.0.1:33943/solr",           "node_name":"127.0.0.1:33943_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node7":{           "core":"replicaTypesTestColl_shard1_replica_t2",           "base_url":"http://127.0.0.1:45792/solr",           "node_name":"127.0.0.1:45792_solr",           "state":"down",           "type":"TLOG",           "force_set_state":"false"},         "core_node9":{           "core":"replicaTypesTestColl_shard1_replica_p3",           "base_url":"http://127.0.0.1:46619/solr",           "node_name":"127.0.0.1:46619_solr",           "state":"active",           "type":"PULL",           "force_set_state":"false"}}},     "shard2":{       "range":"d5550000-2aa9ffff",       "state":"active",       "replicas":{         "core_node11":{           "core":"replicaTypesTestColl_shard2_replica_n4",           "base_url":"http://127.0.0.1:33943/solr",           "node_name":"127.0.0.1:33943_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node12":{           "core":"replicaTypesTestColl_shard2_replica_t6",           "base_url":"http://127.0.0.1:45792/solr",           "node_name":"127.0.0.1:45792_solr",           "state":"down",           "type":"TLOG",           "force_set_state":"false"},         "core_node14":{           "core":"replicaTypesTestColl_shard2_replica_p8",           "base_url":"http://127.0.0.1:46619/solr",           "node_name":"127.0.0.1:46619_solr",           "state":"active",           "type":"PULL",           "force_set_state":"false"}}},     "shard3":{       "range":"2aaa0000-7fffffff",       "state":"active",       "replicas":{         "core_node16":{           "core":"replicaTypesTestColl_shard3_replica_n10",           "base_url":"http://127.0.0.1:33943/solr",           "node_name":"127.0.0.1:33943_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node17":{           "core":"replicaTypesTestColl_shard3_replica_t13",           "base_url":"http://127.0.0.1:45792/solr",           "node_name":"127.0.0.1:45792_solr",           "state":"down",           "type":"TLOG",           "force_set_state":"false"},         "core_node18":{           "core":"replicaTypesTestColl_shard3_replica_p15",           "base_url":"http://127.0.0.1:46619/solr",           "node_name":"127.0.0.1:46619_solr",           "state":"active",           "type":"PULL",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"3",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"1"}

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection
Timeout waiting to see state for collection=replicaTypesTestColl :DocCollection(replicaTypesTestColl//collections/replicaTypesTestColl/state.json/10)={
  "pullReplicas":"1",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-d554ffff",
      "state":"active",
      "replicas":{
        "core_node5":{
          "core":"replicaTypesTestColl_shard1_replica_n1",
          "base_url":"http://127.0.0.1:33943/solr",
          "node_name":"127.0.0.1:33943_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node7":{
          "core":"replicaTypesTestColl_shard1_replica_t2",
          "base_url":"http://127.0.0.1:45792/solr",
          "node_name":"127.0.0.1:45792_solr",
          "state":"down",
          "type":"TLOG",
          "force_set_state":"false"},
        "core_node9":{
          "core":"replicaTypesTestColl_shard1_replica_p3",
          "base_url":"http://127.0.0.1:46619/solr",
          "node_name":"127.0.0.1:46619_solr",
          "state":"active",
          "type":"PULL",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"d5550000-2aa9ffff",
      "state":"active",
      "replicas":{
        "core_node11":{
          "core":"replicaTypesTestColl_shard2_replica_n4",
          "base_url":"http://127.0.0.1:33943/solr",
          "node_name":"127.0.0.1:33943_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node12":{
          "core":"replicaTypesTestColl_shard2_replica_t6",
          "base_url":"http://127.0.0.1:45792/solr",
          "node_name":"127.0.0.1:45792_solr",
          "state":"down",
          "type":"TLOG",
          "force_set_state":"false"},
        "core_node14":{
          "core":"replicaTypesTestColl_shard2_replica_p8",
          "base_url":"http://127.0.0.1:46619/solr",
          "node_name":"127.0.0.1:46619_solr",
          "state":"active",
          "type":"PULL",
          "force_set_state":"false"}}},
    "shard3":{
      "range":"2aaa0000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node16":{
          "core":"replicaTypesTestColl_shard3_replica_n10",
          "base_url":"http://127.0.0.1:33943/solr",
          "node_name":"127.0.0.1:33943_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node17":{
          "core":"replicaTypesTestColl_shard3_replica_t13",
          "base_url":"http://127.0.0.1:45792/solr",
          "node_name":"127.0.0.1:45792_solr",
          "state":"down",
          "type":"TLOG",
          "force_set_state":"false"},
        "core_node18":{
          "core":"replicaTypesTestColl_shard3_replica_p15",
          "base_url":"http://127.0.0.1:46619/solr",
          "node_name":"127.0.0.1:46619_solr",
          "state":"active",
          "type":"PULL",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"3",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"1"}
Live Nodes: [127.0.0.1:33943_solr, 127.0.0.1:45792_solr, 127.0.0.1:46619_solr]
Last available state: DocCollection(replicaTypesTestColl//collections/replicaTypesTestColl/state.json/10)={
  "pullReplicas":"1",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-d554ffff",
      "state":"active",
      "replicas":{
        "core_node5":{
          "core":"replicaTypesTestColl_shard1_replica_n1",
          "base_url":"http://127.0.0.1:33943/solr",
          "node_name":"127.0.0.1:33943_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node7":{
          "core":"replicaTypesTestColl_shard1_replica_t2",
          "base_url":"http://127.0.0.1:45792/solr",
          "node_name":"127.0.0.1:45792_solr",
          "state":"down",
          "type":"TLOG",
          "force_set_state":"false"},
        "core_node9":{
          "core":"replicaTypesTestColl_shard1_replica_p3",
          "base_url":"http://127.0.0.1:46619/solr",
          "node_name":"127.0.0.1:46619_solr",
          "state":"active",
          "type":"PULL",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"d5550000-2aa9ffff",
      "state":"active",
      "replicas":{
        "core_node11":{
          "core":"replicaTypesTestColl_shard2_replica_n4",
          "base_url":"http://127.0.0.1:33943/solr",
          "node_name":"127.0.0.1:33943_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node12":{
          "core":"replicaTypesTestColl_shard2_replica_t6",
          "base_url":"http://127.0.0.1:45792/solr",
          "node_name":"127.0.0.1:45792_solr",
          "state":"down",
          "type":"TLOG",
          "force_set_state":"false"},
        "core_node14":{
          "core":"replicaTypesTestColl_shard2_replica_p8",
          "base_url":"http://127.0.0.1:46619/solr",
          "node_name":"127.0.0.1:46619_solr",
          "state":"active",
          "type":"PULL",
          "force_set_state":"false"}}},
    "shard3":{
      "range":"2aaa0000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node16":{
          "core":"replicaTypesTestColl_shard3_replica_n10",
          "base_url":"http://127.0.0.1:33943/solr",
          "node_name":"127.0.0.1:33943_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node17":{
          "core":"replicaTypesTestColl_shard3_replica_t13",
          "base_url":"http://127.0.0.1:45792/solr",
          "node_name":"127.0.0.1:45792_solr",
          "state":"down",
          "type":"TLOG",
          "force_set_state":"false"},
        "core_node18":{
          "core":"replicaTypesTestColl_shard3_replica_p15",
          "base_url":"http://127.0.0.1:46619/solr",
          "node_name":"127.0.0.1:46619_solr",
          "state":"active",
          "type":"PULL",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"3",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"1"}
	at __randomizedtesting.SeedInfo.seed([2861E2AE1800AF6D:138B41187F996261]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:758)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:764)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.preferReplicaTypesTest(CloudHttp2SolrClientTest.java:883)
	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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	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 16331 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_2861E2AE1800AF6D-001/init-core-data-001
   [junit4]   2> 5426 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[2861E2AE1800AF6D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 5651 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[2861E2AE1800AF6D]-worker) [    ] o.e.j.u.log Logging initialized @5722ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 5796 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[2861E2AE1800AF6D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 5818 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[2861E2AE1800AF6D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 5895 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testVersionsAreReturned
   [junit4]   2> 5904 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_2861E2AE1800AF6D-001/tempDir-001
   [junit4]   2> 5914 WARN  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.a.s.c.ZkTestServer TEST_HOME() does not exist - solrj test?
   [junit4]   2> 5940 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5954 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5954 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 6156 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.a.s.c.ZkTestServer start zk server on port:46753
   [junit4]   2> 6168 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46753
   [junit4]   2> 6179 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46753
   [junit4]   2> 6275 INFO  (zkConnectionManagerCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6342 INFO  (zkConnectionManagerCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6367 INFO  (zkConnectionManagerCallback-7-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6544 WARN  (jetty-launcher-8-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6548 WARN  (jetty-launcher-8-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6548 WARN  (jetty-launcher-8-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6625 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6625 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6630 INFO  (jetty-launcher-8-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 6639 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6639 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6640 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 6644 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6644 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6644 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 6679 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6679 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6682 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6756 INFO  (jetty-launcher-8-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6756 INFO  (jetty-launcher-8-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6756 INFO  (jetty-launcher-8-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6760 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6760 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6760 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6763 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@131896e2{/solr,null,AVAILABLE}
   [junit4]   2> 6764 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33c41c4e{/solr,null,AVAILABLE}
   [junit4]   2> 6773 INFO  (jetty-launcher-8-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@787c1eae{/solr,null,AVAILABLE}
   [junit4]   2> 6775 INFO  (jetty-launcher-8-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@bb3f223{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41294}
   [junit4]   2> 6775 INFO  (jetty-launcher-8-thread-3) [    ] o.e.j.s.Server Started @6869ms
   [junit4]   2> 6775 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41294}
   [junit4]   2> 6800 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@692791f7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41837}
   [junit4]   2> 6800 INFO  (jetty-launcher-8-thread-2) [    ] o.e.j.s.Server Started @6894ms
   [junit4]   2> 6800 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41837}
   [junit4]   2> 6801 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@28a48fd9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40199}
   [junit4]   2> 6801 INFO  (jetty-launcher-8-thread-1) [    ] o.e.j.s.Server Started @6894ms
   [junit4]   2> 6801 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40199}
   [junit4]   2> 6900 ERROR (jetty-launcher-8-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6900 ERROR (jetty-launcher-8-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6900 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6900 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 6904 ERROR (jetty-launcher-8-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6904 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6904 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 6904 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6904 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 6907 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6907 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6909 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-28T17:15:43.020124Z
   [junit4]   2> 6911 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6911 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6911 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-28T17:15:43.022167Z
   [junit4]   2> 6911 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6911 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6911 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-28T17:15:43.022677Z
   [junit4]   2> 6974 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 7024 INFO  (zkConnectionManagerCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7029 INFO  (zkConnectionManagerCallback-14-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7029 INFO  (zkConnectionManagerCallback-11-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7030 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7051 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7054 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7185 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x109093487650004, likely client has closed socket
   [junit4]   2> 8034 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 8041 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 8034 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 8500 WARN  (jetty-launcher-8-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@66af4042[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8501 WARN  (jetty-launcher-8-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3607b4fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8504 WARN  (jetty-launcher-8-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@78b553e3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8765 WARN  (jetty-launcher-8-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7aae3a9f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8766 WARN  (jetty-launcher-8-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6a58cdbf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8772 WARN  (jetty-launcher-8-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@36d0c567[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 8783 INFO  (jetty-launcher-8-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46753/solr
   [junit4]   2> 8784 INFO  (jetty-launcher-8-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46753/solr
   [junit4]   2> 8788 INFO  (jetty-launcher-8-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46753/solr
   [junit4]   2> 8851 INFO  (zkConnectionManagerCallback-33-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8851 INFO  (zkConnectionManagerCallback-35-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8872 INFO  (zkConnectionManagerCallback-31-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8937 INFO  (zkConnectionManagerCallback-39-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8941 INFO  (zkConnectionManagerCallback-37-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8961 INFO  (zkConnectionManagerCallback-41-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9075 WARN  (jetty-launcher-8-thread-1) [n:127.0.0.1:40199_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 9077 WARN  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 9078 WARN  (jetty-launcher-8-thread-2) [n:127.0.0.1:41837_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 9160 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41294_solr
   [junit4]   2> 9162 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:41837_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41837_solr
   [junit4]   2> 9164 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40199_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40199_solr
   [junit4]   2> 9166 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.Overseer Overseer (id=74600990042816523-127.0.0.1:41294_solr-n_0000000000) starting
   [junit4]   2> 9236 INFO  (zkCallback-38-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 9246 INFO  (zkCallback-40-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 9246 INFO  (zkCallback-36-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 9364 INFO  (zkConnectionManagerCallback-52-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9368 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 9370 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46753/solr ready
   [junit4]   2> 9535 INFO  (OverseerStateUpdate-74600990042816523-127.0.0.1:41294_solr-n_0000000000) [n:127.0.0.1:41294_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41294_solr
   [junit4]   2> 9545 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:41294_solr as DOWN
   [junit4]   2> 9550 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9551 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41294_solr
   [junit4]   2> 9553 INFO  (zkCallback-40-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 9553 INFO  (zkCallback-36-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 9554 INFO  (zkCallback-38-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 9560 INFO  (zkCallback-51-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 9708 INFO  (zkConnectionManagerCallback-62-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9724 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40199_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 9726 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40199_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46753/solr ready
   [junit4]   2> 9749 INFO  (zkConnectionManagerCallback-57-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9755 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:41837_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 9770 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:41837_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46753/solr ready
   [junit4]   2> 9790 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:41837_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 9814 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 9841 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 10487 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40199_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40199.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4657fc80
   [junit4]   2> 10491 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:41837_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41837.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4657fc80
   [junit4]   2> 10495 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41294.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4657fc80
   [junit4]   2> 10500 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41294.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4657fc80
   [junit4]   2> 10500 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41294.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4657fc80
   [junit4]   2> 10512 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:41837_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41837.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4657fc80
   [junit4]   2> 10520 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:41837_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41837.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4657fc80
   [junit4]   2> 10530 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40199_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40199.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4657fc80
   [junit4]   2> 10537 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40199_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40199.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4657fc80
   [junit4]   2> 10595 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_2861E2AE1800AF6D-001/tempDir-001/node3/.
   [junit4]   2> 10596 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:40199_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_2861E2AE1800AF6D-001/tempDir-001/node1/.
   [junit4]   2> 10596 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:41837_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_2861E2AE1800AF6D-001/tempDir-001/node2/.
   [junit4]   2> 11410 INFO  (zkConnectionManagerCallback-70-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 11419 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 11421 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46753/solr ready
   [junit4]   2> 11458 WARN  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2d1b5dd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 11949 INFO  (qtp1274520530-42) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 11964 INFO  (qtp1274520530-42) [n:127.0.0.1:40199_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=104
   [junit4]   2> 12041 WARN  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@602fc896[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 12050 WARN  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[2861E2AE1800AF6D]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1785332c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 12207 INFO  (qtp1967353942-49) [n:127.0.0.1:41294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=versions_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 12260 INFO  (OverseerThreadFactory-21-thread-1-processing-n:127.0.0.1:41294_solr) [n:127.0.0.1:41294_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection versions_collection
   [junit4]   2> 12426 INFO  (OverseerStateUpdate-74600990042816523-127.0.0.1:41294_solr-n_0000000000) [n:127.0.0.1:41294_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"versions_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"versions_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40199/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 12432 INFO  (OverseerStateUpdate-74600990042816523-127.0.0.1:41294_solr-n_0000000000) [n:127.0.0.1:41294_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"versions_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"versions_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41294/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 12667 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr    x:versions_collection_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=versions_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=versions_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 12667 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr    x:versions_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=versions_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=versions_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 12671 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr    x:versions_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 13766 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 13773 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 14081 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.s.IndexSchema [versions_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 14081 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.s.IndexSchema [versions_collection_shard2_replica_n2] Schema name=test
   [junit4]   2> 15320 WARN  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 15343 WARN  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 15376 WARN  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 15387 WARN  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 15471 WARN  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 15481 WARN  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 15482 WARN  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 15484 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 15485 WARN  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 15489 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 15496 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'versions_collection_shard2_replica_n2' using configuration from collection versions_collection, trusted=true
   [junit4]   2> 15516 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'versions_collection_shard1_replica_n1' using configuration from collection versions_collection, trusted=true
   [junit4]   2> 15541 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40199.solr.core.versions_collection.shard1.replica_n1' (registry 'solr.core.versions_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4657fc80
   [junit4]   2> 15548 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41294.solr.core.versions_collection.shard2.replica_n2' (registry 'solr.core.versions_collection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4657fc80
   [junit4]   2> 15560 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.SolrCore [[versions_collection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_2861E2AE1800AF6D-001/tempDir-001/node3/versions_collection_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_2861E2AE1800AF6D-001/tempDir-001/node3/./versions_collection_shard2_replica_n2/data/]
   [junit4]   2> 15562 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.SolrCore [[versions_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_2861E2AE1800AF6D-001/tempDir-001/node1/versions_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_2861E2AE1800AF6D-001/tempDir-001/node1/./versions_collection_shard1_replica_n1/data/]
   [junit4]   2> 17134 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 17134 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 17145 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 17145 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 17176 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 17176 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 17184 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 17184 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 17234 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@355d258a[versions_collection_shard2_replica_n2] main]
   [junit4]   2> 17255 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@782e0961[versions_collection_shard1_replica_n1] main]
   [junit4]   2> 17301 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 17319 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 17348 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 17352 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 17425 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 17427 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632078925437861888
   [junit4]   2> 17440 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 17440 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632078925451493376
   [junit4]   2> 17460 INFO  (searcherExecutor-33-thread-1-processing-n:127.0.0.1:40199_solr x:versions_collection_shard1_replica_n1 c:versions_collection s:shard1 r:core_node3) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.SolrCore [versions_collection_shard1_replica_n1] Registered new searcher Searcher@782e0961[versions_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 17462 INFO  (searcherExecutor-32-thread-1-processing-n:127.0.0.1:41294_solr x:versions_collection_shard2_replica_n2 c:versions_collection s:shard2 r:core_node4) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.SolrCore [versions_collection_shard2_replica_n2] Registered new searcher Searcher@355d258a[versions_collection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 17551 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/versions_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 17559 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/versions_collection/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 17564 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/versions_collection/leaders/shard1
   [junit4]   2> 17563 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/versions_collection/leaders/shard2
   [junit4]   2> 17597 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 17597 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 17598 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40199/solr/versions_collection_shard1_replica_n1/
   [junit4]   2> 17609 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 17610 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:40199/solr/versions_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 17617 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/versions_collection/leaders/shard1/leader after winning as /collections/versions_collection/leader_elect/shard1/election/74600990042816521-core_node3-n_0000000000
   [junit4]   2> 17625 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40199/solr/versions_collection_shard1_replica_n1/ shard1
   [junit4]   2> 17644 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 17644 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 17644 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41294/solr/versions_collection_shard2_replica_n2/
   [junit4]   2> 17649 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 17656 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 17656 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:41294/solr/versions_collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 17657 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/versions_collection/leaders/shard2/leader after winning as /collections/versions_collection/leader_elect/shard2/election/74600990042816523-core_node4-n_0000000000
   [junit4]   2> 17660 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41294/solr/versions_collection_shard2_replica_n2/ shard2
   [junit4]   2> 17680 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=versions_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=versions_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=5017
   [junit4]   2> 17770 INFO  (zkCallback-38-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/versions_collection/state.json] for collection [versions_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 17771 INFO  (zkCallback-40-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/versions_collection/state.json] for collection [versions_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 17775 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 17780 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=versions_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=versions_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=5115
   [junit4]   2> 17792 INFO  (zkCallback-38-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/versions_collection/state.json] for collection [versions_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 17873 INFO  (qtp1967353942-49) [n:127.0.0.1:41294_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> 17916 INFO  (zkCallback-40-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/versions_collection/state.json] for collection [versions_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 17916 INFO  (zkCallback-38-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/versions_collection/state.json] for collection [versions_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 17916 INFO  (zkCallback-40-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/versions_collection/state.json] for collection [versions_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 17916 INFO  (zkCallback-38-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/versions_collection/state.json] for collection [versions_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 17918 INFO  (qtp1967353942-49) [n:127.0.0.1:41294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=versions_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=5711
   [junit4]   2> 17940 INFO  (qtp1274520530-40) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 17943 INFO  (qtp1274520530-40) [n:127.0.0.1:40199_solr c:versions_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 17947 INFO  (qtp1274520530-41) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 17961 INFO  (qtp1274520530-41) [n:127.0.0.1:40199_solr c:versions_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 17965 INFO  (qtp1274520530-42) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 17966 INFO  (qtp1274520530-42) [n:127.0.0.1:40199_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 17978 INFO  (qtp1274520530-43) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 17981 INFO  (qtp1274520530-43) [n:127.0.0.1:40199_solr c:versions_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 18406 INFO  (OverseerCollectionConfigSetProcessor-74600990042816523-127.0.0.1:41294_solr-n_0000000000) [n:127.0.0.1:41294_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> 18594 INFO  (qtp1274520530-41) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/versions_collection/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 18594 INFO  (qtp1274520530-41) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [versions_collection_shard1_replica_n1]  webapp=/solr path=/update params={versions=true&wt=javabin&version=2}{add=[1 (1632078926311325696)]} 0 515
   [junit4]   2> 18604 INFO  (qtp1967353942-50) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/versions_collection/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 18604 INFO  (qtp1967353942-50) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [versions_collection_shard2_replica_n2]  webapp=/solr path=/update params={versions=true&wt=javabin&version=2}{add=[2 (1632078926327054336)]} 0 493
   [junit4]   2> 18859 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632078926905868288,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 18870 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4190567b commitCommandVersion:1632078926905868288
   [junit4]   2> 19766 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@55b44d43[versions_collection_shard1_replica_n1] main]
   [junit4]   2> 19774 INFO  (searcherExecutor-33-thread-1-processing-n:127.0.0.1:40199_solr x:versions_collection_shard1_replica_n1 c:versions_collection s:shard1 r:core_node3) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.SolrCore [versions_collection_shard1_replica_n1] Registered new searcher Searcher@55b44d43[versions_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556471755567, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 19792 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 19792 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [versions_collection_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41294/solr/versions_collection_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 966
   [junit4]   2> 19800 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632078927925084160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 19800 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@28606b6 commitCommandVersion:1632078927925084160
   [junit4]   2> 19885 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e145550[versions_collection_shard2_replica_n2] main]
   [junit4]   2> 19889 INFO  (searcherExecutor-32-thread-1-processing-n:127.0.0.1:41294_solr x:versions_collection_shard2_replica_n2 c:versions_collection s:shard2 r:core_node4) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.SolrCore [versions_collection_shard2_replica_n2] Registered new searcher Searcher@1e145550[versions_collection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os.version=4.4.0-112-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556471755971, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 19891 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 19891 INFO  (qtp1967353942-51) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [versions_collection_shard2_replica_n2]  webapp=/solr path=/update params={versions=true&commit=true&wt=javabin&version=2}{commit=} 0 1268
   [junit4]   2> 19897 INFO  (qtp1274520530-40) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 19899 INFO  (qtp1274520530-40) [n:127.0.0.1:40199_solr c:versions_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 19916 INFO  (qtp1274520530-41) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 19918 INFO  (qtp1274520530-41) [n:127.0.0.1:40199_solr c:versions_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 19956 INFO  (qtp1274520530-42) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 19962 INFO  (qtp1274520530-42) [n:127.0.0.1:40199_solr c:versions_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 19985 INFO  (qtp1274520530-43) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 19987 INFO  (qtp1274520530-43) [n:127.0.0.1:40199_solr c:versions_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 20274 INFO  (qtp1274520530-42) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.S.Request [versions_collection_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:40199/solr/versions_collection_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1556471756117&isShard=true&wt=javabin} hits=1 status=0 QTime=131
   [junit4]   2> 20295 INFO  (qtp1967353942-48) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.S.Request [versions_collection_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:41294/solr/versions_collection_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1556471756117&isShard=true&wt=javabin} hits=1 status=0 QTime=135
   [junit4]   2> 20357 INFO  (qtp1274520530-43) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.S.Request [versions_collection_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1556471756117&ids=1&isShard=true&shard.url=http://127.0.0.1:40199/solr/versions_collection_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 20357 INFO  (qtp1967353942-50) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.c.S.Request [versions_collection_shard2_replica_n2]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1556471756117&ids=2&isShard=true&shard.url=http://127.0.0.1:41294/solr/versions_collection_shard2_replica_n2/&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 20393 INFO  (qtp1274520530-44) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.S.Request [versions_collection_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=387
   [junit4]   2> 20409 INFO  (qtp1274520530-40) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 20425 INFO  (qtp1274520530-40) [n:127.0.0.1:40199_solr c:versions_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 20439 INFO  (qtp1274520530-41) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 20441 INFO  (qtp1274520530-41) [n:127.0.0.1:40199_solr c:versions_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 20454 INFO  (qtp1274520530-42) [n:127.0.0.1:40199_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 20456 INFO  (qtp1274520530-42) [n:127.0.0.1:40199_solr c:versions_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=versions_collection&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 20472 INFO  (qtp1274520530-43) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [versions_collection_shard1_replica_n1]  webapp=/solr path=/update params={versions=true&wt=javabin&version=2}{delete=[1 (-1632078928628678656)]} 0 3
   [junit4]   2> 20623 INFO  (qtp1967353942-52) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632078928789110784,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 20624 INFO  (qtp1967353942-52) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 20625 INFO  (qtp1967353942-52) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 20660 INFO  (qtp1967353942-52) [n:127.0.0.1:41294_solr c:versions_collection s:shard2 r:core_node4 x:versions_collection_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [versions_collection_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40199/solr/versions_collection_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 38
   [junit4]   2> 20672 INFO  (qtp1274520530-40) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632078928840491008,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 20700 INFO  (qtp1274520530-40) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4190567b commitCommandVersion:1632078928840491008
   [junit4]   2> 20721 INFO  (qtp1274520530-40) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b32249[versions_collection_shard1_replica_n1] main]
   [junit4]   2> 20739 INFO  (searcherExecutor-33-thread-1-processing-n:127.0.0.1:40199_solr x:versions_collection_shard1_replica_n1 c:versions_collection s:shard1 r:core_node3) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.c.SolrCore [versions_collection_shard1_replica_n1] Registered new searcher Searcher@6b32249[versions_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 20755 INFO  (qtp1274520530-40) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 20755 INFO  (qtp1274520530-40) [n:127.0.0.1:40199_solr c:versions_collection s:shard1 r:core_node3 x:versions_collection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [versions_collection_shard1_replica_n1]  webapp=/solr path=/update params={versions=true&commit=true&wt=javabin&version=2}{commit=} 0 271
   [junit4]   2> 20995 INFO  (jetty-closer-78-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2074526830
   [junit4]   2> 20996 INFO  (jetty-closer-78-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40199_solr
   [junit4]   2> 20996 INFO  (jetty-closer-78-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=111713715
   [junit4]   2> 20996 INFO  (jetty-closer-78-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41294_solr
   [junit4]   2> 21018 INFO  (jetty-closer-78-thread-2) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 21018 INFO  (jetty-closer-78-thread-2) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:41294_solr as DOWN
   [junit4]   2> 21018 INFO  (jetty-closer-78-thread-1) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 21018 INFO  (jetty-closer-78-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:40199_solr as DOWN
   [junit4]   2> 21041 INFO  (zkCallback-40-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/versions_collection/state.json] for collection [versions_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 21041 INFO  (zkCallback-38-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/versions_collection/state.json] for collection [versions_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 21041 INFO  (zkCallback-38-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/versions_collection/state.json

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

ucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null950273016
     [copy] Copying 239 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null950273016
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null950273016

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene2-us-west.apache.org
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 50ms :: artifacts dl 10ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 248 minutes 11 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)