basho / eleveldb

Erlang LevelDB API
262 stars 176 forks source link

Mv iter debug1 #196

Closed matthewvon closed 8 years ago

matthewvon commented 8 years ago

This branch is only for debug purposes on a production system. The code will get tagged and built, but later removed. It will NOT merge to "develop".

The key goal is to track the execution of a long running iterator. If not running, log its forced removal at the time of node shutdown.

paulplace commented 8 years ago

I examined the code in commit c6b9963, built it, and ran unit tests on OS X. All looks good.

matthewvon commented 8 years ago

Code included in temporary eleveldb 2.0.20 release. This code will NOT merge to develop branch.

matthewvon commented 8 years ago

Just in case, keeping this code in production for a while.