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
If the header of the last log file is broken, and the there is no disk space, raft engine will not be able to start, because it requires rewriting the header during the recovery process.
This can be avoided by deleting the last log file that has broken header. And, no space error will only kick in while there are new writes.
The text was updated successfully, but these errors were encountered:
If the header of the last log file is broken, and the there is no disk space, raft engine will not be able to start, because it requires rewriting the header during the recovery process.
This can be avoided by deleting the last log file that has broken header. And, no space error will only kick in while there are new writes.
The text was updated successfully, but these errors were encountered: