elastic / elasticsearch-cloud-aws

AWS Cloud Plugin for Elasticsearch
https://github.com/elastic/elasticsearch/tree/master/plugins/discovery-ec2
577 stars 180 forks source link

S3 restore cancellation issue #153

Open ferhatsb opened 9 years ago

ferhatsb commented 9 years ago

Hi,

Noticed today if you delete an index which is still being restored (offered way to cancel an index restore) BlobContainer still keeps reading incoming stream.

If you have very large index, you can not start another restore operation before waiting it to complete even result will be simply nothing.

I experience this with S3 but probably it is a case for all other restore options.