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

process kill with --no-wait not returns control to user in new asyncio daemon #4666

Open
unkcpz opened this issue Jan 21, 2021 · 0 comments
Open

Comments

@unkcpz
Copy link
Member

unkcpz commented Jan 21, 2021

Think this is duplicate of #4649 but with a more clear root of the issue.

[How to reproduce]:
After submitting a calculation to the daemon and when it starts to transport data to the remote cluster, kill the process with verdi process kill <pk>. It is expected to give the cmdline control back to the user since --no-wait option is the default one. However, in new asyncio daemon it is 'wait' until the transports over the connection are cancelled (I'm not sure what's really happened here when we kill a process).

In a word, the process kill with --no-wait behave like option wait and that is not we want.

@chrisjsewell chrisjsewell self-assigned this Feb 23, 2021
@chrisjsewell chrisjsewell added this to the v1.6.1 milestone Mar 9, 2021
@sphuber sphuber modified the milestones: Preparations for the new repository, v2.0.0 Apr 28, 2021
@chrisjsewell chrisjsewell modified the milestones: v2.0.0, Post 2.0 May 5, 2021
@sphuber sphuber removed this from the v2.3.0 milestone Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants