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

fix(blooms): Correctly skip block page in case it exceeds the max page size for querying #12297

Merged
merged 2 commits into from Mar 21, 2024

Conversation

chaudum
Copy link
Contributor

@chaudum chaudum commented Mar 21, 2024

What this PR does / why we need it:

Previously a bloom page that was too big caused the rest of the block to be skipped.

in case a page exceeds the limit of maxPageSize.

Previously a bloom page that was too big caused the rest of the block to
be skipped.

Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
@chaudum chaudum force-pushed the chaudum/fix-block-page-skipping branch from 299bbde to bc49b27 Compare March 21, 2024 15:55
@chaudum chaudum marked this pull request as ready for review March 21, 2024 16:08
@chaudum chaudum requested a review from a team as a code owner March 21, 2024 16:08
Copy link
Member

@owen-d owen-d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

@owen-d owen-d merged commit 2edbe12 into main Mar 21, 2024
10 checks passed
@owen-d owen-d deleted the chaudum/fix-block-page-skipping branch March 21, 2024 16:28
edsoncelio pushed a commit to edsoncelio/loki that referenced this pull request Mar 22, 2024
…e size for querying (grafana#12297)

Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
rhnasc pushed a commit to inloco/loki that referenced this pull request Apr 12, 2024
…e size for querying (grafana#12297)

Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants