Try flushing memcache and see if the issue persists.

( You're probably getting the entity by key via ndb / objectify /etc that 
will query memcache / in-context cache first whether an entity exists & 
only then query the datastore. Since you removed the entity directly from 
the datastore and not the way you put it there - memcache had no way of 
knowing that and thus keeps returning things until it expires / gets 
flushed. See more details here 
<https://cloud.google.com/appengine/docs/python/ndb/cache>, so yeah, it's 
probably working as expected. )

Thanks,
Mihail.


On Wednesday, July 29, 2015 at 12:52:29 AM UTC+3, Kenchu wrote:
>
> I've noticed that if I delete entities through the dashboard interface, 
> you can still access them if you have a key. They won't show up in queries 
> but the keys still returns entities.
>
> Is this by design? It seems kinda strange to me.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/eb5157fb-30fb-4d7a-8013-06aeee2348ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to