aboutsummaryrefslogtreecommitdiff
path: root/weed/server/raft_server_handlers.go
AgeCommit message (Collapse)AuthorFilesLines
2023-07-10avoid logging nil error (#4659)Konstantin Lebedev1-1/+3
Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
2023-06-09Healthz check for deadlocks (#4558)Konstantin Lebedev1-3/+18
2022-07-30Add healthy indicator for raft statusPatrick Schmidt1-0/+9
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-04-04add stats raft handlerKonstantin Lebedev1-0/+8
2021-09-12change server address from string to a typeChris Lu1-4/+5
2020-10-04fix: remove deleted peers if resumeState = trueУстюжанин Антон Александрович1-5/+9
2019-03-06add back "/cluster/status"Chris Lu1-0/+22
fix https://github.com/chrislusf/seaweedfs/issues/870
2019-02-18raft change from http to grpcChris Lu1-21/+0
master grpc port is fixed to http port + 10000
2018-07-21go fmtChris Lu1-1/+1
2018-06-12simplifying the leader election by raftChris Lu1-45/+0
fixing https://github.com/chrislusf/seaweedfs/issues/629
2017-06-15301 is reported as 404 for http postChris Lu1-2/+4
fix https://github.com/chrislusf/seaweedfs/issues/512
2016-06-02directory structure change to work with glideChris Lu1-0/+64
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.