Noble Paul created SOLR-16741:
---------------------------------
Summary: CLUSTERSTATUS API returns wrong value for state ,leader
for PRS collections
Key: SOLR-16741
URL: https://issues.apache.org/jira/browse/SOLR-16741
Project: Solr
Issue Type: Task
Security Level: Public (Default Security Level. Issues are Public)
Affects Versions: 9.2
Reporter: Noble Paul
This is a regression after SOLR-16580
*9.1*
"replicas":{"core_node2":{
"core":"solr-bench-test_shard1_replica_n1",
"leader":"true",
"core_node_name":"core_node2",
"node_name":"127.0.0.1:8983_solr",
"base_url":"http://127.0.0.1:8983/solr",
"state":"active",
"collection":"solr-bench-test",
"shard":"shard1",
"type":"NRT"}}
*9.2*
"replicas":{"core_node2":{
"core":"solr-bench-test_shard1_replica_n1",
"node_name":"127.0.0.1:8983_solr",
"base_url":"http://127.0.0.1:8983/solr",
"state":"down",
"force_set_state":"false",
"type":"NRT"}},
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]