Skip to content

Release 0.1.8 - #19

Merged
xtrusia merged 1 commit into
mainfrom
fix/trace-runner-cleanup
Jul 26, 2026
Merged

Release 0.1.8#19
xtrusia merged 1 commit into
mainfrom
fix/trace-runner-cleanup

Conversation

@xtrusia

@xtrusia xtrusia commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • stop OSD and client tracers when their controlling SSH connection closes
  • remove matching tracer runners left by an interrupted earlier session before starting a new tracer
  • validate PID ownership and process start time before sending cleanup signals
  • release the change as 0.1.8

Root cause

The remote runner relied on shell signal traps, but terminating the local controller did not reliably deliver a usable HUP to the remote shell. The runner and its privileged tracer descendants could therefore outlive the TUI until TTL expiry.

Validation

  • cargo fmt --all --check
  • cargo clippy --all-targets -- -D warnings
  • cargo build --verbose
  • cargo test --verbose
  • forced controller termination against a four-node cluster
  • forced kfstrace and radostrace termination
  • cleanup of a runner deliberately left by v0.1.7

Signed-off-by: Seyeong Kim <me@seyeong.kim>
@xtrusia
xtrusia merged commit 989ee74 into main Jul 26, 2026
7 checks passed
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.

1 participant