I believe issue you are experiencing is already resolved on master. Cause of it was persistence context was not cleared after transaction commit (extended persistence context) which in load balanced environment causes stale object exceptions. Worth to give a try with latest build to see if the issue is resolved for your environment too.
HTH