# Resolving Version conflicts

**URL:** https://discuss.elastic.co/t/resolving-version-conflicts/139401
**Category:** Elasticsearch
**Created:** [July 10, 2018, 4:32pm UTC](https://discuss.elastic.co/t/resolving-version-conflicts/139401 "2018-07-10T16:32:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Suryatejreddy](https://avatars.discourse-cdn.com/v4/letter/s/e9bcb4/32.png) [@Suryatejreddy](https://discuss.elastic.co/u/Suryatejreddy)
#### Post date: [July 10, 2018, 4:32pm UTC](https://discuss.elastic.co/t/resolving-version-conflicts/139401/1 "2018-07-10T16:32:05Z")

</div>

I am doing updates on elastic search record using \_update\_by\_query. I am doing ?conflicts=proceed right now. When there are any version conflicts will this query skip the updation for that field and go to next field? Is there any way I could do retry on conflicts using \_update\_by\_query?

Thanks,  
Surya

---

<div class="post-metadata">

### Author: ![Igor\_Motov](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/igor_motov/32/45193_2.png) [@Igor\_Motov](https://discuss.elastic.co/u/Igor_Motov)
#### Post date: [July 13, 2018, 4:43pm UTC](https://discuss.elastic.co/t/resolving-version-conflicts/139401/2 "2018-07-13T16:43:01Z")

</div>

> [@Suryatejreddy](#):
>
> When there are any version conflicts will this query skip the updation for that field and go to next field?

No, it will skip the entire document, not just a single field.

> [@Suryatejreddy](#):
>
> Is there any way I could do retry on conflicts using \_update\_by\_query?

No, you can find more details in [update\_by\_query Retry on conflicts · Issue #19632 · elastic/elasticsearch · GitHub](https://github.com/elastic/elasticsearch/issues/19632)

---

<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: [August 10, 2018, 4:55pm UTC](https://discuss.elastic.co/t/resolving-version-conflicts/139401/3 "2018-08-10T16:55:57Z")

</div>

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