twmht / python-rocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
276 stars 90 forks source link

using rocksdb api open existing/old leveldb errors out #19

Closed xingfang0408 closed 6 years ago

xingfang0408 commented 6 years ago

In [3]: db = rocksdb.DB("/.../Chains/SC234", rocksdb.Options(create_if_missing=True)) L0 files seqno 5173423 5182061 vs. 72057594037927935 0 Aborted (core dumped)

Did there anyone hit this error? The path was used by leveldb, I'm trying to open an existing leveldb directory with rocksdb api.

twmht commented 6 years ago

since this issue lacks activity, I am going to close it now.

If you have any update, you can re-open it.