-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout exceptions with no discernible cause in java scenarios #3081
Comments
cc: @shrishrirang |
I have recieved further confirmation that there have been changes to how Java is made available in app service and these do involve lazy acquisition that can take significant periods of time. I am following up internally with the right teams to try to get this addressed. I strongly suspect this is the cause of the timeouts. |
java specific issue, so I'm removing the tracking label for V2 GA. |
fix checked in #3405 |
I had a case reported where a Java function app was in a bad state (functions not executing successfully). The error logs show timeouts on the invocation path:
At other points of time, the application appears to be working OK.
Unfortunately the logs provide no further insight into what was going wrong.
Query showing some failures:
Query showing successful executions at a similar timeframe:
One possibility occurs to me - the logs show the following:
Start Process: D:\Program Files\Java\zulu8.23.0.3-jdk8.0.144-win_x64\bin\java
I know there were some recent changes around delayed acquisition of java to help with disk space issues. Is it possible that this is happening and causing delays that result in timeout errors?
The text was updated successfully, but these errors were encountered: