I am trying to delete an index called *dataenvironmentalmarkets *through a
curl request.
curl -XDELETE '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 '
and
curl -XDELETE '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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/316f93ed-9e8c-4473-96a0-78d03c31d804%40googlegroups.com .
For more options, visit https://groups.google.com/d/optout .
warkolm
(Mark Walkom)
June 14, 2014, 11:45pm
2
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
web: www.campaignmonitor.com
On 15 June 2014 02:33, Kiran Koduru crazycreature11@gmail.com wrote:
I am trying to delete an index called *dataenvironmentalmarkets *through
a curl request.
curl -XDELETE '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
'
and
curl -XDELETE '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 .
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?utm_medium=email&utm_source=footer
.
For more options, visit 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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624Zy_xOuEEK73Jdat2NOmXApZP-R3s6NQt9-rH6DsGfGpQ%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
nik9000
(Nik Everett)
June 15, 2014, 1:10am
3
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 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
web: www.campaignmonitor.com
On 15 June 2014 02:33, Kiran Koduru crazycreature11@gmail.com wrote:
I am trying to delete an index called *dataenvironmentalmarkets *through
a curl request.
curl -XDELETE '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 '
and
curl -XDELETE '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 .
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?utm_medium=email&utm_source=footer
.
For more options, visit 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 .
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?utm_medium=email&utm_source=footer
.
For more options, visit 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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAPmjWd3z3vtNW72BcNZSnNnGQZSg2rd82fOb46OhdxN%3DMGgsKw%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .