Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasendra Error - shard or keyspace unavailable #403

Open
sujeetcityfalcon opened this issue Apr 11, 2022 · 0 comments
Open

Elasendra Error - shard or keyspace unavailable #403

sujeetcityfalcon opened this issue Apr 11, 2022 · 0 comments

Comments

@sujeetcityfalcon
Copy link

We have three node elasendra cluster.We upgraded it recently, but after that I can see indices on each node are red. cluster state is showing error like: shard or keyspace unavailable . We tried to delete indices but it got hung and executing from last 30 min, so canceled it.

Elasendra version: 6.8.4.16

Errors in log:
[f_historical_stories_qa_2020_03_30][0], node[0fObMI6wRVqgLlsNtKHeCA], [P], recovery_source[local shards recovery], s[UNASSIGNED], 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]]

curl -XGET 'http://localhost:9200/_cluster/state/?pretty=true'

{
          "state" : "UNASSIGNED",
          "primary" : true,
          "node" : "2c19J9KBSlWuOA_iSwufGw",
          "relocating_node" : null,
          "shard" : 0,
          "index" : "h_historical_stories_qa_2022_04_22",
          "token_ranges" : [
            "(-9223372036854775808,9142068006140963677]"
          ],
          "recovery_source" : {
            "type" : "LOCAL_SHARDS"
          },
          "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"
          }

Appreciate for your help.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant