basho / leveldb

Clone of http://code.google.com/p/leveldb/
BSD 3-Clause "New" or "Revised" License
408 stars 182 forks source link

Exclude Riak's "metadata" key from global expiry #213

Closed matthewvon closed 7 years ago

matthewvon commented 7 years ago

Riak creates a special metadata key within its databases (vnodes). This key needs to be explicitly excluded from global expiry.

Detail documentation is here: https://github.com/basho/leveldb/wiki/mv-no-md-expiry

fadushin commented 7 years ago

Reviewed in person with MVM

+1