[ https://issues.apache.org/jira/browse/SOLR-16741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714224#comment-17714224 ]
Patson Luk commented on SOLR-16741: ----------------------------------- Thank you for fixing this [~noble.paul]! I see that u have already merged it into 9.x as well, but not yet into the current 9_2 https://github.com/apache/solr/blob/7ccd98ef7b8610911c8163b6d84474f5b44b49fb/solr/solrj/src/java/org/apache/solr/common/cloud/Replica.java . Should we also get the fixes there for next 9.2 bug fix release? > 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 > Assignee: Noble Paul > Priority: Major > Fix For: 9.3 > > Time Spent: 50m > Remaining Estimate: 0h > > 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-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org