basho / bitcask

because you need another a key/value storage engine
1.29k stars 173 forks source link

wrap key transform fun in try/catch with Class:Exception clause #231

Open joecaswell opened 8 years ago

joecaswell commented 8 years ago

Proposed fix for issue #230 (RIAK-1895) (RIAK-2371)

evanmcc commented 8 years ago

There are only six places where the transform is called, it looks like. Since either fix will be all in this application, it might make more sense just to fix it all at the call sites.

It does look like this will work.