I recently got a ConcurrentModificationException, and the
documentation states that this will be "committed and eventually will
be applied successfully." However I got to thinking of a possible
outcome:

Request A modifies entity
Request B modifies entity and receives ConcurrentModificationException
D
Request E modifies entity
ConcurrentModificationException D commits and is applied, which
overwrites Request E's work.

Can this happen? Or does Request E get its own
ConcurrentModificationException since (D) hasn't been committed yet?

Many thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to