-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Loki out of order handling no longer needed with recent Loki version #11131
Labels
type: bug
A code related bug.
Comments
Suggested fix: #11133 |
@jszwedko indeed, thank you for noticing. What about my simple fix, will that work? |
fpytloun
added a commit
to fpytloun/vector
that referenced
this issue
Feb 2, 2022
fpytloun
added a commit
to fpytloun/vector
that referenced
this issue
Feb 2, 2022
fpytloun
added a commit
to fpytloun/vector
that referenced
this issue
Mar 8, 2022
jszwedko
added a commit
that referenced
this issue
Mar 9, 2022
* fix(loki sink): Add accept option to Loki sink out_of_order action Fixes: #11131 * fix(loki sink): Don't limit concurrency if out of order events are accepted * Fix integration tests I removed the tests/data/loki-config.yaml config file because the newer version of Loki wasn't starting with it. Instead I just used the default one, but override the setting we needed (auth.enabled). Signed-off-by: Jesse Szwedko <jesse@szwedko.me> * Back out concurrency adjustments Signed-off-by: Jesse Szwedko <jesse@szwedko.me> Co-authored-by: Jesse Szwedko <jesse@szwedko.me>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Community Note
Vector Version
Vector Configuration File
...
Debug Output
Expected Behavior
Loki sink should determine Loki version that can handle out of order records and disable this filter. Eventually there could be third option of
out_of_order_action
which could beignore
.Related Loki issue: grafana/loki#1544 (fixed since 2.4.0)
Actual Behavior
Vector pro-actively drops events that could be actually handled by recent Loki.
Example Data
Additional Context
References
The text was updated successfully, but these errors were encountered: