-
Notifications
You must be signed in to change notification settings - Fork 357
Open
Labels
Description
Description
I am using jupyter on some scenarios with quite bad performance powered by z2jh as below:
- My frontend and backend are running at different region
In some cases, I can notice below behaviour during restarting
-
After/restart API finished, kernel takes exactly 60s to initialise (in devtool, I can see that client side send a few binary msg, and takes 1min to get response)
-
In backend log, I can see there is some timeout warning, and eventually work with exactly 60s (more precisely, a few milli secs longer, like 60050ms)
Given that it takes exactly 60s, I doubt it is some race condition that makes kernel manager reaches it timeout
However in this case it shall raise error instead of eventually work?
Reproduce
- Go to '...'
- Click on '...'
- Scroll down to '...'
- See error '...'
Expected behavior
Context
- Operating System and version: frontend is win 10, backend image is based on rhel 8 with host Ubuntu 21/22 on Azure kubernetes service
- Browser and version:
- Jupyter Server version: 2.14.1
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here. You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.