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

block read error should move aside bad TSM file [port to main-2.x] #25840

Closed
davidby-influx opened this issue Jan 15, 2025 · 0 comments · Fixed by #25899
Closed

block read error should move aside bad TSM file [port to main-2.x] #25840

davidby-influx opened this issue Jan 15, 2025 · 0 comments · Fixed by #25899
Assignees
Labels
area/tsm area/2.x OSS 2.0 related issues and PRs kind/bug team/edge

Comments

@davidby-influx
Copy link
Contributor

Port #25838 to main-2.x

@davidby-influx davidby-influx self-assigned this Jan 15, 2025
davidby-influx added a commit that referenced this issue Jan 22, 2025
The error type check for errBlockRead was incorrect,
and bad TSM files were not being moved aside when
that error was encountered. Use errors.Join,
errors.Is, and errors.As to correctly unwrap multiple
errors.

Closes #25838

(cherry picked from commit 8009704)

Closes #25840
@davidby-influx davidby-influx linked a pull request Jan 22, 2025 that will close this issue
davidby-influx added a commit that referenced this issue Jan 22, 2025
The error type check for errBlockRead was incorrect,
and bad TSM files were not being moved aside when
that error was encountered. Use errors.Join,
errors.Is, and errors.As to correctly unwrap multiple
errors.

Closes #25838

(cherry picked from commit 8009704)

Closes #25840
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tsm area/2.x OSS 2.0 related issues and PRs kind/bug team/edge
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant