[BUG] Remote store restore using API fails when the index was created, docs indexed (optional) and node was stopped before the first refresh could happen #7923
Labels
bug
Something isn't working
Storage:Durability
Issues and PRs related to the durability framework
Storage
Issues and PRs relating to data and metadata storage
v2.10.0
Describe the bug
If an index (with remote segments and remote translog enabled) is created and the node hosting the shard is removed/stopped, then restoring the index using the
_remotestore/_restore
api leads to failure. Following exception is seen -To Reproduce
Steps to reproduce the behavior:
_cat/shards
api to find the node having the index and stop the node.Expected behavior
Index should get restored and become green.
Plugins
NA
Screenshots
NA
Host/Environment (please complete the following information):
Additional context
NA
The text was updated successfully, but these errors were encountered: