Hi
I am using ES version 1.5.2
i am opted to take snapshot using following command
PUT /_snapshot/es_temp/snapshot_all_indices_new
{
"indices": "index1,index2" ,
"ignore_unavailable": "true",
"include_global_state": false
}
when i check snapshot status
GET /_snapshot/es_temp/snapshot_all_indices_new/_status
i am getting the following exception can u please explain me why it is coming
Exception message
{
"error": "IndexShardRestoreFailedException[[index1][0] failed to read shard snapshot file]; nested: FileNotFoundException[/shared/test/es_bkps/es_temp/indices/index1/0/snapshot-snapshot_all_indices_new(No such file or directory)]; ",
"status": 500
}
thiago
(Thiago Souza)
September 9, 2017, 2:39pm
2
Is /shared/test/es_bkps
actually a shared mount between all nodes?
hi
yes it was shared mount between all nodes.one more point here when i do individual index backup and status check it is working fine. but when i do group of indices backup and status check it is failing
thiago
(Thiago Souza)
September 11, 2017, 10:38am
4
Do you get the same error regardless to what node you issue the command?
yes i have two nodes in my cluster and i have tested on both nodes still getting same error
thiago
(Thiago Souza)
September 11, 2017, 11:00am
6
Can you post here the output of ls -al /shared/test/es_bkps/es_temp/indices/
from inside both nodes?
hi here is the output of the command please
node 1:
drwxr-xr-x. 11 nobody nobody 4096 Sep 11 05:56 .
drwxr-xr-x. 3 nobody nobody 122 Sep 11 05:56 ..
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index1
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index2
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index3
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index4
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index5
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index6
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index7
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index8
node 2:
drwxr-xr-x. 11 nobody nobody 4096 Sep 11 05:56 .
drwxr-xr-x. 3 nobody nobody 122 Sep 11 05:56 ..
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index1
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index2
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index3
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index4
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index5
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index6
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index7
drwxr-xr-x. 2 nobody nobody 51 Sep 11 05:56 index8
thiago
(Thiago Souza)
September 11, 2017, 11:54am
8
I could not reproduce your issue and your setup seems to be fine. Also, even though 1.5 is rather old and many bugs has been fixed, I could not find any relevant issue related to this error.
I suggest that you check NFS logs both the clients and also in the server and look for potential problems.
system
(system)
Closed
October 9, 2017, 11:54am
9
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.