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

Allow actor Interrupt functions to be called multiple times without blocking #1394

Merged

Conversation

RebeccaMahany
Copy link
Contributor

@RebeccaMahany RebeccaMahany commented Oct 11, 2023

Updates remaining actors' Interrupt functions to ensure all are safe to be called multiple times without blocking. Ensures all actors have tests verifying same.

Fixes issue where trace exporter could leave a goroutine running without being able to interrupt it if launcher shuts down within the first 3 minutes.

@RebeccaMahany RebeccaMahany force-pushed the becca/rungroup-interrupt-multiple-again branch from 6cdd3f0 to 9d658e9 Compare October 11, 2023 21:28
@RebeccaMahany RebeccaMahany marked this pull request as ready for review October 12, 2023 20:48
directionless
directionless previously approved these changes Oct 13, 2023
pkg/log/logshipper/logshipper.go Outdated Show resolved Hide resolved
@RebeccaMahany RebeccaMahany added this pull request to the merge queue Oct 13, 2023
Merged via the queue into kolide:main with commit aa6f573 Oct 13, 2023
24 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/rungroup-interrupt-multiple-again branch October 13, 2023 21:02
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.

2 participants