Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread Fredrik Bonander
Same here. Could this be related to using django 1.1? 

..fredrik


On Sep 22, 2010, at 11:10 AM, Blixt wrote:

> Yup, same here. Maybe related to:
> - 
> http://groups.google.com/group/google-appengine/browse_thread/thread/5dd8fc4885978c1b
> and
> - 
> http://groups.google.com/group/google-appengine/browse_thread/thread/9945f9e2a50c2395
> 
> On Sep 22, 3:52 am, Eric Ka Ka Ng  wrote:
>> Have great troubles in serving requests today, even with the very simple one
>> which usually takes <50ms!! What's wrong with GAE? Any system maintenance or
>> incident happening?
>> 
>> here is one of the log
>> 
>>  500 10530ms 0cpu_ms 0kb
>> 09-21 06:48PM 05.643
>> 
>> Request was aborted after waiting too long to attempt to service your
>> request. This may happen sporadically when the App Engine serving
>> cluster is under unexpectedly high or uneven load. If you see this
>> message frequently, please contact the App Engine team.
>> 
>> - eric
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
> 

--
Fredrik Bonander
carl.fredrik.bonan...@gmail.com
+46 70 943 5441

- the infinite power of the creative mind - 




-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread Fredrik Bonander
Yes. But I can't see how this is relevant since (at least for me) the error 
always occur during datastore calls (at least for me)

..fredrik 




On Sep 22, 2010, at 4:18 PM, Blixt wrote:

> It's probably part due to using Django 1.1, since you are the third
> person reporting this problem using Django 1.1 (assuming you are using
> it :)
> 
> On Sep 22, 3:52 pm, Fredrik Bonander 
> wrote:
>> Same here. Could this be related to using django 1.1?
>> 
>> ..fredrik
>> 
>> On Sep 22, 2010, at 11:10 AM, Blixt wrote:
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>> Yup, same here. Maybe related to:
>>> -http://groups.google.com/group/google-appengine/browse_thread/thread/...
>>> and
>>> -http://groups.google.com/group/google-appengine/browse_thread/thread/...
>> 
>>> On Sep 22, 3:52 am, Eric Ka Ka Ng  wrote:
 Have great troubles in serving requests today, even with the very simple 
 one
 which usually takes <50ms!! What's wrong with GAE? Any system maintenance 
 or
 incident happening?
>> 
 here is one of the log
>> 
  500 10530ms 0cpu_ms 0kb
 09-21 06:48PM 05.643
>> 
 Request was aborted after waiting too long to attempt to service your
 request. This may happen sporadically when the App Engine serving
 cluster is under unexpectedly high or uneven load. If you see this
 message frequently, please contact the App Engine team.
>> 
 - eric
>> 
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "Google App Engine" group.
>>> To post to this group, send email to google-appeng...@googlegroups.com.
>>> To unsubscribe from this group, send email to 
>>> google-appengine+unsubscr...@googlegroups.com.
>>> For more options, visit this group 
>>> athttp://groups.google.com/group/google-appengine?hl=en.
>> 
>> --
>> Fredrik Bonander
>> carl.fredrik.bonan...@gmail.com
>> +46 70 943 5441
>> 
>> - the infinite power of the creative mind -
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
> 

--
Fredrik Bonander
carl.fredrik.bonan...@gmail.com
+46 70 943 5441

- the infinite power of the creative mind - 




-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread Fredrik Bonander
That make sence, thanks. But something is defently going on. Since the 
requests(same as the ones that fails after about 20-30 sec) that works as the 
should has a response of about 400-500 ms.

..fredrik

Sent from my iPad

On 22 sep 2010, at 17:41, Geoffrey Spear  wrote:

> 
> 
> On Sep 22, 10:25 am, Fredrik Bonander
>  wrote:
>> Yes. But I can't see how this is relevant since (at least for me) the error 
>> always occur during datastore calls (at least for me)
> 
> If the requests it's happened on are always loading requests (they'll
> have an INFO-level logging message to that effect), it's likely
> because your  framework is taking a long time to import everything,
> giving you less time to do datastore calls after the imports.  If
> they're not just on loading requests, maybe you're trying to squeeze
> too many (or too large) datastore calls into a request.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread ego008
Same here. http://gaefons.appspot.com/

2010/9/22 James Saull 

> I am using Django as is bundled by default by GAE and I am getting
> failures again today. It happened for most of yesterday - was fine
> this morning and now failing again. Even the simple pages which
> normally take a few cpu cycles. I can access the dashboard and view my
> data from there no problem.
>
> On Sep 22, 3:18 pm, Blixt  wrote:
> > It's probably part due to using Django 1.1, since you are the third
> > person reporting this problem using Django 1.1 (assuming you are using
> > it :)
> >
> > On Sep 22, 3:52 pm, Fredrik Bonander 
> > wrote:
> >
> >
> >
> > > Same here. Could this be related to using django 1.1?
> >
> > > ..fredrik
> >
> > > On Sep 22, 2010, at 11:10 AM, Blixt wrote:
> >
> > > > Yup, same here. Maybe related to:
> > > > -
> http://groups.google.com/group/google-appengine/browse_thread/thread/...
> > > > and
> > > > -
> http://groups.google.com/group/google-appengine/browse_thread/thread/...
> >
> > > > On Sep 22, 3:52 am, Eric Ka Ka Ng  wrote:
> > > >> Have great troubles in serving requests today, even with the very
> simple one
> > > >> which usually takes <50ms!! What's wrong with GAE? Any system
> maintenance or
> > > >> incident happening?
> >
> > > >> here is one of the log
> >
> > > >>  500 10530ms 0cpu_ms 0kb
> > > >> 09-21 06:48PM 05.643
> >
> > > >> Request was aborted after waiting too long to attempt to service
> your
> > > >> request. This may happen sporadically when the App Engine serving
> > > >> cluster is under unexpectedly high or uneven load. If you see this
> > > >> message frequently, please contact the App Engine team.
> >
> > > >> - eric
> >
> > > > --
> > > > You received this message because you are subscribed to the Google
> Groups "Google App Engine" group.
> > > > To post to this group, send email to
> google-appeng...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com
> .
> > > > For more options, visit this group athttp://
> groups.google.com/group/google-appengine?hl=en.
> >
> > > --
> > > Fredrik Bonander
> > > carl.fredrik.bonan...@gmail.com
> > > +46 70 943 5441
> >
> > > - the infinite power of the creative mind -
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
GAE粉丝团 http://gaefons.appspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-22 Thread Eric Ka Ka Ng
i'm NOT using Django so i guess it's not related to importing Django modules

the problem for me, was even for some very simple request which usually
takes <50ms, would still be facing deadlineExceedError.

but one common properties for all these long latency calls are, yes, they
are retrieving something from DS, so i think it's sth related to DS get

the problem happened yesterday, and now seems the latency is getting normal.
not sure if G has done anything about it...


On 23 September 2010 13:45, Raymond C.  wrote:

> Really disappointed that after 24 hours and still no one from Google
> is responding, or at least tell us someone is looking at it...
>
> On Sep 23, 10:46 am, ego008  wrote:
> > Same here.http://gaefons.appspot.com/
> >
> > 2010/9/22 James Saull 
> >
> >
> >
> >
> >
> > > I am using Django as is bundled by default by GAE and I am getting
> > > failures again today. It happened for most of yesterday - was fine
> > > this morning and now failing again. Even the simple pages which
> > > normally take a few cpu cycles. I can access the dashboard and view my
> > > data from there no problem.
> >
> > > On Sep 22, 3:18 pm, Blixt  wrote:
> > > > It's probably part due to using Django 1.1, since you are the third
> > > > person reporting this problem using Django 1.1 (assuming you are
> using
> > > > it :)
> >
> > > > On Sep 22, 3:52 pm, Fredrik Bonander <
> carl.fredrik.bonan...@gmail.com>
> > > > wrote:
> >
> > > > > Same here. Could this be related to using django 1.1?
> >
> > > > > ..fredrik
> >
> > > > > On Sep 22, 2010, at 11:10 AM, Blixt wrote:
> >
> > > > > > Yup, same here. Maybe related to:
> > > > > > -
> > >http://groups.google.com/group/google-appengine/browse_thread/thread/.
> ..
> > > > > > and
> > > > > > -
> > >http://groups.google.com/group/google-appengine/browse_thread/thread/.
> ..
> >
> > > > > > On Sep 22, 3:52 am, Eric Ka Ka Ng  wrote:
> > > > > >> Have great troubles in serving requests today, even with the
> very
> > > simple one
> > > > > >> which usually takes <50ms!! What's wrong with GAE? Any system
> > > maintenance or
> > > > > >> incident happening?
> >
> > > > > >> here is one of the log
> >
> > > > > >>  500 10530ms 0cpu_ms 0kb
> > > > > >> 09-21 06:48PM 05.643
> >
> > > > > >> Request was aborted after waiting too long to attempt to service
> > > your
> > > > > >> request. This may happen sporadically when the App Engine
> serving
> > > > > >> cluster is under unexpectedly high or uneven load. If you see
> this
> > > > > >> message frequently, please contact the App Engine team.
> >
> > > > > >> - eric
> >
> > > > > > --
> > > > > > You received this message because you are subscribed to the
> Google
> > > Groups "Google App Engine" group.
> > > > > > To post to this group, send email to
> > > google-appeng...@googlegroups.com.
> > > > > > To unsubscribe from this group, send email to
> > > google-appengine+unsubscr...@googlegroups.com e...@googlegroups.com>
> > > .
> > > > > > For more options, visit this group athttp://
> > > groups.google.com/group/google-appengine?hl=en.
> >
> > > > > --
> > > > > Fredrik Bonander
> > > > > carl.fredrik.bonan...@gmail.com
> > > > > +46 70 943 5441
> >
> > > > > - the infinite power of the creative mind -
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google App Engine" group.
> > > To post to this group, send email to google-appengine@googlegroups.com
> .
> > > To unsubscribe from this group, send email to
> > > google-appengine+unsubscr...@googlegroups.com e...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine?hl=en.
> >
> > --
> > GAE粉丝团http://gaefons.appspot.com/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-23 Thread Carlos Ble
Hi guys,
Yesterday we deployed a version using precompilacion. app.yaml:

...
api_version: 1

derived_file_type:
- python_precompiled

handlers:
...

We also have a monitoring tool that makes a request to the home page every 4
minutes, and a selenium test every 15 minutes. That helps keeping the app
alive, so that when users come to visit after some inactivity they don't get
the 500 error. Don't know if this is bad for google but it is definitively
good for our users and that is what matters to us.

Since yesterday night, we haven't seen the app fail.
Hope that helps to you guys :-S





2010/9/23 James Saull 

> I have noticed that if my application is idle for a while I am likely
> to get the "request was aborted..." message. But then when I retry the
> request it is likely to respond. I can then click around the
> application quickly and responsively. If I then leave it for a short
> while it goes back into failure mode.
>
> Has Google got some aggressive garbage collecting going on? I.e. idle
> apps are unloaded very quickly but cannot be reloaded into the engine
> quickly enough to serve the first request? This would explain the
> service dashboard showing 100% uptime because the apps being pinged by
> the monitoring tool are kept alive and loaded by the engine -i.e. they
> are effectively not allowed to idle and be unloaded due to the
> monitoring activity?
>
> Don't want to write a cron job to keep my app alive!
>
> On Sep 23, 9:13 am, James Saull  wrote:
> > I am finding my app works for a while and then stops and then comes
> > back again etc. This is now the third day of being unstable after
> > being stable for ages. I haven't changed the app at all. The main URI
> > normally averages: 57ms latency and 79cpu_ms. One page which is just a
> > Django template page and makes no calls to memcache or the DB gets
> > errors like this:
> >
> > "Request was aborted after waiting too long to attempt to service your
> > request. This may happen sporadically when the App Engine serving
> > cluster is under unexpectedly high or uneven load. If you see this
> > message frequently, please contact the App Engine team."
> >
> > Glad to see Google Engineers apparently ignoring this. I love the
> wayhttp://code.google.com/status/appengineshows that AppEngine is
> > running fine. What rubbish!
> >
> > I use Azure and AWS and this is proving to be the worst cloud platform
> > of the lot so far whilst promising to be the most interesting for
> > certain class of application. Confidence in Google is draining fast.
> > Yes I know it is preview but Azure in Beta was far better and there
> > were engineers looking in the groups and scouring twitter etc. Would
> > you consider GAE for production applications if the service dashboard
> > says "100% perfect" when clearly it is not, and the engineers are not
> > engaging after a few days?
> >
> > Very disappointed.
> >
> > On Sep 23, 7:07 am, Eric Ka Ka Ng  wrote:
> >
> >
> >
> > > i'm NOT using Django so i guess it's not related to importing Django
> modules
> >
> > > the problem for me, was even for some very simple request which usually
> > > takes <50ms, would still be facing deadlineExceedError.
> >
> > > but one common properties for all these long latency calls are, yes,
> they
> > > are retrieving something from DS, so i think it's sth related to DS get
> >
> > > the problem happened yesterday, and now seems the latency is getting
> normal.
> > > not sure if G has done anything about it...
> >
> > > On 23 September 2010 13:45, Raymond C.  wrote:
> >
> > > > Really disappointed that after 24 hours and still no one from Google
> > > > is responding, or at least tell us someone is looking at it...
> >
> > > > On Sep 23, 10:46 am, ego008  wrote:
> > > > > Same here.http://gaefons.appspot.com/
> >
> > > > > 2010/9/22 James Saull 
> >
> > > > > > I am using Django as is bundled by default by GAE and I am
> getting
> > > > > > failures again today. It happened for most of yesterday - was
> fine
> > > > > > this morning and now failing again. Even the simple pages which
> > > > > > normally take a few cpu cycles. I can access the dashboard and
> view my
> > > > > > data from there no problem.
> >
> > > > > > On Sep 22, 3:18 pm, Blixt  wrote:
> > > > > > > It's probably part due to using Django 1.1, since you are the
> third
> > > > > > > person reporting this problem using Django 1.1 (assuming you
> are
> > > > using
> > > > > > > it :)
> >
> > > > > > > On Sep 22, 3:52 pm, Fredrik Bonander <
> > > > carl.fredrik.bonan...@gmail.com>
> > > > > > > wrote:
> >
> > > > > > > > Same here. Could this be related to using django 1.1?
> >
> > > > > > > > ..fredrik
> >
> > > > > > > > On Sep 22, 2010, at 11:10 AM, Blixt wrote:
> >
> > > > > > > > > Yup, same here. Maybe related to:
> > > > > > > > > -
> > > > > >
> http://groups.google.com/group/google-appengine/browse_thread/thread/.
> > > > ..
> > > > > > > > > and
> > > > > > > > > -
> > > > > >
> http://groups.google.com/group/goo

Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-23 Thread Carlos Ble
Jesus! the sooner I write the email, the sooner I get the 500 again :'-(

I better shut up

2010/9/23 Carlos Ble 

> Hi guys,
> Yesterday we deployed a version using precompilacion. app.yaml:
>
> ...
> api_version: 1
>
> derived_file_type:
> - python_precompiled
>
> handlers:
> ...
>
> We also have a monitoring tool that makes a request to the home page every
> 4 minutes, and a selenium test every 15 minutes. That helps keeping the app
> alive, so that when users come to visit after some inactivity they don't get
> the 500 error. Don't know if this is bad for google but it is definitively
> good for our users and that is what matters to us.
>
> Since yesterday night, we haven't seen the app fail.
> Hope that helps to you guys :-S
>
>
>
>
>
> 2010/9/23 James Saull 
>
> I have noticed that if my application is idle for a while I am likely
>> to get the "request was aborted..." message. But then when I retry the
>> request it is likely to respond. I can then click around the
>> application quickly and responsively. If I then leave it for a short
>> while it goes back into failure mode.
>>
>> Has Google got some aggressive garbage collecting going on? I.e. idle
>> apps are unloaded very quickly but cannot be reloaded into the engine
>> quickly enough to serve the first request? This would explain the
>> service dashboard showing 100% uptime because the apps being pinged by
>> the monitoring tool are kept alive and loaded by the engine -i.e. they
>> are effectively not allowed to idle and be unloaded due to the
>> monitoring activity?
>>
>> Don't want to write a cron job to keep my app alive!
>>
>> On Sep 23, 9:13 am, James Saull  wrote:
>> > I am finding my app works for a while and then stops and then comes
>> > back again etc. This is now the third day of being unstable after
>> > being stable for ages. I haven't changed the app at all. The main URI
>> > normally averages: 57ms latency and 79cpu_ms. One page which is just a
>> > Django template page and makes no calls to memcache or the DB gets
>> > errors like this:
>> >
>> > "Request was aborted after waiting too long to attempt to service your
>> > request. This may happen sporadically when the App Engine serving
>> > cluster is under unexpectedly high or uneven load. If you see this
>> > message frequently, please contact the App Engine team."
>> >
>> > Glad to see Google Engineers apparently ignoring this. I love the
>> wayhttp://code.google.com/status/appengineshows that AppEngine is
>> > running fine. What rubbish!
>> >
>> > I use Azure and AWS and this is proving to be the worst cloud platform
>> > of the lot so far whilst promising to be the most interesting for
>> > certain class of application. Confidence in Google is draining fast.
>> > Yes I know it is preview but Azure in Beta was far better and there
>> > were engineers looking in the groups and scouring twitter etc. Would
>> > you consider GAE for production applications if the service dashboard
>> > says "100% perfect" when clearly it is not, and the engineers are not
>> > engaging after a few days?
>> >
>> > Very disappointed.
>> >
>> > On Sep 23, 7:07 am, Eric Ka Ka Ng  wrote:
>> >
>> >
>> >
>> > > i'm NOT using Django so i guess it's not related to importing Django
>> modules
>> >
>> > > the problem for me, was even for some very simple request which
>> usually
>> > > takes <50ms, would still be facing deadlineExceedError.
>> >
>> > > but one common properties for all these long latency calls are, yes,
>> they
>> > > are retrieving something from DS, so i think it's sth related to DS
>> get
>> >
>> > > the problem happened yesterday, and now seems the latency is getting
>> normal.
>> > > not sure if G has done anything about it...
>> >
>> > > On 23 September 2010 13:45, Raymond C.  wrote:
>> >
>> > > > Really disappointed that after 24 hours and still no one from Google
>> > > > is responding, or at least tell us someone is looking at it...
>> >
>> > > > On Sep 23, 10:46 am, ego008  wrote:
>> > > > > Same here.http://gaefons.appspot.com/
>> >
>> > > > > 2010/9/22 James Saull 
>> >
>> > > > > > I am using Django as is bundled by default by GAE and I am
>> getting
>> > > > > > failures again today. It happened for most of yesterday - was
>> fine
>> > > > > > this morning and now failing again. Even the simple pages which
>> > > > > > normally take a few cpu cycles. I can access the dashboard and
>> view my
>> > > > > > data from there no problem.
>> >
>> > > > > > On Sep 22, 3:18 pm, Blixt  wrote:
>> > > > > > > It's probably part due to using Django 1.1, since you are the
>> third
>> > > > > > > person reporting this problem using Django 1.1 (assuming you
>> are
>> > > > using
>> > > > > > > it :)
>> >
>> > > > > > > On Sep 22, 3:52 pm, Fredrik Bonander <
>> > > > carl.fredrik.bonan...@gmail.com>
>> > > > > > > wrote:
>> >
>> > > > > > > > Same here. Could this be related to using django 1.1?
>> >
>> > > > > > > > ..fredrik
>> >
>> > > > > > > > On Sep 22, 2010, at 11:10 AM, Blixt wrote:
>

Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-23 Thread Carlos Ble
Same things you say are happening to us. The same code in one app fails more
than other app. Thanks for sharing the fact that making requests constantly
do not fix anything :-(

Hope we get some info soon.

2010/9/23 James Saull 

> Whilst yours is bombing out, mine is still serving results - for the
> moment anyway. Clearly we are all intermittently affected at different
> times. Google is not listening by the way as they clearly put all
> their faith in their misguided status dashboard.
>
> On Sep 23, 1:50 pm, Nikolai  wrote:
> > We're also having lots and lots of deadline exceeded errors in our App
> > since about 12 hours. Deploying a new version seems to fix the problem
> > for a while, but then everything is back to 500 errors.
> > It's the same code that did the job just fine for the last month ...
> >
> > http://189-fabian.latest.dctptv.appspot.come.g. this version is
> > throwing 500 errors all the time ... other versions (with the same
> > code) throw 500 errors sometimes and sometimes not.
> >
> > could someone at google have a look into this?
> >
> > regards,
> > nikolai
> >
> > On 22 Sep., 03:52, Eric Ka Ka Ng  wrote:
> >
> >
> >
> > > Have great troubles in serving requests today, even with the very
> simple one
> > > which usually takes <50ms!! What's wrong with GAE? Any system
> maintenance or
> > > incident happening?
> >
> > > here is one of the log
> >
> > >  500 10530ms 0cpu_ms 0kb
> > > 09-21 06:48PM 05.643
> >
> > > Request was aborted after waiting too long to attempt to service your
> > > request. This may happen sporadically when the App Engine serving
> > > cluster is under unexpectedly high or uneven load. If you see this
> > > message frequently, please contact the App Engine team.
> >
> > > - eric
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
Carlos Ble
www.MavenCharts.com
www.iExpertos.com
www.carlosble.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Super High Latency!! many 500 response! What happen to GAE?

2010-09-23 Thread Ikai Lan (Google)
We're trying to categorize the issues here:

http://groups.google.com/group/google-appengine/browse_thread/thread/6ded39ad5166d0be#

We're aware of the issue and looking into it, but any information that can
be provided will help us to address it faster.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Thu, Sep 23, 2010 at 2:41 PM, John Gardner  wrote:

> We are seeing terrible performance and floods of 500 errors, also.
>
> Our site has become unusable; the brief periods of non-error responses
> are insufficient for running an application.
>
> The fact that this problem is unacknowledged is the most horrible;
> I've got no explanation for the non-technical members of our team.  Is
> there any official word about this?  Do we need a migration plan away
> from AppEngine?
>
>
> On Sep 23, 11:10 am, Darien Caldwell 
> wrote:
> > Lots of steady errors here.
> >
> > No, I don't use DJango.
> >
> > It does seem to be more likely on a cold instance, but probably
> > because there is more actions that can potentially fail in such a
> > case.
> >
> > The logs simply show everything is just taking way too long. It's like
> > it's running in slow motion.
> >
> > Here's the timeline of the exact same handler, when it runs normally,
> > and when it goes into super slow-mo and hits DeadlineExceeded:
> >
> > Normal:
> >
> > 09-23 08:20AM 17.669 /prvlog/?type=generate 200 1992ms 595cpu_ms
> > 90api_cpu_ms 0kb Second Life LSL/10.9.10(210079) (http://
> > secondlife.com),gzip(gfe),gzip(gfe)
> > 216.82.22.213 - - [23/Sep/2010:08:20:19 -0700] "GET /prvlog/?
> > type=generate HTTP/1.1" 200 212 - "Second Life LSL/10.9.10(210079)
> > (http://secondlife.com),gzip(gfe),gzip(gfe)" "sl.logos-cards.com"
> > ms=1993 cpu_ms=595 api_cpu_ms=90 cpm_usd=0.016646 loading_request=1
> > D 09-23 08:20AM 18.814
> > Initializing code_cache.
> > I 09-23 08:20AM 19.559
> > Request type GET
> > I 09-23 08:20AM 19.660
> > This request caused a new process to be started for your application,
> > and thus caused your application code to be loaded for the first time.
> > This request may thus take longer and use more CPU than a typical
> > request for your application.
> >
> > ( Note i chose a cold instance to compare apples to apples)
> > From time the request was received, until the code cache started Init
> > = approx 1.2 seconds
> > From time the the code cache started Init  until GET type determined =
> > approx 0.8 seconds
> >
> > Super Slow-Mo:
> >
> > 09-23 08:19AM 54.029 /prvlog/?type=generate 500 36556ms 420cpu_ms 0kb
> > Second Life LSL/10.9.10(210079) (http://
> > secondlife.com),gzip(gfe),gzip(gfe)
> > 216.82.22.213 - - [23/Sep/2010:08:20:30 -0700] "GET /prvlog/?
> > type=generate HTTP/1.1" 500 0 - "Second Life LSL/10.9.10(210079)
> > (http://secondlife.com),gzip(gfe),gzip(gfe)" "sl.logos-cards.com"
> > ms=36557 cpu_ms=420 api_cpu_ms=0 cpm_usd=0.011760
> > D 09-23 08:20AM 02.891
> > Initializing code_cache.
> > E 09-23 08:20AM 30.572
> > Traceback (most recent call last):
> > E 09-23 08:20AM 30.572
> >   File "/base/python_runtime/python_dist/lib/python2.5/wsgiref/
> > handlers.py", line 92, in run
> > E 09-23 08:20AM 30.572
> > self.result = application(self.environ, self.start_response)
> > E 09-23 08:20AM 30.573
> >   File "/base/data/home/apps/slconductor/1-6.344995808500721827/kay/
> > lib/werkzeug/wsgi.py", line 466, in __call__
> > E 09-23 08:20AM 30.573
> > :
> > Traceback (most recent call last):
> >   File "/base/data/home/apps/slconductor/1-6.344995808500721827/kay/
> > main.py", line 102, in 
> > main()
> >   File "/base/data/home/apps/slconductor/1-6.344995808500721827/kay/
> > main.py", line 71, in real_main
> > KayHandler().run(application)
> >   File "/base/python_runtime/python_dist/lib/python2.5/wsgiref/
> > handlers.py", line 96, in run
> > self.handle_error()
> >   File "/base/python_runtime/python_dist/lib/python2.5/wsgiref/
> > handlers.py", line 306, in handle_error
> > self.log_exception(sys.exc_info())
> >   File "/base/python_runtime/python_dist/lib/python2.5/wsgiref/
> > handlers.py", line 298, in log_exception
> > self.traceback_limit, stderr
> >   File "/base/python_runtime/python_dist/lib/python2.5/traceback.py",
> > line 125, in print_exception
> > print_tb(tb, limit, file)
> >   File "/base/python_runtime/python_dist/lib/python2.5/traceback.py",
> > line 69, in print_tb
> > line = linecache.getline(filename, lineno, f.f_globals)
> >   File "/base/python_runtime/python_dist/lib/python2.5/linecache.py",
> > line 14, in getline
> > lines = getlines(filename, module_globals)
> >   File "/base/python_runtime/python_dist/lib/python2.5/linecache.py",
> > line 40, in getlines
> > return updatecache(filename, module_globals)
> >   File "/base/python_runtime/python_dist/lib/python2.5/linecache.py",
> > line 129, in updatecache
> >
> > Fro