# Deleteing index times out

**URL:** https://discuss.elastic.co/t/deleteing-index-times-out/18111
**Category:** Elasticsearch
**Created:** [June 14, 2014, 4:33pm UTC](https://discuss.elastic.co/t/deleteing-index-times-out/18111 "2014-06-14T16:33:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Kiran\_Koduru1](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kiran_koduru1/32/1482_2.png) [@Kiran\_Koduru1](https://discuss.elastic.co/u/Kiran_Koduru1)
#### Post date: [June 14, 2014, 4:33pm UTC](https://discuss.elastic.co/t/deleteing-index-times-out/18111/1 "2014-06-14T16:33:11Z")

</div>

I am trying to delete an index called \*dataenvironmentalmarkets \*through a  
curl request.

curl -XDELETE '[http://myurl.com:9200/dataenvironmentalmarkets/](http://myurl.com:9200/dataenvironmentalmarkets/)'

The requests times out with an exception

{"error":"ProcessClusterEventTimeoutException[failed to process cluster  
event (delete-index [dataenvironmentalmarkets]) within 30s]","status":503}

I also tried extending the timeout to 15m using

curl -XDELETE '[http://myurl.com:9200/dataenvironmentalmarkets/?timeout=15m](http://myurl.com:9200/dataenvironmentalmarkets/?timeout=15m)'

and

curl -XDELETE '[http://myurl.com:9200/dataenvironmentalmarkets?timeout=15m](http://myurl.com:9200/dataenvironmentalmarkets?timeout=15m)'

The same error. Maybe I am skipping something. Can you help ?

Thanks.

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/316f93ed-9e8c-4473-96a0-78d03c31d804%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/316f93ed-9e8c-4473-96a0-78d03c31d804%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [June 14, 2014, 11:45pm UTC](https://discuss.elastic.co/t/deleteing-index-times-out/18111/2 "2014-06-14T23:45:59Z")

</div>

How big is the index?  
Have you had a look at your ES logs to see if there is anything?

Regards,  
Mark Walkom

Infrastructure Engineer  
Campaign Monitor  
email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
web: [www.campaignmonitor.com](http://www.campaignmonitor.com)

On 15 June 2014 02:33, Kiran Koduru [crazycreature11@gmail.com](mailto:crazycreature11@gmail.com) wrote:

> I am trying to delete an index called \*dataenvironmentalmarkets \*through  
> a curl request.
> 
> curl -XDELETE '[http://myurl.com:9200/dataenvironmentalmarkets/](http://myurl.com:9200/dataenvironmentalmarkets/)'
> 
> The requests times out with an exception
> 
> {"error":"ProcessClusterEventTimeoutException[failed to process cluster  
> event (delete-index [dataenvironmentalmarkets]) within 30s]","status":503}
> 
> I also tried extending the timeout to 15m using
> 
> curl -XDELETE '[http://myurl.com:9200/dataenvironmentalmarkets/?timeout=15m](http://myurl.com:9200/dataenvironmentalmarkets/?timeout=15m)  
> '
> 
> and
> 
> curl -XDELETE '[http://myurl.com:9200/dataenvironmentalmarkets?timeout=15m](http://myurl.com:9200/dataenvironmentalmarkets?timeout=15m)'
> 
> The same error. Maybe I am skipping something. Can you help ?
> 
> Thanks.
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/316f93ed-9e8c-4473-96a0-78d03c31d804%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/316f93ed-9e8c-4473-96a0-78d03c31d804%40googlegroups.com)  
> [https://groups.google.com/d/msgid/elasticsearch/316f93ed-9e8c-4473-96a0-78d03c31d804%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/316f93ed-9e8c-4473-96a0-78d03c31d804%40googlegroups.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624Zy\_xOuEEK73Jdat2NOmXApZP-R3s6NQt9-rH6DsGfGpQ%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624Zy_xOuEEK73Jdat2NOmXApZP-R3s6NQt9-rH6DsGfGpQ%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![nik9000](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nik9000/32/44947_2.png) [@nik9000](https://discuss.elastic.co/u/nik9000)
#### Post date: [June 15, 2014, 1:10am UTC](https://discuss.elastic.co/t/deleteing-index-times-out/18111/3 "2014-06-15T01:10:03Z")

</div>

I've had deleted time out for large indexes one or twice but when I checked  
back the index was deleted successfully. It'd be weirder for the index to  
stick around I think.  
On Jun 14, 2014 7:46 PM, "Mark Walkom" [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com) wrote:

> How big is the index?  
> Have you had a look at your ES logs to see if there is anything?
> 
> Regards,  
> Mark Walkom
> 
> Infrastructure Engineer  
> Campaign Monitor  
> email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
> web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> 
> On 15 June 2014 02:33, Kiran Koduru [crazycreature11@gmail.com](mailto:crazycreature11@gmail.com) wrote:
> 
> > I am trying to delete an index called \*dataenvironmentalmarkets \*through  
> > a curl request.
> > 
> > curl -XDELETE '[http://myurl.com:9200/dataenvironmentalmarkets/](http://myurl.com:9200/dataenvironmentalmarkets/)'
> > 
> > The requests times out with an exception
> > 
> > {"error":"ProcessClusterEventTimeoutException[failed to process cluster  
> > event (delete-index [dataenvironmentalmarkets]) within 30s]","status":503  
> > }
> > 
> > I also tried extending the timeout to 15m using
> > 
> > curl -XDELETE '  
> > [http://myurl.com:9200/dataenvironmentalmarkets/?timeout=15m](http://myurl.com:9200/dataenvironmentalmarkets/?timeout=15m)'
> > 
> > and
> > 
> > curl -XDELETE '[http://myurl.com:9200/dataenvironmentalmarkets?timeout=15m](http://myurl.com:9200/dataenvironmentalmarkets?timeout=15m)  
> > '
> > 
> > The same error. Maybe I am skipping something. Can you help ?
> > 
> > Thanks.
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/316f93ed-9e8c-4473-96a0-78d03c31d804%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/316f93ed-9e8c-4473-96a0-78d03c31d804%40googlegroups.com)  
> > [https://groups.google.com/d/msgid/elasticsearch/316f93ed-9e8c-4473-96a0-78d03c31d804%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/316f93ed-9e8c-4473-96a0-78d03c31d804%40googlegroups.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/CAEM624Zy\_xOuEEK73Jdat2NOmXApZP-R3s6NQt9-rH6DsGfGpQ%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624Zy_xOuEEK73Jdat2NOmXApZP-R3s6NQt9-rH6DsGfGpQ%40mail.gmail.com)  
> [https://groups.google.com/d/msgid/elasticsearch/CAEM624Zy\_xOuEEK73Jdat2NOmXApZP-R3s6NQt9-rH6DsGfGpQ%40mail.gmail.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/CAEM624Zy_xOuEEK73Jdat2NOmXApZP-R3s6NQt9-rH6DsGfGpQ%40mail.gmail.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAPmjWd3z3vtNW72BcNZSnNnGQZSg2rd82fOb46OhdxN%3DMGgsKw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAPmjWd3z3vtNW72BcNZSnNnGQZSg2rd82fOb46OhdxN%3DMGgsKw%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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: [July 6, 2017, 1:22am UTC](https://discuss.elastic.co/t/deleteing-index-times-out/18111/4 "2017-07-06T01:22:31Z")

</div>


