# Bulk update in Cluster mode - version conflict engine exception

**URL:** https://discuss.elastic.co/t/bulk-update-in-cluster-mode-version-conflict-engine-exception/62917
**Category:** Elasticsearch
**Created:** [October 13, 2016, 8:52am UTC](https://discuss.elastic.co/t/bulk-update-in-cluster-mode-version-conflict-engine-exception/62917 "2016-10-13T08:52:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![SKumarMN](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/skumarmn/32/27537_2.png) [@SKumarMN](https://discuss.elastic.co/u/SKumarMN)
#### Post date: [October 13, 2016, 8:52am UTC](https://discuss.elastic.co/t/bulk-update-in-cluster-mode-version-conflict-engine-exception/62917/1 "2016-10-13T08:52:47Z")

</div>

Hi All,

I have a 3 node cluster. After indexing the document, i am updating the document with additional fields. Multiple process tries to add new fields (As I have a multilugual db and for each lang a process tries to send a update request with a new field). When I do this in cluster mode, I am getting version\_conflict\_engine\_exception and retry\_on\_conflict didnt help. I am doing a bulk request here. When I carry the same with a ES cluster on a single node, I dont face this issue. Can you please help me

I am using ES 2.3.2

**Error:**

{"update":{"\_index":"qe\_ses\_all\_lang\_cq\_t55stg01","\_type":"qe\_ses\_all\_lang\_cq\_t55stg01","\_id":"[http://slc08azy.us.oracle.com:8000/psc/t55stg01x/EMPLOYEE/T55STG01/q/?ICAction=ICQryNameURL=PUBLIC.QE\_SES\_DRILL\_MSG\_CAT&BIND1=18300&BIND2=1","status":409,"error":{"type":"version\_conflict\_engine\_exception","reason":"[qe\_ses\_all\_lang\_cq\_t55stg01][http://slc08azy.us.oracle.com:8000/psc/t55stg01x/EMPLOYEE/T55STG01/q/?ICAction=ICQryNameURL=PUBLIC.QE\_SES\_DRILL\_MSG\_CAT&BIND1=18300&BIND2=1]:](http://slc08azy.us.oracle.com:8000/psc/t55stg01x/EMPLOYEE/T55STG01/q/?ICAction=ICQryNameURL=PUBLIC.QE_SES_DRILL_MSG_CAT&BIND1=18300&BIND2=1%22,%22status%22:409,%22error%22:%7B%22type%22:%22version_conflict_engine_exception%22,%22reason%22:%22%5Bqe_ses_all_lang_cq_t55stg01%5D%5Bhttp://slc08azy.us.oracle.com:8000/psc/t55stg01x/EMPLOYEE/T55STG01/q/?ICAction=ICQryNameURL=PUBLIC.QE_SES_DRILL_MSG_CAT&BIND1=18300&BIND2=1%5D:) version conflict, current [114], provided [113]","shard":"2","index":"qe\_ses\_all\_lang\_cq\_t55stg01"}}}

---

<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: [July 5, 2017, 10:12pm UTC](https://discuss.elastic.co/t/bulk-update-in-cluster-mode-version-conflict-engine-exception/62917/2 "2017-07-05T22:12:42Z")

</div>


