Closed engelsanchez closed 9 years ago
@mrallen1 Hopefully all your style comments were addressed in the commit d0ba42a. Let me know if it looks better or worse!
:+1: d0ba42a
Tests pass. Dialyzer clean. Looks good.
@borshop merge
Per comments on https://github.com/basho/bitcask/issues/212 this is fixed in Bitcask 1.7.2 - just need to ensure we pick up 1.7.2 for Riak 2.1.2, which we should be (confirmed that rebar.config.lock has correct SHA).
_[posted via JIRA by Douglas Rohrer]_
Checked both riak and riak_ee 2.1 rebar.config.lock files and correct version of Bitcask is specified so we should pick this up.
_[posted via JIRA by Douglas Rohrer]_
If the user defined key transformation function fails on a key read from disk, do not crash the process. Instead, keep going and log an error.
This is the second part of the fix for https://github.com/basho/bitcask/issues/212