You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently debugging constantly unready model mesh containers, which do not directly indicate the problem in the logs. Only through reading the code I discovered abortStartup, which fails the ready probe without logging the reason
ModelMesh.abortStartup indicates an unrecoverable failure, which can only be resolved with an restart of model mesh container.
If the readiness probe fails because of abortStartup it should be logged, to allow debugging the root cause of the issue.
Alternatively, the Liveness probe of the container should fail to indicate an unrecoverable application failure.
The text was updated successfully, but these errors were encountered:
I'm currently debugging constantly unready model mesh containers, which do not directly indicate the problem in the logs. Only through reading the code I discovered
abortStartup
, which fails the ready probe without logging the reasonmodelmesh/src/main/java/com/ibm/watson/modelmesh/ModelMesh.java
Lines 1311 to 1313 in c4fc041
ModelMesh.abortStartup
indicates an unrecoverable failure, which can only be resolved with an restart of model mesh container.If the readiness probe fails because of
abortStartup
it should be logged, to allow debugging the root cause of the issue.Alternatively, the Liveness probe of the container should fail to indicate an unrecoverable application failure.
The text was updated successfully, but these errors were encountered: