When I logged on to jupyterhub this morning, I had several dask dashboard windows open from my last session that show lots of activity even before I've initiated a cluster :
Screen-Shot-2021-04-30-at-8.01.33-AM.png
When I do qstat -u yeager
, I don't see any dask workers. My dashboard is pointing to https://jupyterhub.hpc.ucar.edu/stable/user/yeager/proxy/8787/. Is my dashboard somehow reflecting another user's job? What's going on?
Is it still showing up?
Also, are you on the login node?
I stopped my server and then restarted, and then the dask dashboard went inactive. Both times, I logged into casper batch queue.
So the dashboard isn't showing at all for you anymore? Does it spawn a new dashboard link?
The dashboard is now working. I just initiated a new cluster on casper and the link (https://jupyterhub.hpc.ucar.edu/stable/user/yeager/proxy/8787/) now shows activity on my cluster.
Still a mystery why I already had an active dashboard when first logging in to casper.
Still a mystery why I already had an active dashboard when first logging in to casper.
@Stephen Yeager the port-forwarding for the dashboard does not require authentication, so somebody else must have spun up a cluster on the node you were logged in with and been assigned the port you had previously used. This is pretty common if your dashboard was pointing to 8787 (the default), because once you stop your cluster the next person on the node to start one will then get 8787 instead
Last updated: May 16 2025 at 17:14 UTC