Snapshot -Internal server Error

Hi team,

while snapshot Completed state, we found some internal server error occurs.

In particular node, If the primary shards are available means It leads to internal server error.

I checked with configuration it seems fine and also checked file permissions this also fine.

Please suggest me what can we do for this. Thanks in advance.

ES version-1.3.7.we work for upgradation also.

{
"snapshot": "snapshot1",
"indices": [
"59",
"483",
"482",
"306",
"3",
"2",
"133",
"282",
"16",
"6",
"7",
"177",
"4",
"11",
"237",
"305"
],
"state": "PARTIAL",
"start_time": "2017-12-21T06:05:29.055Z",
"start_time_in_millis": 1513836329055,
"end_time": "2017-12-21T06:07:57.714Z",
"end_time_in_millis": 1513836477714,
"duration_in_millis": 148659,
"failures": [
{
"node_id": "wer",
"index": "306",
"reason": "RepositoryMissingException[[repo] missing]",
"shard_id": 2,
"status": "INTERNAL_SERVER_ERROR"
},
{
"node_id": "wer",
"index": "59",
"reason": "RepositoryMissingException[repo] missing]",
"shard_id": 0,
"status": "INTERNAL_SERVER_ERROR"
},
{
"node_id": "wer",
"index": "282",
"reason": "RepositoryMissingException[[repo] missing]",
"shard_id": 0,
"status": "INTERNAL_SERVER_ERROR"
},
{
"node_id": "wer",
"index": "4",
"reason": "RepositoryMissingException[[repo] missing]",
"shard_id": 4,
"status": "INTERNAL_SERVER_ERROR"
},
{
"node_id": "wer",
"index": "3",
"reason": "RepositoryMissingException[[repo] missing]",
"shard_id": 2,
"status": "INTERNAL_SERVER_ERROR"
},
{
"node_id": "wer",
"index": "237",
"reason": "RepositoryMissingException[[_repo] missing]",
"shard_id": 1,
"status": "INTERNAL_SERVER_ERROR"
},
{
"node_id": "wer",
"index": "6",
"reason": "RepositoryMissingException[[repo] missing]",
"shard_id": 0,
"status": "INTERNAL_SERVER_ERROR"
},
{
"node_id": "wer",
"index": "2",
"reason": "RepositoryMissingException[[repo] missing]",
"shard_id": 3,
"status": "INTERNAL_SERVER_ERROR"
}
],
"shards": {
"total": 74,
"failed": 8,
"successful": 66
}
},

Could you send us the log files from the node with id wer and the master node?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.