You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
Sometimes the broker crashes when kicking off a cargo maelstrom run.
How to Reproduce
Run cargo maelstrom with a large number of jobs. Even if maelstrom-broker doesn't crash, you can see that the file descriptor use spikes by looking in the /proc/<pid>/fd directory.
Expected Behavior
Don't crash.
Additional Context
The issue is most likely that we read the manifests in parallel.
The text was updated successfully, but these errors were encountered:
Specific Maelstrom Program?
maelstrom-broker
Bug Description
Sometimes the broker crashes when kicking off a
cargo maelstrom
run.How to Reproduce
Run
cargo maelstrom
with a large number of jobs. Even ifmaelstrom-broker
doesn't crash, you can see that the file descriptor use spikes by looking in the/proc/<pid>/fd
directory.Expected Behavior
Don't crash.
Additional Context
The issue is most likely that we read the manifests in parallel.
The text was updated successfully, but these errors were encountered: