Hello,
We were in the process of switching from Elasticsearch 7 to Elasticsearch 8 and the first step was to update all of our Java SDK from the version 7.17.9 to 8.10.9.
We have a CI that check regression on this part and what we encountered was a LOTS of version_conflict_engine_exception when doing bulk update or delete using the update by query or delete by query API.
When reverting to the old version, the problem disappear but we can't find difference on the HTTP request between the old version and the new version. (We have monitored http exchange to see if the query, the path or the body had impactful change but there was none)
On server side, we still use our ES 7.19 cluster and we plan to switch to ES 8 cluster as soon as we have validated the non-reg on our side.
We are a little bit lost about what happen so we need your help to see if this has happened to another people or if there is a breaking change we didn't see between both SDK version on these type of request.
Thanks for your help !