Elevated Datastore latency, error-rates, serving errors

209 views
Skip to first unread message

Brett

unread,
Jul 2, 2009, 11:39:39 AM7/2/09
to Google App Engine Downtime Notify
We're currently seeing elevated Datastore latency and error-rates, as
well as elevated serving error-rates. This problem began around 6:30am
Pacific time. All applications accessing the Datastore are affected.
Our team is investigating this issue and will post more information as
soon as it becomes available.

-Brett
App Engine Team

Brett (Google)

unread,
Jul 2, 2009, 11:45:15 AM7/2/09
to Google App Engine Downtime Notify
Now in unplanned maintenance mode. Application deployments, Datastore
writes, and memcache writes have been disabled temporarily. Please
catch CapabilityDisabledError exceptions to handle this properly:

from google.appengine.ext import db
from google.appengine.runtime.apiproxy_errors import
CapabilityDisabledError

myModel = db.Model()
try:
myModel.put()
except CapabilityDisabledError:
# fail gracefully here
pass

Will update as soon as more information becomes available.

Brett (Google)

unread,
Jul 2, 2009, 1:02:34 PM7/2/09
to Google App Engine Downtime Notify
Read-only mode continues. Elevated latency and error-rates persist for
Datastore reads. Memcache writes have been reenabled to better soak
read-only load. Our engineering teams are looking into the root cause
of the problem. Will post more information as soon as it's available.

Brett (Google)

unread,
Jul 2, 2009, 2:45:49 PM7/2/09
to Google App Engine Downtime Notify
The root of the original problem has been isolated, but additional
problems have come up. Datastore reads are now failing on all
accesses. Dynamic request and static file serving ar showing elevated
error rates and 500s. We are working our hardest to rectify the
situation.

Brett (Google)

unread,
Jul 2, 2009, 3:07:17 PM7/2/09
to Google App Engine Downtime Notify
Datastore reads are now working normally! Dynamic and static file
serving has returned to normal. Dynamic latency and Datastore latency
have returned to normal. However, datastore writes continue to be
disabled. We are working hard to reenable writes as soon as possible.

Brett (Google)

unread,
Jul 2, 2009, 3:35:49 PM7/2/09
to Google App Engine Downtime Notify
Datastore writes are reenabled and functioning normally! Overall App
Engine health is back to normal! We will update this thread if
anything else develops, but at this time we anticipate no additional
problems. Thank you for your patience.
Reply all
Reply to author
Forward
0 new messages