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.
The text was updated successfully, but these errors were encountered:
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.
the original code can't restore logs correctly, but when I fix this truncate bug it also can't work, the info says "Failed to append to logs:EOF"
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.The text was updated successfully, but these errors were encountered: