leo-project / erocksdb

Erlang bindings to RocksDB datastore
68 stars 15 forks source link

Reconnect or re get DBHandle #30

Open stofel opened 8 years ago

stofel commented 8 years ago

Hi. After some tests get error

erocksdb:open("test_db2", [], []). {error,{db_open,"IO error: lock test_db2/LOCK: No locks available"}}

And here no way to close or restore connect with data without erlang node restarting?

mocchira commented 7 years ago

@stofel Sorry for the long delay. Can you reproduce this issue with the latest version? Also the minimum procedure to reproduce would be much appreciated.