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(v2): opening tsdb: read postings table: invalid checksum #3633

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

kolesnikovae
Copy link
Collaborator

@kolesnikovae kolesnikovae commented Oct 17, 2024

This fixes cryptic errors like failed to initialize query context: openning section tsdb: opening tsdb: read postings table: invalid checksum that may occur if the tsdb index uses memory referenced from the shared buffer pool after disposal.

@kolesnikovae kolesnikovae force-pushed the fix/query-backend-block-reader branch from 2a71c45 to f4eaf69 Compare October 17, 2024 12:38
@kolesnikovae kolesnikovae force-pushed the fix/query-backend-block-reader branch from f4eaf69 to c0f400f Compare October 17, 2024 12:50
@kolesnikovae kolesnikovae marked this pull request as ready for review October 17, 2024 13:00
@kolesnikovae kolesnikovae requested a review from a team as a code owner October 17, 2024 13:00
@kolesnikovae kolesnikovae changed the title fix(v2): allocate dedicated buffer for tsdb fix(v2): opening tsdb: read postings table: invalid checksum Oct 17, 2024
@kolesnikovae kolesnikovae merged commit 1b6602f into main Oct 18, 2024
18 checks passed
@kolesnikovae kolesnikovae deleted the fix/query-backend-block-reader branch October 18, 2024 02:54
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