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

wip: close the stdin connection #24221

Closed
wants to merge 1 commit into from

Conversation

shoenig
Copy link
Member

@shoenig shoenig commented Oct 15, 2024

This PR closes the hijacked connection used for the stdin input to a command being run via alloc exec. Without this, a process may remain running waiting for additional input via stdin instead of exiting.

Fixes #24171

@shoenig
Copy link
Member Author

shoenig commented Oct 17, 2024

Using #24202 instead

@shoenig shoenig closed this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in Nomad 1.9.0: Stdin might not be closed in Docker exec
2 participants