google-code-export / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
1 stars 0 forks source link

CommittedButStillApplyingException should be supressed #185

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
According to documentation:
"CommittedButStillApplyingException is thrown when the write or transaction was 
committed,
but some entities or index rows may not have been fully updated.
Those updates should automatically be applied soon.
You can roll them forward immediately by reading one of the entities inside a 
transaction."

transactOnce should supress this exception.

version: 4.0rc2

Original issue reported on code.google.com by simplex....@gmail.com on 18 Dec 2013 at 3:15