Hi All,

I have an issues with Backup/Restore

1. Created repository 'itest' on linux machine and gave privileges to the 
'itest' folder
2. Created snapshot 'snapshot_test' with one indices 'i_jobs_v1'
4. Trying to verify and restore it

When i try to verify the snapshot with the below command, i am getting 
display below message success with one node and failure with other nodes.

GET /_snapshot/itest/snapshot_test

{
   "snapshots": [
      {
         "snapshot": "snapshot_test",
         "indices": [
            "i_jobs_v1"
         ],
         "state": "SUCCESS",
         "start_time": "2015-02-05T06:13:38.974Z",
         "start_time_in_millis": 1423116818974,
         "end_time": "2015-02-05T06:13:40.164Z",
         "end_time_in_millis": 1423116820164,
         "duration_in_millis": 1190,
         "failures": [
            {
               "node_id": "Xgm6QLC_QJKZdMtoLCPaIg",
               "index": "i_jobs_v1",
               "reason": "RepositoryMissingException[[itest] missing]",
               "shard_id": 1,
               "status": "INTERNAL_SERVER_ERROR"
            },
            {
               "node_id": "lvceiLfjQjmmbJFURbC1MA",
               "index": "i_jobs_v1",
               "reason": "RepositoryMissingException[[itest] missing]",
               "shard_id": 3,
               "status": "INTERNAL_SERVER_ERROR"
            },
            {
               "node_id": "8V2oWNcISvifY4L8PrBCrw",
               "index": "i_jobs_v1",
               "reason": "RepositoryMissingException[[itest] missing]",
               "shard_id": 2,
               "status": "INTERNAL_SERVER_ERROR"
            },
            {
               "node_id": "8V2oWNcISvifY4L8PrBCrw",
               "index": "i_jobs_v1",
               "reason": "RepositoryMissingException[[itest] missing]",
               "shard_id": 4,
               "status": "INTERNAL_SERVER_ERROR"
            }
         ],
         "shards": {
            "total": 5,
            "failed": 4,
            "successful": 1
         }
      }
   ]
}


When it try to restore the above same snapshot, it is giving below error

POST /_snapshot/itest/snapshot_test/_restore

{
   "error": "SnapshotRestoreException[[itest:snapshot_test] index [i_test] 
wasn't fully snapshotted - cannot restore]",
   "status": 500
}


Anything is wrong here ??

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/f20931b4-d634-4edc-ae1e-5d026cac2201%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to