Hi,
Setup 5 node Cassandra DC and 5 node ELassandra DC, Keyspace replication is 3 per DC. When creating new indexes status is "red" and cluster status is "red"
Elassandra 6.8.4.3
error message
"unassigned_info" : {
"reason" : "ALLOCATION_FAILED",
"at" : "1970-01-01T00:00:00.000Z",
"failed_attempts" : 1,
"delayed" : false,
"details" : "shard or keyspace unavailable",
"allocation_status" : "deciders_no"
}
Shard 0 status is "STARTED", Shard 1-4 status "ALLOCATION_FAILED".
Verified KS replication its good, gossip X2 is good, no issue with Cassandra, checked logs.
Old indexes created on the same cluster, status is "green" no issues. Error message indicated Keyspace, so assuming its specific to Elassandra and not elasticsearch.