elasticsearch - VersionConflictEngineException after upgrade to Rails 4.2.5.1 -


i'm getting exception time time after updating rails 4.2.5.1 , updating user document

elasticsearch::transport::transport::errors::conflict: [409] {"error":"versionconflictengineexception[[users][0] [user][1]: version conflict, current [7], provided [6]]","status":409}

however i'm not passing explicit version in update request. suppose 2 different processes trying update same document @ same time, did not change apart rails version.

i'm using elasticsearch-model (0.1.8) elasticsearch-rails (0.1.8) elasticsearch (1.0.15) elasticsearch-api(1.0.15) , elasticsearch-transport(1.0.15)

the elasticsearch version version: 1.2.2, build: 9902f08/2014-07-09t12:02:32z, jvm: 1.7.0_65


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -