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

Restore of an existing index using rename doesn't completly open the index after restore #5212

Closed
imotov opened this issue Feb 21, 2014 · 0 comments · Fixed by #5213
Closed
Assignees
Labels
>bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v1.0.1 v1.1.0 v2.0.0-beta1

Comments

@imotov
Copy link
Contributor

imotov commented Feb 21, 2014

To reproduce:

  • snapshot an index A
  • create index B with the same number of shards as A
  • close index B
  • restore A while renaming it to B
  • search index B

Observed behavior:

  • the search fails with ClusterBlockException[blocked by: [FORBIDDEN/4/index closed];] error

Expected behavior:

  • the search should work
@imotov imotov self-assigned this Feb 21, 2014
@imotov imotov closed this as completed in 7209f9f Feb 23, 2014
imotov added a commit that referenced this issue Feb 23, 2014
imotov added a commit that referenced this issue Feb 23, 2014
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
@clintongormley clintongormley added the :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs label Aug 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v1.0.1 v1.1.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants