Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hub unstable detection of running user pods - deletes running user pods #1370

Closed
consideRatio opened this issue Aug 20, 2019 · 1 comment
Closed

Comments

@consideRatio
Copy link
Member

There is a step in the startup of the Hub where the hub checks for running pods. It relies on the same mechanism as it does after starting a user pod I think. It seems like this behaves quite unreliably for my deployment. A lot of hub restarts leads to a user here and there gets kicked out after failing to be found.

This is not fun to reproduce as I mess with my users, so for now there is only an example of a typical success rather than failure.

Hub pod logs from startup, a remembered user pod was found to be running.

[D 2019-08-20 09:31:01.007 JupyterHub app:1875] Verifying that erik@redacted-domain.com is running at http://10.72.6.16:8888/user/erik@redacted-domain.com/
[D 2019-08-20 09:31:01.014 JupyterHub utils:218] Server at http://10.72.6.16:8888/user/erik@redacted-domain.com/ responded with 302
[D 2019-08-20 09:31:01.014 JupyterHub _version:60] jupyterhub and jupyterhub-singleuser both on version 1.0.0
[I 2019-08-20 09:31:01.014 JupyterHub app:1888] erik@redacted-domain.com still running
@consideRatio
Copy link
Member Author

I think this was solved by #1401 and #1404 :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant