informatics-lab / our-pangeo

A helm chart for deploying a custom flavour Pangeo stack
10 stars 5 forks source link

Infinite redirect #3

Closed AlexHilson closed 6 years ago

AlexHilson commented 7 years ago
  1. Start a session
  2. Restart the hub using docker compose
  3. Try to log back into your session

Expected -> can resume session Actual -> too many redirects browser error. Admin panel says no workers are running. Worker containers are still running.

  1. Start a session
  2. Use the admin panel to stop the session
  3. Restart the hub using docker compose
  4. Try to start a new session.

Expected + Actual -> Able to start new session

Hypothesis is that if the hub is restarted it loses track of running containers. When a user with a running session tries to log in the hub get stuck in a 'please start container' -> 'no, container is already running' -> 'please start container' loop.

jacobtomlinson commented 6 years ago

I think this has been resolved in the jupyterhub chart.