I am using cloud aws plugin, Snapshots are taken directly to S3.
It's a 3 node cluster.
ES config:
cloud:
aws:
access_key: xxx
secret_key: yyy
protocol: http
region: us-west-1
discovery.type: ec2
discovery.ec2.groups: elasticsearch
repositories:
s3:
bucket: "xxx"
region: "us-west-1"
When I run this
curl -XGET
'localhost:9200/_snapshot/my_s3_repository/2015.03.11.06.04.39/_status?pretty'
Part of the output is
"snapshots" : [ {
"snapshot" : "2015.03.11.06.04.39",
"repository" : "my_s3_repository",
"state" : "ABORTED",
"shards_stats" : {
"initializing" : 0,
"started" : 0,
"finalizing" : 0,
"done" : 17,
"failed" : 3,
"total" : 20
},
When I run
curl localhost:9200/_snapshot/_all?pretty
it shows IN_PROGRESS
{
"snapshot" : "2015.03.11.06.04.39",
"indices" : [ "playground_video", "playground_admin",
"playground_profile", "playground_feed" ],
"state" : "IN_PROGRESS",
"start_time" : "2015-03-11T06:04:39.044Z",
"start_time_in_millis" : 1426053879044,
"failures" : [ ],
"shards" : {
"total" : 0,
"failed" : 0,
"successful" : 0
}
}
curl -XDELETE
'localhost:9200/_snapshot/my_s3_repository/2015.03.11.06.04.39'
this operation never completes. I left it running for a day..still no use..
--
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/4a34a807-d596-4ca7-b90b-f709f52d624b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.