Chris Lu
Chris Lu
when this happens, it often means the `.idx` and `.dat` files are out of sync. The volume server is using some `.idx` copy not for current `.dat` file. I check...
I understand this is not a quick solution, and you may need to has some scripts to do this with thousands of volumes. To fix current issues, one thing you...
The "leader" means different things. "raft.Server: Not current leader" For raft, the leader is for masters. It means the filer is connecting to a non-leader master. "filer 10.103.3.233:9090 leader:false" This...
This is about master leader election. Need to know what happened for the masters.
I do not know any changes related to this in recent releases.
Is this using the new raft library?
3.27 added ordered writes. Was the 3.27 making any difference?
The filer_backup.go is trying to read metadata logs. Current code does not delete metadata logs. So this should not be possible, unless the volume is manually deleted.
we can start with raft.MemoryStorage, and change to a different implementation if necessary.
Please share the hdf file also?