aboutsummaryrefslogtreecommitdiff
path: root/weed/server/raft_server.go
AgeCommit message (Expand)AuthorFilesLines
2020-03-04refactoringChris Lu1-4/+7
2019-10-29misc updatedLei Liu1-1/+1
2019-03-19weed filer: set grpc port to port + 10000Chris Lu1-2/+2
2019-02-18raft change from http to grpcChris Lu1-25/+20
2019-02-15go fmtChris Lu1-1/+1
2019-02-09raft: use the first master to bootstrap the electionChris Lu1-3/+10
2019-01-28Revert "randomize based on self address"Chris Lu1-2/+0
2019-01-28randomize based on self addressChris Lu1-0/+2
2019-01-28Revert "use the first entry to bootstrap master cluster"Chris Lu1-10/+3
2019-01-28use the first entry to bootstrap master clusterChris Lu1-3/+10
2019-01-26add a timeoutChris Lu1-0/+1
2019-01-22raft: adding idle connection time outChris Lu1-0/+1
2019-01-17timeout http connectionsChris Lu1-1/+1
2018-08-12randomize raft server startupChris Lu1-1/+2
2018-06-12simplifying the leader election by raftChris Lu1-99/+8
2018-05-27go fmtChris Lu1-1/+1
2017-12-06better fix for single master restart without peers changingChris Lu1-1/+5
2017-11-28always remember the max volume idChris Lu1-2/+2
2017-06-15301 is reported as 404 for http postChris Lu1-9/+7
2017-01-18adjust timing of leader electionChris Lu1-2/+2
2016-11-08fix bug : join post is emptyYang zhixiang1-3/+3
2016-11-03fix raft_server.go isPeersChanged bugYang zhixiang1-1/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+217