# Snapshot ends with partially state

**URL:** https://discuss.elastic.co/t/snapshot-ends-with-partially-state/131938
**Category:** Elasticsearch
**Created:** [May 15, 2018, 1:00pm UTC](https://discuss.elastic.co/t/snapshot-ends-with-partially-state/131938 "2018-05-15T13:00:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![yuvalb](https://avatars.discourse-cdn.com/v4/letter/y/aca169/32.png) [@yuvalb](https://discuss.elastic.co/u/yuvalb)
#### Post date: [May 15, 2018, 1:00pm UTC](https://discuss.elastic.co/t/snapshot-ends-with-partially-state/131938/1 "2018-05-15T13:00:19Z")

</div>

Hello all ,

im using elasticsearch 1.3.4 with 5 data nodes + 3 masters  
trying to do snapshot to one of my indices

snapshot partially succeeded.  
i get this output:  
"failures": [  
{  
"node\_id": "XYVA5mIUSPKovhchtps8",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][59] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/59/\_\_2 (No such file or directory)]; ",  
"shard\_id": 59,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "XYVA5mIUSPKovhchtps8",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][56] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/56/\_\_0 (No such file or directory)]; ",  
"shard\_id": 56,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "XYVA5mIUSPKovhchtps8",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][55] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/55/\_\_0 (No such file or directory)]; ",  
"shard\_id": 55,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "XYVA5mIUSPKovhchtps8",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][52] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/52/\_\_0 (No such file or directory)]; ",  
"shard\_id": 52,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "v9NvVnkESgCG3NfhIJi",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][13] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/13/\_\_1 (No such file or directory)]; ",  
"shard\_id": 13,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "v9NvVnkESgCG3NfhIJi",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][16] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/16/\_\_1 (No such file or directory)]; ",  
"shard\_id": 16,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "XYVA5mIUSPKovhchtps8",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][7] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/7/\_\_0 (No such file or directory)]; ",  
"shard\_id": 7,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "XYVA5mIUSPKovhchtps8",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][30] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/30/\_\_0 (No such file or directory)]; ",  
"shard\_id": 30,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "v9NvVnkESgCG3NfhIJi",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][29] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/29/\_\_0 (No such file or directory)]; ",  
"shard\_id": 29,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "v9NvVnkESgCG3NfhIJi",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][32] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/32/\_\_0 (No such file or directory)]; ",  
"shard\_id": 32,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "XYVA5mIUSPKovhchtps8",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][24] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/24/\_\_0 (No such file or directory)]; ",  
"shard\_id": 24,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "XYVA5mIUSPKovhchtps8",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][17] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/17/\_\_0 (No such file or directory)]; ",  
"shard\_id": 17,  
"status": "INTERNAL\_SERVER\_ERROR"  
},  
{  
"node\_id": "XYVA5mIUSPKovhchtps8",  
"index": "XXX",  
"reason": "IndexShardSnapshotFailedException[[XXX][36] Failed to perform snapshot (index files)]; nested: FileNotFoundException[/var/BackupEL/my\_backup/indices/XXX/36/\_\_0 (No such file or directory)]; ",  
"shard\_id": 36,  
"status": "INTERNAL\_SERVER\_ERROR"  
}  
],  
"shards": {  
"total": 60,  
"failed": 13,  
"successful": 47  
}  
}  
]  
i can see that the failures occur on 2 of the data nodes  
any idea why ?  
btw , its not permission issue

thanks a lot

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 12, 2018, 1:00pm UTC](https://discuss.elastic.co/t/snapshot-ends-with-partially-state/131938/2 "2018-06-12T13:00:20Z")

</div>

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