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

[Bug] Fix ingestion pipeline #3752

Merged
merged 2 commits into from
Jun 25, 2024
Merged

[Bug] Fix ingestion pipeline #3752

merged 2 commits into from
Jun 25, 2024

Conversation

JamesMurkin
Copy link
Contributor

The API for working out if a timer is stopped / needs draining is more complicated than I understood.

When we try to reset/drain the timer, we can get stuck waiting forever.

We could fix what we have to use it properly, but instead use simpler approach that isn't error prone

It also means we can print how long it has been since we last received an event

The API for working out if a timer is stopped / needs draining is more complicated than I understood. We could fix what we have to use it properly, but instead use simpler approach that isn't error prone

It also means we can print how long it has been since we last received an event

Signed-off-by: JamesMurkin <[email protected]>
@JamesMurkin JamesMurkin marked this pull request as ready for review June 24, 2024 21:28
@d80tb7 d80tb7 enabled auto-merge (squash) June 25, 2024 08:55
@d80tb7 d80tb7 merged commit d656816 into master Jun 25, 2024
20 checks passed
@d80tb7 d80tb7 deleted the fix_ingesters branch June 25, 2024 09:07
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