-
Notifications
You must be signed in to change notification settings - Fork 12
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
Checksum mismatch on loading #38
Comments
Could be, did you receive any error while writing? Any specific position that may cause this problem? Is it the last record in the file? It might also happen when the key sstable contains wrong offsets, so the records are split, which is similar to #31 |
Yes, the checksum error is on the last key. No errors on writting. |
maybe my fault, i'm still inverstigate |
did you close the sstable at the end? maybe the buffer hasn't been flushed entirely |
After a little more investigate it seem that the problem was with a buffer in the calling code. I Close this issue. |
I got some error like this :
error in sstable '44/sstable_000000000000001/' while hashing value at offset [505843]: Checksum mismatch: expected 29cbe412906044a5, got 556cce18f87966a7
I can't really understand why it is produced. How can we produce wrong checksum ?
Could it be linked to #31 ?
Any advice ?
The text was updated successfully, but these errors were encountered: