tikv / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
276 stars 155 forks source link

*: support check if a db is lock #728

Closed BusyJay closed 1 year ago

BusyJay commented 1 year ago

This is useful to detect whether a DB is still hold by other threads.

We may also use reference check to detect whether a DB is obsolete, but checking the file lock directly provides more safety.

tabokie commented 1 year ago

Rust format failed.