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
When skaled starts, it check if the data_dir is full or occupied by another process, it checks if free space on the data_dir is less then 1Kb, and if not, it prints that database is already opened.
The problem reproduces when free space on data_dir is more then 1Kb, but still not enough for skaled operation, after that skaled reporting that database is already opened, which is not true.
When skaled starts, it check if the data_dir is full or occupied by another process, it checks if free space on the data_dir is less then 1Kb, and if not, it prints that database is already opened.
The problem reproduces when free space on data_dir is more then 1Kb, but still not enough for skaled operation, after that skaled reporting that database is already opened, which is not true.
The probles is in this part of skaled
skaled/libethereum/BlockChain.cpp
Lines 253 to 264 in bb323ac
Logs:
The text was updated successfully, but these errors were encountered: