This might also happen after massive data deletion (for instance deleting all entities of 1 given kind using a mapreduce mapper). Deletion is actually a 2-steps process in the datastore : first entities are marked for deletion, then an async batch performs the actual deletion.
>From my experience, the datastore viewer is not currently "delete- proof": it browses all entities looking for the 1st one to display, but reaches it the timeout limit while browsing entities marked for deletion (not to be displayed by the viewer). In my case, I had to wait an average 20 to 30 hours before the actual deletion of entities before my datastore viewer and statistics was available again. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
