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

app/vlselect/logsql: skip rows without _stream reference #6127

Closed
wants to merge 1 commit into from

Conversation

zekker6
Copy link
Contributor

@zekker6 zekker6 commented Apr 17, 2024

_stream field can be empty for the recently ingested rows because respective entry in indexdb is not yet searchable as it haven't been flushed to storage yet. This change just skips such items in the output response to make it more consistent.

See: #6042

_stream field can be empty for the recently ingested rows because respective entry in indexdb is not yet searchable as it haven't been flushed to storage yet.
This change just skips such items in the output response to make it more consistent.

See: #6042
Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
@zekker6 zekker6 requested a review from valyala April 17, 2024 07:58
@zekker6 zekker6 closed this May 24, 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.

None yet

1 participant