You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Noble Paul (Jira)" <ji...@apache.org> on 2023/04/07 08:32:00 UTC

[jira] [Created] (SOLR-16741) CLUSTERSTATUS API returns wrong value for state ,leader for PRS collections

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: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org