Oct 10 10:50:25 jupyterhub bash[1983168]: ERROR:MATLABProxyApp::track_embedded_connector_state:: MATLAB did not start in 600 seconds!
Oct 10 10:50:25 jupyterhub bash[1983168]: ERROR:MATLABProxyApp::track_embedded_connector_state:: MATLAB did not start in 600 seconds!
Oct 10 10:50:25 jupyterhub bash[1983168]: ERROR:MATLABProxyApp::track_embedded_connector_state:: MATLAB did not start in 600 seconds!
(Snip)
(The same message was repeated 54556812 times)
# Embedded connector is down, so check for how long it has been down and error out if necessary
# embedded_connector_start_time variable is updated by get_matlab_state().
Summary
In our JupyterHub server,
__track_embedded_connector_state
defined in https://github.com/mathworks/matlab-proxy/blob/89862aa588f804cc94b93159478279e5d4d6f894/matlab_proxy/app_state.py#L1154 produced the following error messages and caused disk full trouble.We checked
__track_embedded_connector_state
and found the above error message is generated by https://github.com/mathworks/matlab-proxy/blob/89862aa588f804cc94b93159478279e5d4d6f894/matlab_proxy/app_state.py#L1206And more, we found that the comment says
However, we cannot find the code to update
embedded_connector_start_time
in https://github.com/mathworks/matlab-proxy/blob/89862aa588f804cc94b93159478279e5d4d6f894/matlab_proxy/app_state.py#L518Thus, we think something regression was occured when implementing
get_matlab_state
.Could you fix this trouble?
Browser(s) used
No response
Script output
No response