basho / bitcask

because you need another a key/value storage engine
1.28k stars 171 forks source link

Data which fails CRC check should be deleted and not_found returned. #100

Closed evanmcc closed 11 years ago

evanmcc commented 11 years ago

There isn't anything we can do when a value is corrupted; toss it, bitcask tombstone it, delete it from the keydir and return not_found.

evanmcc commented 11 years ago

Spending more than a second thinking about this, doing this here is actually a bad idea. PR incoming to riak_kv