Model server is not responding quickly because of some threading issues #216
Answered
by
CamilleLetavernier
shinesamjacob
asked this question in
ModelServer
-
I am getting the following error while closing the glsp editor, any clue like why these errors are printed |
Beta Was this translation helpful? Give feedback.
Answered by
CamilleLetavernier
Jul 25, 2023
Replies: 1 comment
-
This is a very generic error that happens when an action takes time to execute (As the label suggests :) ). It may indicate a deadlock (if the message keeps getting printed forever), or just a very slow operation. In your case, it doesn't seem to loop forever, so it just looks like a slow operation. The only way to figure it out is to debug the model server when this happens, to know which operation is slow and why. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ndoschek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a very generic error that happens when an action takes time to execute (As the label suggests :) ). It may indicate a deadlock (if the message keeps getting printed forever), or just a very slow operation. In your case, it doesn't seem to loop forever, so it just looks like a slow operation.
The only way to figure it out is to debug the model server when this happens, to know which operation is slow and why.