chunkio
chunkio copied to clipboard
Delete irrecoverable chunks on crc32 checksum error
In Fluent Bit we see many corrupted chunks (resulting from previous OOM kills in Kubernetes) but they still remain on the disk indefinitely, although the storage.delete_irrecoverable_chunks
parameter is set.
It looks like the set CIO_ERR_BAD_CHECKSUM
is currently not used as a case for deletion.
This PR should correct this behavior.
cc @edsiper