# Open closed index encountered problems

**URL:** https://discuss.elastic.co/t/open-closed-index-encountered-problems/302046
**Category:** Elasticsearch
**Created:** [April 10, 2022, 6:45am UTC](https://discuss.elastic.co/t/open-closed-index-encountered-problems/302046 "2022-04-10T06:45:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Amirhossein\_Ebadi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/amirhossein_ebadi/32/102372_2.png) [@Amirhossein\_Ebadi](https://discuss.elastic.co/u/Amirhossein_Ebadi)
#### Post date: [April 10, 2022, 6:45am UTC](https://discuss.elastic.co/t/open-closed-index-encountered-problems/302046/1 "2022-04-10T06:45:29Z")

</div>

Hi elastic community,  
I recentley closed an open index in my elastic cluster version 7.0. Few days after I re-opened that closed index.Everything worked fine and reponses status was ok. I used to get indices status by calling `curl "http://localhost:9200/_cat/indices?pretty&s=store.size:desc"` API.  
The output shown for that has my index with the following result:

```auto
green open my-index us5RB70rQ5-Zzkbg8z9Qcw 5 0 12959306 3910 6.9gb 6.9gb

```

which probably means that the is no problem but when I queried a match all on the index, there is no docs inside it :)) Also to mention I performed a reindex on the my-index previously . (Before closing the index)  
So I ask for any help to wheter get other status.

P.S: I didn't ran out of memory cause shard allocation failure.

---

<div class="post-metadata">

### Author: ![Amirhossein\_Ebadi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/amirhossein_ebadi/32/102372_2.png) [@Amirhossein\_Ebadi](https://discuss.elastic.co/u/Amirhossein_Ebadi)
#### Post date: [April 10, 2022, 1:03pm UTC](https://discuss.elastic.co/t/open-closed-index-encountered-problems/302046/2 "2022-04-10T13:03:53Z")

</div>

Solved it by watching throw it's setting and unfreeze the index :))  
The index was previously freezed and then closed. So after opening the index it remains frozen and the docs were not seen.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [May 8, 2022, 1:04pm UTC](https://discuss.elastic.co/t/open-closed-index-encountered-problems/302046/3 "2022-05-08T13:04:00Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
