I got a raft of these around the same time. I have an asynchronous log daemon that sends me emails every 5 minutes when ERROR level logs happen, and I hit a wall of these over the course of a single 5 minute window.
Now that bad news: This happens to me probably once every two-to-three weeks. I'm not sure why, but it's a spurious availability issue with the datastore we just see. It seems to be very brief when it does happen, but at enough load, it still generates a good number of errors. On Monday, November 11, 2013 12:20:13 AM UTC-6, Jon Stevens wrote: > > All the sudden, with no changes on my end, I started getting these errors > in my logs: > > Caused by: com.google.appengine.api.datastore.DatastoreFailureException: > internal error. > at > com.google.appengine.api.datastore.DatastoreApiHelper.translateError(DatastoreApiHelper.java:50) > at > com.google.appengine.api.datastore.DatastoreApiHelper$1.convertException(DatastoreApiHelper.java:70) > at > com.google.appengine.api.utils.FutureWrapper.get(FutureWrapper.java:94) > at > com.google.appengine.api.utils.FutureWrapper.get(FutureWrapper.java:86) > at > com.google.appengine.api.datastore.FutureHelper.getInternal(FutureHelper.java:71) > at > com.google.appengine.api.datastore.FutureHelper.quietGet(FutureHelper.java:32) > at > com.google.appengine.api.datastore.QueryResultsSourceImpl.peekQueryResultAndIfFirstRecordIndexList(QueryResultsSourceImpl.java:161) > at > com.google.appengine.api.datastore.QueryResultsSourceImpl.loadMoreEntities(QueryResultsSourceImpl.java:104) > at > com.google.appengine.api.datastore.QueryResultsSourceImpl.loadMoreEntities(QueryResultsSourceImpl.java:91) > at > com.google.appengine.api.datastore.QueryResultIteratorImpl.ensureLoaded(QueryResultIteratorImpl.java:142) > at > com.google.appengine.api.datastore.QueryResultIteratorImpl.hasNext(QueryResultIteratorImpl.java:62) > > > Started at 10:11pm Pacific time. > > > Any ideas? > > > jon > > > -- 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/groups/opt_out.
