Page MenuHomePhabricator

Inconsistent snapshot info
ArchivedPublic

Authored by demon on Nov 10 2014, 8:27 PM.
Tags
None
Referenced Files
F772: Inconsistent_snapshot_info
Nov 10 2014, 8:27 PM
Subscribers
None
demon@elastic1001:~$ curl localhost:9200/_snapshot/backups/cirrus-advisorywiki-1415651142?pretty
{
"snapshots" : [ {
"snapshot" : "cirrus-advisorywiki-1415651142",
"indices" : [ "advisorywiki_content_1415148522", "advisorywiki_general_1415148544" ],
"state" : "SUCCESS",
"start_time" : "2014-11-10T20:25:46.829Z",
"start_time_in_millis" : 1415651146829,
"end_time" : "2014-11-10T20:25:52.431Z",
"end_time_in_millis" : 1415651152431,
"duration_in_millis" : 5602,
"failures" : [ ],
"shards" : {
"total" : 2,
"failed" : 0,
"successful" : 2
}
} ]
}
demon@elastic1001:~$ curl localhost:9200/_snapshot/backups/_all?pretty
{
"snapshots" : [ ]
}

Event Timeline

demon changed the title of this paste from untitled to Inconsistent snapshot info.
demon updated the paste's language from autodetect to autodetect.