On Mon, Sep 22, 2014 at 4:39 AM, Kona Bhasuri <[email protected]> wrote:
> You are right. It doesn't fail. This is the scenario: > First I try adding a tag to few contacts. > So my function creates a thread for each of them(contact) and a tag is > added. But a tag is not added to a contact which gives this log. > I ran this on 4000 contacts but its adding tags for 2000(around) conatcts > only. The rest contacts give this error. > When you say the tags are only being added for only the 2000 entities, how are you determining that? Is your app retrieving the entities through Objectify or are you looking up the entities through the datastore/memcache viewer? If you haven't used the Datastore Viewer, can you use it to look at the raw entities and confirm that the tag is missing? On Fri, Sep 19, 2014 at 7:14 AM, Kona <[email protected]> wrote: > The version I am using is objectify 3.1 > Can you upgrade to using Objectify 4.x or 5.x? https://code.google.com/p/objectify-appengine/wiki/MavenRepository ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.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. For more options, visit https://groups.google.com/d/optout.
