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

Stop log streamed bytes loop #912

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Stop log streamed bytes loop #912

merged 1 commit into from
Jan 16, 2025

Conversation

spuun
Copy link
Member

@spuun spuun commented Jan 16, 2025

WHAT is this pull request doing?

The log streamed bytes loop was never stopped, making it continue to log even after the node has been elected leader.

This change will make sure it will stop when the clustering client is stopped. I didn't bother adding a channel to stop it instantly since its only sleeping.

HOW can this pull request be tested?

Manual test

@spuun spuun requested a review from a team as a code owner January 16, 2025 08:17
@spuun spuun merged commit 2c94ffa into main Jan 16, 2025
24 of 25 checks passed
@spuun spuun deleted the stop-log-streamed-bytes-loop branch January 16, 2025 08:19
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