We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TSM files contain a checksum per block. The inspect_tsm tool should be updated to be able to verify and report any blocks that fail verification.
inspect_tsm
Original issue from #4977
The text was updated successfully, but these errors were encountered:
I am working on this, these are my steps:
Sorry, something went wrong.
What is the expected behaviour here? https://github.com/influxdata/influxdb/blob/master/tsdb/engine/tsm1/reader.go#L910 Return error?
@seiflotfy It should not validate there. That TODO and others can be removed. The influx_inspect tool should be able to report the issue.
TODO
influx_inspect
Agreed. I think for now, the only goal is to have the tool run the verification. The database itself won't do any checksum enforcement yet.
OK on it!
No branches or pull requests
TSM files contain a checksum per block. The
inspect_tsm
tool should be updated to be able to verify and report any blocks that fail verification.Original issue from #4977
The text was updated successfully, but these errors were encountered: