Skip to content

Commit

Permalink
feat(reactor): freeze detection support for reactors
Browse files Browse the repository at this point in the history
This fix introduces reactor heartbeat loop to detect frozen reactors,
which is opted by the “diagnostics” feature (not active by default).
New CLI command --diagnose-stack is added to allow dumping stack for
all threads in running I/O agent, which allows stack trace collection
when a frozen reactor is detected.

Signed-off-by: Mikhail Tcymbaliuk <[email protected]>
  • Loading branch information
mtzaurus committed Sep 28, 2022
1 parent 40f9adc commit de7de9b
Show file tree
Hide file tree
Showing 10 changed files with 413 additions and 23 deletions.
180 changes: 160 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de7de9b

Please sign in to comment.