Commit 7a0d83e5 authored by Aurel's avatar Aurel

set the conflicting serial on app object in txn


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@117 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 6d7aa44f
......@@ -446,7 +446,8 @@ class Application(ThreadingMixIn, object):
# previous node which already store data as it would be resent
# again if conflict is resolved or txn will be aborted
del self.txn_data_dict[oid]
raise NEOStorageConflictError(self.object_stored[1])
self.conflict_serial = self.object_stored[1]
raise NEOStorageConflictError
# Store object in tmp cache
noid, nserial = self.object_stored
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment