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

[jazzy] Bugfix: Event publisher not starting for second run Recorder::Record() after Stop() (backport #1888) #1890

Open
wants to merge 1 commit into
base: jazzy
Choose a base branch
from

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Dec 30, 2024

This PR fixes a bug when the event publisher thread, which is responsible for publishing on_bag_split_event events, doesn't start when calling Recorder::Record() after a previous call to Recorder::Stop().

RCA: The event publisher thread was starting and exiting immediately because event_publisher_thread_should_exit_ was not initialized to false after calling the Recorder::Stop() API.


This is an automatic backport of pull request #1888 done by Mergify.

@mergify mergify bot requested a review from a team as a code owner December 30, 2024 02:45
@mergify mergify bot requested review from MichaelOrlov and hidmic and removed request for a team December 30, 2024 02:45
@MichaelOrlov MichaelOrlov changed the title Bugfix: Event publisher not starting for second run Recorder::Record() after Stop() (backport #1888) [jazzy] Bugfix: Event publisher not starting for second run Recorder::Record() after Stop() (backport #1888) Dec 30, 2024
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