# Snapshots: State: Partial failure (?)

**URL:** https://discuss.elastic.co/t/snapshots-state-partial-failure/260018
**Category:** Elasticsearch
**Created:** [January 2, 2021, 12:56pm UTC](https://discuss.elastic.co/t/snapshots-state-partial-failure/260018 "2021-01-02T12:56:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Rysiu](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rysiu/32/61919_2.png) [@Rysiu](https://discuss.elastic.co/u/Rysiu)
#### Post date: [January 2, 2021, 12:56pm UTC](https://discuss.elastic.co/t/snapshots-state-partial-failure/260018/1 "2021-01-02T12:56:28Z")

</div>

Hello,

Example of a snapshot error in Elasticsearch:

> Global cluster state was stored, but at least one shard wasn't stored successfully...
> 
> Shards: 10  
> Failed Shards: 2

From what I understand, the system in this case has made a correct snapshot on 8 shards?

If I want to have 10/10 shard successfully, do I have to remove the old snapshot (partial failure) and make a new one from the beginning?

Is it possible to make a snapshot "complementary" to these 2 shards with a partial failure? The system would only complete the error shards.

How does it look like? 🙂

---

<div class="post-metadata">

### Author: ![DavidTurner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/davidturner/32/22453_2.png) [@DavidTurner](https://discuss.elastic.co/u/DavidTurner)
#### Post date: [January 2, 2021, 12:59pm UTC](https://discuss.elastic.co/t/snapshots-state-partial-failure/260018/2 "2021-01-02T12:59:12Z")

</div>

> [@Rysiu](#):
>
> Is it possible to make a snapshot "complementary" to these 2 shards with a partial failure? The system would only complete the error shards.

Yes, just take another snapshot. Elasticsearch will re-use any successfully-snapshotted data and will only copy to the repository anything that's missing.

Once you have a fully successful snapshot you can safely delete the partial one.

---

<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: [January 30, 2021, 12:59pm UTC](https://discuss.elastic.co/t/snapshots-state-partial-failure/260018/3 "2021-01-30T12:59:36Z")

</div>

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