I was just looking in the logs after making numerous requests to my
application.  Something is seriously wrong.  I'm even having high CPU
on static files.  In one request it took 45 seconds of CPU to return
the favicon.ico file.  I guess this is really related to starting a
server instance, but if that's true then the server is going down
after only a few seconds of use.  It is starting the server handling a
request and a few seconds later dropping the server.  It isn't even
staying up a minute.

On Mar 7, 3:13 pm, Ken <[email protected]> wrote:
> I have a very simple Groovy on Grails application installed that uses
> only a single table.  The application is really just the scaffolded
> edits on this table with very few modifications to make it work.  So
> it doesn't really do anything.
>
> About one in five clicks result in an error.  The exception is a Hard
> Deadline Exceeded and there is a warning about the CPU limit as well.
> Randomly a request will take around 30 seconds of CPU for no reason.
> There is no change in the code.  There is no change to the data.  The
> exact same request will return with essentially no latency and then it
> will take 30 seconds of CPU.
>
> I thought this might be some kind of weirdness with Grails, but there
> are several issues listed that seem to be related to same issue:
>
> http://code.google.com/p/googleappengine/issues/detail?id=2621http://code.google.com/p/googleappengine/issues/detail?id=2840http://code.google.com/p/googleappengine/issues/detail?id=2691http://code.google.com/p/googleappengine/issues/detail?id=2837http://code.google.com/p/googleappengine/issues/detail?id=2846
>
> I've stared them all because they all are likely related to the same
> problem I'm having.
>
> I was hoping that someone here knew what was going on and might be
> able to help me resolve it.  In one of the messages above someone
> mentions moving an application to another "shard" to solve the
> problem.  What does this mean?  Is it really a potential solution?
>
> Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to