You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently leveldb are pretty fragile when they are closed abruptly (e.g. kill -9). We should attempt to recover the database usinng the Recover() function from the leveldb API.
The text was updated successfully, but these errors were encountered:
Description
Apparently leveldb are pretty fragile when they are closed abruptly (e.g.
kill -9
). We should attempt to recover the database usinng theRecover()
function from the leveldb API.The text was updated successfully, but these errors were encountered: