On Sat, Jul 6, 2013 at 2:54 PM, Bert <robertbcur...@gmail.com> wrote:

> Is this happening all the time or just for some requests?
> Perhaps include the code that results in the exception being thrown.
>
>
+1. DatastoreTimeoutExceptions generally occur when applications try to
put/delete large amounts of entities simultaneously. Did you change your
code, or get a large amount of new users recently?

 Perhaps your app can reduce its usage of the datastore. For example, you
could cache more into memcache, or consolidate entities.

Can you post your code?

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com



On Sat, Jul 6, 2013 at 6:19 AM, Daniel Florey <daniel.flo...@gmail.com>wrote:

> Our app is not working since 2 days due to datastore outage. This is very bad 
> as this is causing manual support/interaction for hundreds of clients.
>
> I'm getting tons of errors like this:
>
>
> Operation failed due to internal error, aborting
> com.google.appengine.api.datastore.DatastoreTimeoutException:
>       at 
> com.google.appengine.api.datastore.DatastoreApiHelper.translateError(DatastoreApiHelper.java:43)
>       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.datastore.FutureHelper$CumulativeAggregateFuture.get(FutureHelper.java:142)
>       at 
> com.google.appengine.api.utils.FutureWrapper.get(FutureWrapper.java:86)
>       at 
> com.google.appengine.api.utils.FutureWrapper.get(FutureWrapper.java:86)
>       at 
> com.google.appengine.api.utils.FutureWrapper.get(FutureWrapper.java:86)
>       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.DatastoreServiceImpl$2.runInternal(DatastoreServiceImpl.java:94)
>       at 
> com.google.appengine.api.datastore.DatastoreServiceImpl$2.runInternal(DatastoreServiceImpl.java:91)
>       at 
> com.google.appengine.api.datastore.TransactionRunner.runInTransaction(TransactionRunner.java:29)
>       at 
> com.google.appengine.api.datastore.DatastoreServiceImpl.put(DatastoreServiceImpl.java:91)
>       at 
> com.google.appengine.api.datastore.DatastoreServiceImpl.put(DatastoreServiceImpl.java:80)
>
>
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to