On Tuesday, June 11, 2013 12:57:48 PM UTC-5, Alex Burgel wrote: > I don't think this is correct. According to this article[1], if the > transaction has been committed but not applied, then any subsequent reads, > writes, or new transactions to that entity group will cause any unapplied > transactions to be applied. So you should not see stale data in this case. > > Yes, that is correct in normal situations.
If a transaction exception occurs though (as you asked in your original post) there is no guarantee that the transaction occurred. In that case, you may receive stale data because the transaction is delayed/never occurred. ----------------- -Vinny P Technology & Media Advisor Chicago, IL My Go side project: http://invalidmail.com/ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
