reverbrain / eblob

Eblob is an append-only low-level IO library, which saves data in blob files. Created as low-level backend for elliptics
GNU Lesser General Public License v3.0
104 stars 29 forks source link

csum: removed legacy check #124

Closed shaitan closed 9 years ago

shaitan commented 9 years ago

Removed ignoring zero-filled csum. All records without csum should have flag BLOB_DISK_CTL_NOCSUM otherwise such records should be recovered / rewritten because they are potentially corrupted.