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
In *DistributedLog.Close(), the raft logStore is not closed. As a result, the index file corresponding to the raft log is not truncated to its actual size. As a result, the index file is corrupt and cannot be read after restart.
In
*DistributedLog.Close(), the raft logStore is not closed. As a result, the index file corresponding to the raft log is not truncated to its actual size. As a result, the index file is corrupt and cannot be read after restart.