Hey Dhanunjaya, Only Datastore operations inside a transaction will be grouped atomically inside the Datastore transaction. Search API operations and all other lines of code will run just as normal and won't interact with the transaction system to "roll back" or "commit" their changes to the world.
Cheers! Nick Cloud Platform Community Support On Wednesday, April 27, 2016 at 11:42:25 AM UTC-4, Dhanunjaya Naidu Yandrapu wrote: > > Hi all, > > are index.Put() and index.Delete() operation atomic when run in a > datastore transaction datastore.RunInTransaction()? > > thanks, > dhanunjay > -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/3c6275b1-89d6-4b8c-8882-c3fdd5c1e9f9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
