aboutsummaryrefslogtreecommitdiff
path: root/weed/server/raft_hashicorp.go
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-8/+8
2024-11-26[master] update LastLeaderChangeTime for hashicorp raft (#6292)Konstantin Lebedev1-0/+1
2024-08-29math/rand => math/rand/v2chrislu1-1/+1
2024-07-26fix allocate reduplicated volumeId to different volume (#5811)wyang1-38/+58
* fix allocate reduplicated volumeId to different volume * only check barrier when read --------- Co-authored-by: Yang Wang <yangwang@weride.ai>
2023-03-21add validate config for raft (#4332)Konstantin Lebedev1-0/+4
2022-10-07configure raft metrics (#3798)Konstantin Lebedev1-0/+16
2022-09-15refactor(raft_hashicorp): `timeSpeep` -> `timeSleep` (#3694)Ryan Russell1-3/+3
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-08-30migrate from boltdb to bbolt (#3554)Konstantin Lebedev1-2/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-06-21avoid no such raft date directoryKonstantin Lebedev1-1/+4
https://github.com/chrislusf/seaweedfs/issues/3214
2022-04-11use the full ServerAddress as the identifierKonstantin Lebedev1-4/+5
2022-04-06raft update peers via OnPeerUpdateKonstantin Lebedev1-3/+6
2022-04-06force raft bootstrapKonstantin Lebedev1-2/+13
avoid err bootstrap only works on new clusters
2022-04-05rm set NoSnapshotRestoreOnStartKonstantin Lebedev1-1/+0
2022-04-05sleep bootstrapingKonstantin Lebedev1-2/+25
2022-04-05LocalID from raw stringKonstantin Lebedev1-1/+1
2022-04-05fix glog InfoKonstantin Lebedev1-1/+1
2022-04-05auto bootstraping and update peersKonstantin Lebedev1-22/+55
2022-04-04hashicorp raft with state machineKonstantin Lebedev1-17/+32
2022-04-04initial add hashicorp raftKonstantin Lebedev1-0/+98