Rafael Rodrigues Santana
02/16/2023, 2:04 PMAwaiting boot lock...
Awaiting boot lock...
Awaiting boot lock...
Awaiting boot lock...
Awaiting boot lock...
Awaiting boot lock...
Awaiting boot lock...
Awaiting boot lock...
Awaiting boot lock...
Awaiting boot lock...
Because of this, we are unable to create sessions in those projects.
I have also noticed that by restarting the orchest cluster using the **restart** button, some of the projects that were not working are fixed, but other projects that were working starts to have the same issue.
Some important points:
- I have not found a lock in the $lockdir
- By running the /start.sh with the same parameters, I could reproduce the same result in jupyter-servers that are not working.
Jacopo
02/16/2023, 4:00 PM.orchest/user-configurations/jupyterlab/lab
path of the userdir? I'd expect the lock to be there
What's in the /usr/local/share/jupyter/lab
path of jupyter servers that are and are not failing? I.e. is the lock there for any of them?userdir_path=/usr/local/share/jupyter/lab
lockdir=$userdir_path/.bootlock
mkdir $lockdir
I guess the error message will be interestingRafael Rodrigues Santana
02/16/2023, 5:29 PMJacopo
02/17/2023, 8:02 AMrelease_lock() {
rm -rf $lockdir
}
is run once the startup logic of the jupyter server is done, perhaps something has gone wrong and a dangling lock has been left aroundRafael Rodrigues Santana
02/17/2023, 12:41 PMJacopo
02/17/2023, 12:43 PMRafael Rodrigues Santana
02/17/2023, 12:43 PMJacopo
02/17/2023, 12:43 PMRafael Rodrigues Santana
02/17/2023, 12:49 PMJacopo
02/17/2023, 12:49 PMRafael Rodrigues Santana
02/17/2023, 12:50 PMJacopo
02/17/2023, 12:51 PMRafael Rodrigues Santana
02/17/2023, 12:52 PMJacopo
02/17/2023, 12:53 PMRafael Rodrigues Santana
02/17/2023, 2:25 PM