Hi,
We are on Elasticsearch 6.0 and we need help on the following scenario:
- Index A is in "Open" state
- Elasticsearch crossed flood_stage watermark, Index A got read-only index block
- Resolve flood_stage watermark, Remove read-only index block from index A by setting
{
"index.blocks.read_only_allow_delete": null
}
- Index A is still in "Open" state
- Restart Elasticsearch
- Index A is closed when Elasticsearch is back online
We want to confirm whether this is the expected behavior, and if there is any way to avoid this auto-close behavior.
Thank you!