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

If the broker dies, the client hangs and can't be easily killed #437

Open
nfachan opened this issue Jan 14, 2025 · 0 comments
Open

If the broker dies, the client hangs and can't be easily killed #437

nfachan opened this issue Jan 14, 2025 · 0 comments
Labels
bug Something isn't working test-runners Issues that affect all test runners (cargo-maelstrom, maelstrom-pytest, maelstrom-to-test, etc.).
Milestone

Comments

@nfachan
Copy link
Collaborator

nfachan commented Jan 14, 2025

Specific Maelstrom Program?
cargo-maelstrom though likely all test runners and possible all clients.

Bug Description
Sometimes the broker crashes because it runs out of file descriptors. When that happens, cargo maelstrom almost always hangs completely. If I ^C the process, I can't restart it because it still has a lock on directory. I have to killall -9 cargo-maelstrom to get it to actually die.

@nfachan nfachan added bug Something isn't working test-runners Issues that affect all test runners (cargo-maelstrom, maelstrom-pytest, maelstrom-to-test, etc.). labels Jan 14, 2025
@nfachan nfachan added this to the 0.13.0 milestone Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test-runners Issues that affect all test runners (cargo-maelstrom, maelstrom-pytest, maelstrom-to-test, etc.).
Projects
None yet
Development

No branches or pull requests

1 participant