Jerry Chung created SOLR-17820:
----------------------------------
Summary: Shard and Collection health is GREEN with down replicas
Key: SOLR-17820
URL: https://issues.apache.org/jira/browse/SOLR-17820
Project: Solr
Issue Type: Bug
Components: SolrCloud
Affects Versions: 9.6.1
Reporter: Jerry Chung
for CLUSTERSTATUS
([https://solr.apache.org/guide/solr/latest/deployment-guide/cluster-node-management.html),]
shard health is GREEN with a down replica (core_node1002). According to the
above document, it should be YELLOW.
{quote}"shard1": {
"range": null,
"replicas": {
"core_node5": {
"core":
"1_15088d048ff2915c_7b67f319_18eaf62b94d__8000I2ff3cdd5_774f_5512_8d04_e9c8818e3100_shard1_replica_n2",
"node_name": "ip-100-66-34-163.ec2.internal:8983_solr",
"type": "NRT",
"state": "active",
"leader": "true",
"force_set_state": "false",
"base_url": "https://ip-100-66-34-163.ec2.internal:8983/solr"
},
"core_node426": {
"core":
"1_15088d048ff2915c_7b67f319_18eaf62b94d__8000I2ff3cdd5_774f_5512_8d04_e9c8818e3100_shard1_replica_n425",
"node_name": "ip-100-66-17-70.ec2.internal:8983_solr",
"type": "NRT",
"state": "active",
"force_set_state": "false",
"base_url": "https://ip-100-66-17-70.ec2.internal:8983/solr"
},
"core_node1002": {
"core":
"1_15088d048ff2915c_7b67f319_18eaf62b94d__8000I2ff3cdd5_774f_5512_8d04_e9c8818e3100_shard1_replica_n1001",
"node_name": "ip-100-66-183-231.ec2.internal:8983_solr",
"type": "NRT",
"state": "down",
"force_set_state": "false",
"base_url": "https://ip-100-66-183-231.ec2.internal:8983/solr"
},
"core_node1154": {
"core":
"1_15088d048ff2915c_7b67f319_18eaf62b94d__8000I2ff3cdd5_774f_5512_8d04_e9c8818e3100_shard1_replica_n1153",
"node_name": "ip-100-65-176-105.ec2.internal:8983_solr",
"type": "NRT",
"state": "active",
"force_set_state": "false",
"base_url": "https://ip-100-65-176-105.ec2.internal:8983/solr"
},
"core_node1352": {
"core":
"1_15088d048ff2915c_7b67f319_18eaf62b94d__8000I2ff3cdd5_774f_5512_8d04_e9c8818e3100_shard1_replica_n1351",
"node_name": "ip-100-66-207-113.ec2.internal:8983_solr",
"type": "NRT",
"state": "active",
"force_set_state": "false",
"base_url": "https://ip-100-66-207-113.ec2.internal:8983/solr"
}
},
"state": "active",
"health": "GREEN"
}{quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]