On Fri, May 20, 2011 at 12:28 PM, Francois Masurel <[email protected]>wrote:
> The faulty instance was restarted so everything went back to normal. > > Yes, that was me testing a workaround. > I just flushed my cache and reloaded about 20 pages to reproduce the bug. > > Thanks. It was enlightening to watch this happen in real time. I understand why this happening and will have a fix in the next release. In the mean time, I would recommend that you allow the ApiDeadlineExceededException to propagate outside of your servlet in cases where you are currently catching it (or rethrow another exception). This will trigger some logic that we have in place to detect JVMs that are stuck in some kind of bad state, and it will shut down the instance for you after a few consecutive failures. -- 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.
