You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@solr.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2023/05/05 11:10:50 UTC

[JENKINS] Solr-main-Windows (64bit/hotspot/jdk-11.0.15) - Build # 2742 - Unstable!

Build: https://jenkins.thetaphi.de/job/Solr-main-Windows/2742/
Java: 64bit/hotspot/jdk-11.0.15 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery

Error Message:
java.lang.AssertionError: Expected a collection with one shard and two replicas
Timeout waiting to see state for collection=MissingSegmentRecoveryTest :DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8 )={
  "pullReplicas":"0",
  "configName":"conf",
  "replicationFactor":2,
  "router":{"name":"compositeId"},
  "nrtReplicas":2,
  "tlogReplicas":"0",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "node_name":"127.0.0.1:60656_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:60656/solr"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "node_name":"127.0.0.1:60659_solr",
          "type":"NRT",
          "state":"down",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:60659/solr"}}}}}
Live Nodes: [127.0.0.1:60656_solr, 127.0.0.1:60659_solr]
Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8 )={
  "pullReplicas":"0",
  "configName":"conf",
  "replicationFactor":2,
  "router":{"name":"compositeId"},
  "nrtReplicas":2,
  "tlogReplicas":"0",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "node_name":"127.0.0.1:60656_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:60656/solr"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "node_name":"127.0.0.1:60659_solr",
          "type":"NRT",
          "state":"down",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:60659/solr"}}}}}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
Timeout waiting to see state for collection=MissingSegmentRecoveryTest :DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8 )={
  "pullReplicas":"0",
  "configName":"conf",
  "replicationFactor":2,
  "router":{"name":"compositeId"},
  "nrtReplicas":2,
  "tlogReplicas":"0",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "node_name":"127.0.0.1:60656_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:60656/solr"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "node_name":"127.0.0.1:60659_solr",
          "type":"NRT",
          "state":"down",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:60659/solr"}}}}}
Live Nodes: [127.0.0.1:60656_solr, 127.0.0.1:60659_solr]
Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8 )={
  "pullReplicas":"0",
  "configName":"conf",
  "replicationFactor":2,
  "router":{"name":"compositeId"},
  "nrtReplicas":2,
  "tlogReplicas":"0",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "node_name":"127.0.0.1:60656_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:60656/solr"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "node_name":"127.0.0.1:60659_solr",
          "type":"NRT",
          "state":"down",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:60659/solr"}}}}}
	at __randomizedtesting.SeedInfo.seed([7E62841B795E8351:2E371C18207F354C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:171)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:137)
	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:104)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.base/java.lang.Thread.run(Thread.java:829)


FAILED:  org.apache.solr.cloud.SplitShardWithNodeRoleTest.testSolrClusterWithNodeRoleWithPull

Error Message:
java.lang.AssertionError: Timed out waiting for sub shards to be active. Number of active shards=1
Timeout waiting to see state for collection=coll_NRT_PULL :DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683283423127235500",
      "shard_parent_node":"127.0.0.1:60503_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72202517662400517"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683283423127165600",
      "shard_parent_node":"127.0.0.1:60503_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72202517662400517"}}}
Live Nodes: [127.0.0.1:60503_solr, 127.0.0.1:60504_solr, 127.0.0.1:60553_solr, 127.0.0.1:60575_solr, 127.0.0.1:60596_solr, 127.0.0.1:60618_solr]
Last available state: DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683283423127235500",
      "shard_parent_node":"127.0.0.1:60503_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72202517662400517"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683283423127165600",
      "shard_parent_node":"127.0.0.1:60503_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72202517662400517"}}}

Stack Trace:
java.lang.AssertionError: Timed out waiting for sub shards to be active. Number of active shards=1
Timeout waiting to see state for collection=coll_NRT_PULL :DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683283423127235500",
      "shard_parent_node":"127.0.0.1:60503_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72202517662400517"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683283423127165600",
      "shard_parent_node":"127.0.0.1:60503_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72202517662400517"}}}
Live Nodes: [127.0.0.1:60503_solr, 127.0.0.1:60504_solr, 127.0.0.1:60553_solr, 127.0.0.1:60575_solr, 127.0.0.1:60596_solr, 127.0.0.1:60618_solr]
Last available state: DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683283423127235500",
      "shard_parent_node":"127.0.0.1:60503_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72202517662400517"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683283423127165600",
      "shard_parent_node":"127.0.0.1:60503_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:60503_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60503/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:60504_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"https://127.0.0.1:60504/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72202517662400517"}}}
	at __randomizedtesting.SeedInfo.seed([7E62841B795E8351:A4C4163FDD90CE2C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:171)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:137)
	at org.apache.solr.cloud.SplitShardWithNodeRoleTest.doSplit(SplitShardWithNodeRoleTest.java:87)
	at org.apache.solr.cloud.SplitShardWithNodeRoleTest.testSolrClusterWithNodeRoleWithPull(SplitShardWithNodeRoleTest.java:65)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.base/java.lang.Thread.run(Thread.java:829)

[JENKINS] Solr-main-Windows (64bit/hotspot/jdk-17.0.5) - Build # 2747 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Solr-main-Windows/2747/
Java: 64bit/hotspot/jdk-17.0.5 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3291, name=coreZkRegister-1762-thread-1, state=RUNNABLE, group=TGRP-DeleteReplicaTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3291, name=coreZkRegister-1762-thread-1, state=RUNNABLE, group=TGRP-DeleteReplicaTest]
	at __randomizedtesting.SeedInfo.seed([B69726484E40193D:DC81479826B253F7]:0)
Caused by: java.lang.AssertionError: Failed to delete replica
	at __randomizedtesting.SeedInfo.seed([B69726484E40193D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.DeleteReplicaTest.lambda$raceConditionOnDeleteAndRegisterReplica$10(DeleteReplicaTest.java:406)
	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:211)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)


FAILED:  org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming

Error Message:
java.lang.RuntimeException: Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([B69726484E40193D:5E4B8BAABDA8031D]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1024)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:982)
	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:220)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are greater than allocated threshold.Seen JVM heap memory usage 418986176 and allocated threshold 374734848

	at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:375)
	at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:224)
	at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2892)
	at app//org.apache.solr.util.TestHarness.query(TestHarness.java:348)
	at app//org.apache.solr.util.TestHarness.query(TestHarness.java:328)
	at app//org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:996)
	... 49 more

[JENKINS] Solr-main-Windows (64bit/hotspot/jdk-18) - Build # 2746 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Solr-main-Windows/2746/
Java: 64bit/hotspot/jdk-18 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.SplitShardWithNodeRoleTest.testSolrClusterWithNodeRoleWithPull

Error Message:
java.lang.AssertionError: Timed out waiting for sub shards to be active. Number of active shards=1
Timeout waiting to see state for collection=coll_NRT_PULL :DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683340094038382500",
      "shard_parent_node":"127.0.0.1:49990_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_0_replica_p0",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72206180027727877"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683340094038348300",
      "shard_parent_node":"127.0.0.1:49990_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_1_replica_p1",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72206180027727877"}}}
Live Nodes: [127.0.0.1:49990_solr, 127.0.0.1:49991_solr, 127.0.0.1:50090_solr, 127.0.0.1:50126_solr, 127.0.0.1:50157_solr, 127.0.0.1:50194_solr]
Last available state: DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683340094038382500",
      "shard_parent_node":"127.0.0.1:49990_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_0_replica_p0",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72206180027727877"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683340094038348300",
      "shard_parent_node":"127.0.0.1:49990_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_1_replica_p1",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72206180027727877"}}}

Stack Trace:
java.lang.AssertionError: Timed out waiting for sub shards to be active. Number of active shards=1
Timeout waiting to see state for collection=coll_NRT_PULL :DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683340094038382500",
      "shard_parent_node":"127.0.0.1:49990_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_0_replica_p0",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72206180027727877"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683340094038348300",
      "shard_parent_node":"127.0.0.1:49990_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_1_replica_p1",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72206180027727877"}}}
Live Nodes: [127.0.0.1:49990_solr, 127.0.0.1:49991_solr, 127.0.0.1:50090_solr, 127.0.0.1:50126_solr, 127.0.0.1:50157_solr, 127.0.0.1:50194_solr]
Last available state: DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683340094038382500",
      "shard_parent_node":"127.0.0.1:49990_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_0_replica_p0",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72206180027727877"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683340094038348300",
      "shard_parent_node":"127.0.0.1:49990_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:49990_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49990/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_1_replica_p1",
          "node_name":"127.0.0.1:49991_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:49991/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72206180027727877"}}}
	at __randomizedtesting.SeedInfo.seed([ACCA0A9EF9E0032:D06A328D4B504D4F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:171)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:137)
	at org.apache.solr.cloud.SplitShardWithNodeRoleTest.doSplit(SplitShardWithNodeRoleTest.java:87)
	at org.apache.solr.cloud.SplitShardWithNodeRoleTest.testSolrClusterWithNodeRoleWithPull(SplitShardWithNodeRoleTest.java:65)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:577)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.base/java.lang.Thread.run(Thread.java:833)

[JENKINS] Solr-main-Windows (64bit/hotspot/jdk-16.0.2) - Build # 2745 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Solr-main-Windows/2745/
Java: 64bit/hotspot/jdk-16.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.SplitShardWithNodeRoleTest.testSolrClusterWithNodeRoleWithPull

Error Message:
java.lang.AssertionError: Timed out waiting for sub shards to be active. Number of active shards=1
Timeout waiting to see state for collection=coll_NRT_PULL :DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683324973295287600",
      "shard_parent_node":"127.0.0.1:56766_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72205203338035206"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683324973295275000",
      "shard_parent_node":"127.0.0.1:56766_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72205203338035206"}}}
Live Nodes: [127.0.0.1:56766_solr, 127.0.0.1:56767_solr, 127.0.0.1:56776_solr, 127.0.0.1:56795_solr, 127.0.0.1:56802_solr, 127.0.0.1:56808_solr]
Last available state: DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683324973295287600",
      "shard_parent_node":"127.0.0.1:56766_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72205203338035206"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683324973295275000",
      "shard_parent_node":"127.0.0.1:56766_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72205203338035206"}}}

Stack Trace:
java.lang.AssertionError: Timed out waiting for sub shards to be active. Number of active shards=1
Timeout waiting to see state for collection=coll_NRT_PULL :DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683324973295287600",
      "shard_parent_node":"127.0.0.1:56766_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72205203338035206"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683324973295275000",
      "shard_parent_node":"127.0.0.1:56766_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72205203338035206"}}}
Live Nodes: [127.0.0.1:56766_solr, 127.0.0.1:56767_solr, 127.0.0.1:56776_solr, 127.0.0.1:56795_solr, 127.0.0.1:56802_solr, 127.0.0.1:56808_solr]
Last available state: DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}}},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683324973295287600",
      "shard_parent_node":"127.0.0.1:56766_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72205203338035206"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683324973295275000",
      "shard_parent_node":"127.0.0.1:56766_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:56766_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56766/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:56767_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56767/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72205203338035206"}}}
	at __randomizedtesting.SeedInfo.seed([4F035CC89BC8B4BC:95A5CEEC3F06F9C1]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:171)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:137)
	at org.apache.solr.cloud.SplitShardWithNodeRoleTest.doSplit(SplitShardWithNodeRoleTest.java:87)
	at org.apache.solr.cloud.SplitShardWithNodeRoleTest.testSolrClusterWithNodeRoleWithPull(SplitShardWithNodeRoleTest.java:65)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.base/java.lang.Thread.run(Thread.java:831)


FAILED:  org.apache.solr.cluster.events.ClusterEventProducerTest.testListenerPlugins

Error Message:
java.lang.AssertionError: timestamp of the event is in the future

Stack Trace:
java.lang.AssertionError: timestamp of the event is in the future
	at __randomizedtesting.SeedInfo.seed([4F035CC89BC8B4BC:C3DC1FC93DA4C14E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cluster.events.ClusterEventProducerTest.testListenerPlugins(ClusterEventProducerTest.java:401)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.base/java.lang.Thread.run(Thread.java:831)

[JENKINS-EA] Solr-main-Windows (64bit/hotspot/jdk-21-ea+9) - Build # 2744 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Solr-main-Windows/2744/
Java: 64bit/hotspot/jdk-21-ea+9 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3040, name=coreZkRegister-1648-thread-1, state=RUNNABLE, group=TGRP-DeleteReplicaTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3040, name=coreZkRegister-1648-thread-1, state=RUNNABLE, group=TGRP-DeleteReplicaTest]
	at __randomizedtesting.SeedInfo.seed([15DF821935BB96EB:7FC9E3C95D49DC21]:0)
Caused by: java.lang.AssertionError: Failed to delete replica
	at __randomizedtesting.SeedInfo.seed([15DF821935BB96EB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.DeleteReplicaTest.lambda$raceConditionOnDeleteAndRegisterReplica$10(DeleteReplicaTest.java:406)
	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:211)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1623)

[JENKINS] Solr-main-Windows (64bit/hotspot/jdk-19) - Build # 2743 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Solr-main-Windows/2743/
Java: 64bit/hotspot/jdk-19 -XX:+UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3195, name=coreZkRegister-1745-thread-1, state=RUNNABLE, group=TGRP-DeleteReplicaTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3195, name=coreZkRegister-1745-thread-1, state=RUNNABLE, group=TGRP-DeleteReplicaTest]
	at __randomizedtesting.SeedInfo.seed([4105A4912A7DE4D3:2B13C541428FAE19]:0)
Caused by: java.lang.AssertionError: Failed to delete replica
	at __randomizedtesting.SeedInfo.seed([4105A4912A7DE4D3]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.DeleteReplicaTest.lambda$raceConditionOnDeleteAndRegisterReplica$10(DeleteReplicaTest.java:406)
	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:211)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1589)


FAILED:  org.apache.solr.cloud.ReindexCollectionTest.testAbort

Error Message:
java.lang.AssertionError: {responseHeader={status=0, QTime=7}, status={state=running, msg=found [4166f774-d3f4-471e-97c0-77b0b6ceb15e] in running tasks}}

Stack Trace:
java.lang.AssertionError: {responseHeader={status=0, QTime=7}, status={state=running, msg=found [4166f774-d3f4-471e-97c0-77b0b6ceb15e] in running tasks}}
	at __randomizedtesting.SeedInfo.seed([4105A4912A7DE4D3:276613065EA776AA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertNotNull(Assert.java:713)
	at org.apache.solr.cloud.ReindexCollectionTest.testAbort(ReindexCollectionTest.java:425)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.base/java.lang.Thread.run(Thread.java:1589)


FAILED:  org.apache.solr.cloud.SplitShardWithNodeRoleTest.testSolrClusterWithNodeRoleWithPull

Error Message:
java.lang.AssertionError: Timed out waiting for sub shards to be active. Number of active shards=1
Timeout waiting to see state for collection=coll_NRT_PULL :DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "state":"active"},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683300866681474300",
      "shard_parent_node":"127.0.0.1:56445_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72203645402218501"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683300866681455900",
      "shard_parent_node":"127.0.0.1:56445_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72203645402218501"}}}
Live Nodes: [127.0.0.1:56445_solr, 127.0.0.1:56446_solr, 127.0.0.1:56456_solr, 127.0.0.1:56460_solr, 127.0.0.1:56464_solr, 127.0.0.1:56469_solr]
Last available state: DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "state":"active"},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683300866681474300",
      "shard_parent_node":"127.0.0.1:56445_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72203645402218501"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683300866681455900",
      "shard_parent_node":"127.0.0.1:56445_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72203645402218501"}}}

Stack Trace:
java.lang.AssertionError: Timed out waiting for sub shards to be active. Number of active shards=1
Timeout waiting to see state for collection=coll_NRT_PULL :DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "state":"active"},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683300866681474300",
      "shard_parent_node":"127.0.0.1:56445_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72203645402218501"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683300866681455900",
      "shard_parent_node":"127.0.0.1:56445_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72203645402218501"}}}
Live Nodes: [127.0.0.1:56445_solr, 127.0.0.1:56446_solr, 127.0.0.1:56456_solr, 127.0.0.1:56460_solr, 127.0.0.1:56464_solr, 127.0.0.1:56469_solr]
Last available state: DocCollection(coll_NRT_PULL//collections/coll_NRT_PULL/state.json/14 {/collections/coll_NRT_PULL/state.json/[28]: [core_node10:2:A, core_node4:1:A, core_node2:2:A:L, core_node8:2:A:L, core_node9:2:A, core_node7:2:A:L]})={
  "pullReplicas":1,
  "configName":"conf",
  "replicationFactor":1,
  "router":{"name":"compositeId"},
  "nrtReplicas":1,
  "tlogReplicas":0,
  "perReplicaState":true,
  "shards":{
    "shard1":{
      "range":"80000000-7fffffff",
      "replicas":{
        "core_node2":{
          "core":"coll_NRT_PULL_shard1_replica_n1",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node4":{
          "core":"coll_NRT_PULL_shard1_replica_p3",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "state":"active"},
    "shard1_0":{
      "parent":"shard1",
      "stateTimestamp":"1683300866681474300",
      "shard_parent_node":"127.0.0.1:56445_solr",
      "replicas":{
        "core_node7":{
          "core":"coll_NRT_PULL_shard1_0_replica_n5",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node10":{
          "core":"coll_NRT_PULL_shard1_0_replica_p1",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "range":"80000000-ffffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72203645402218501"},
    "shard1_1":{
      "parent":"shard1",
      "stateTimestamp":"1683300866681455900",
      "shard_parent_node":"127.0.0.1:56445_solr",
      "replicas":{
        "core_node8":{
          "core":"coll_NRT_PULL_shard1_1_replica_n6",
          "node_name":"127.0.0.1:56445_solr",
          "type":"NRT",
          "state":"active",
          "leader":"true",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56445/solr"},
        "core_node9":{
          "core":"coll_NRT_PULL_shard1_1_replica_p0",
          "node_name":"127.0.0.1:56446_solr",
          "type":"PULL",
          "state":"active",
          "force_set_state":"false",
          "base_url":"http://127.0.0.1:56446/solr"}},
      "range":"0-7fffffff",
      "state":"recovery",
      "shard_parent_zk_session":"72203645402218501"}}}
	at __randomizedtesting.SeedInfo.seed([4105A4912A7DE4D3:9BA336B58EB3A9AE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:171)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:137)
	at org.apache.solr.cloud.SplitShardWithNodeRoleTest.doSplit(SplitShardWithNodeRoleTest.java:87)
	at org.apache.solr.cloud.SplitShardWithNodeRoleTest.testSolrClusterWithNodeRoleWithPull(SplitShardWithNodeRoleTest.java:65)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.base/java.lang.Thread.run(Thread.java:1589)