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

cell runs forever and can't interrupt if remote server is unavailable #10568

Closed
amunger opened this issue Jun 24, 2022 · 2 comments · Fixed by #11086
Closed

cell runs forever and can't interrupt if remote server is unavailable #10568

amunger opened this issue Jun 24, 2022 · 2 comments · Fixed by #11086
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-remote Applies to remote Jupyter Servers verified Verification succeeded
Milestone

Comments

@amunger
Copy link
Contributor

amunger commented Jun 24, 2022

  1. Connect to a remote jupyter server
  2. Run a cell on a remote kernel
  3. Kill the server
  4. Run a cell on the same kernel

Result:
Cell stays in executing state indefinitely. Interrupt won't stop it.

@amunger amunger added bug Issue identified by VS Code Team member as probable bug notebook-remote Applies to remote Jupyter Servers labels Jun 24, 2022
@github-actions github-actions bot added the triage-needed Issue needs to be triaged label Jun 24, 2022
@greazer greazer added vscode-web and removed triage-needed Issue needs to be triaged labels Jun 27, 2022
@DonJayamanne
Copy link
Contributor

DonJayamanne commented Jun 27, 2022

Isn't this a papercut,
I.e. the remote server is killed off midway while running a notebook.
If you close the notebook & reopen the notebook or reload VSCode then this isn't a problem.

@rzhao271
Copy link
Contributor

rzhao271 commented Aug 25, 2022

This seems like a duplicate of #9828.
Marking this issue as verified to take it off the query, but see #9828 (comment).

@rzhao271 rzhao271 added the verified Verification succeeded label Aug 25, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug notebook-remote Applies to remote Jupyter Servers verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants