LokeshManne
New Contributor III

@HelloDatabricks 

The error you are facing is due to not detaching the old cluster, which is terminated/auto-terminated and when you run a cluster that connected to new cluster with same name and config. Which notebook tries to connect to old cluster which is still not deleted and just terminated with new cluster under same name, which makes the notebook run under work cluster which is terminated.

LokeshManne_6-1747214072575.png

 

Solution: detach old cluster from notebook and reload the web_page, you can see only new cluster but not both at a time as below. Now attach the new cluster and run your notebook. 

LokeshManne_1-1747213679593.png

detach old cluster

LokeshManne_2-1747213709892.jpeg

reload the page, you can see only new cluster

LokeshManne_3-1747213742352.png

Now attach the new cluster and run your notebook.

LokeshManne_4-1747213756699.pngLokeshManne_5-1747213775470.png

 

 

 

 

Lokesh Manne