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

eval: fix message drops for higher throughput #1634

Merged
merged 3 commits into from
Mar 28, 2024

Conversation

brharrington
Copy link
Contributor

Diagnostic messages and events were using the ds logger that has a separate queue. This made them prone to getting dropped if the throughput was high. Refactor to pass these messages over the same path as the data points.

Diagnostic messages and events were using the ds logger
that has a separate queue. This made them prone to getting
dropped if the throughput was high. Refactor to pass these
messages over the same path as the data points.
@brharrington brharrington added this to the 1.8.0 milestone Mar 28, 2024
@brharrington brharrington merged commit 35011a3 into Netflix:main Mar 28, 2024
5 checks passed
@brharrington brharrington deleted the eval-msgs branch March 28, 2024 15:16
manolama pushed a commit to manolama/atlas that referenced this pull request May 22, 2024
Diagnostic messages and events were using the ds logger
that has a separate queue. This made them prone to getting
dropped if the throughput was high. Refactor to pass these
messages over the same path as the data points.
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