Hi -

I've just discovered that occasionally put()s in my python HR
datastore app are failing almost silently. "Almost" because I am
seeing a "Transaction collision. Retying..." warning logged at the
time the write is supposed to happen, but nothing else - certainly no
exception is raised.

This is severely impacting the integrity of my data. I'm currently
running a remote checking script daily to fix the data, but this is a
horrible band-aid and should not be required. Either the put() should
succeed, or an exception should be raised.

Any ideas?

Cheers
Greg.

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

Reply via email to