Closed xingfang0408 closed 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.
since this issue lacks activity, I am going to close it now.
If you have any update, you can re-open it.
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.