I am getting HardDeadlineExceededErrors.  What do you mean that the
instance will be disposed?  What can I do about it?

Thank you.

On Mar 7, 5:18 pm, John Patterson <jdpatter...@gmail.com> wrote:
> If there are errors like HardDeadlineExceededError then the server  
> instance will be disposed.  Could this be the problem?
>
> On 8 Mar 2010, at 05:09, Ken wrote:
>
>
>
> > 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 <evotur...@gmail.com> 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://...
> >> ?id=2840http://code.google.com/p/googleappengine/issues/detail?id=2691http://...
> >> ?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 google-appengine-java@googlegroups.com
> > .
> > To unsubscribe from this group, send email to 
> > google-appengine-java+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-appengine-java?hl=en
> > .

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to