Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Elevated Datastore latency, error-rates, serving errors
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Brett  
View profile  
(5 users)  More options Jul 2, 11:39 am
From: Brett <brett-appeng...@google.com>
Date: Thu, 2 Jul 2009 08:39:39 -0700 (PDT)
Local: Thurs, Jul 2 2009 11:39 am
Subject: Elevated Datastore latency, error-rates, serving errors
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


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett (Google)  
View profile  
(5 users)  More options Jul 2, 11:45 am
From: "Brett (Google)" <brett-appeng...@google.com>
Date: Thu, 2 Jul 2009 08:45:15 -0700 (PDT)
Local: Thurs, Jul 2 2009 11:45 am
Subject: Re: Elevated Datastore latency, error-rates, serving errors
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.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett (Google)  
View profile  
(4 users)  More options Jul 2, 1:02 pm
From: "Brett (Google)" <brett-appeng...@google.com>
Date: Thu, 2 Jul 2009 10:02:34 -0700 (PDT)
Local: Thurs, Jul 2 2009 1:02 pm
Subject: Re: Elevated Datastore latency, error-rates, serving errors
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.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett (Google)  
View profile  
(1 user)  More options Jul 2, 2:45 pm
From: "Brett (Google)" <brett-appeng...@google.com>
Date: Thu, 2 Jul 2009 11:45:49 -0700 (PDT)
Local: Thurs, Jul 2 2009 2:45 pm
Subject: Re: Elevated Datastore latency, error-rates, serving errors
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.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett (Google)  
View profile  
(3 users)  More options Jul 2, 3:07 pm
From: "Brett (Google)" <brett-appeng...@google.com>
Date: Thu, 2 Jul 2009 12:07:17 -0700 (PDT)
Local: Thurs, Jul 2 2009 3:07 pm
Subject: Re: Elevated Datastore latency, error-rates, serving errors
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.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett (Google)  
View profile  
(9 users)  More options Jul 2, 3:35 pm
From: "Brett (Google)" <brett-appeng...@google.com>
Date: Thu, 2 Jul 2009 12:35:49 -0700 (PDT)
Local: Thurs, Jul 2 2009 3:35 pm
Subject: Re: Elevated Datastore latency, error-rates, serving errors
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 to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google