aboutsummaryrefslogtreecommitdiff
path: root/weed/command/master.go
AgeCommit message (Expand)AuthorFilesLines
2022-07-30Add healthy indicator for raft statusPatrick Schmidt1-2/+5
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-10/+10
2022-07-27"github.com/chrislusf/raft" => "github.com/seaweedfs/raft"chrislu1-1/+1
2022-06-20master: put metadata under instance specific folderchrislu1-1/+4
2022-04-18Merge branch 'master' into slices.SortFuncleyou2401-11/+34
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-3/+3
2022-04-05Merge branch 'new_master' into hashicorp_raftKonstantin Lebedev1-1/+1
2022-04-04add stats raft handlerKonstantin Lebedev1-1/+1
2022-04-04hashicorp raft with state machineKonstantin Lebedev1-13/+16
2022-04-04initial add hashicorp raftKonstantin Lebedev1-2/+22
2022-04-01use original server address string as map keychrislu1-1/+1
2022-03-26refactor: change masters from a slice to a mapchrislu1-6/+6
2022-03-26refactorchrislu1-1/+6
2022-03-17The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few pr...Berck Nash1-1/+1
2022-03-16Add mTLS support for both master and volume http server.Berck Nash1-6/+37
2022-03-15master, filer, s3: also listen to "localhost" in addition to specific ip addresschrislu1-2/+8
2022-03-11default bind to one ip addresschrislu1-1/+4
2022-02-14[UPDATE] Make heartbeat interval and election timeout of masters configurable.garenchan1-2/+15
2022-01-19master metricsHttpPortKonstantin Lebedev1-0/+4
2021-11-05Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocati...Chris Lu1-1/+1
2021-11-03master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()Chris Lu1-1/+1
2021-09-20use default 10000 for grpc portChris Lu1-1/+5
2021-09-12change server address from string to a typeChris Lu1-12/+12
2021-09-12custom grpc port: masterChris Lu1-1/+3
2021-09-07better IP v6 supportChris Lu1-4/+3
2021-08-14Filer locationPrefix configure does not exec replication #2257Chris Lu1-1/+1
2021-08-12adjust data typeChris Lu1-1/+1
2021-03-24GOMAXPROCS use defaults to the value of runtime.NumCPUKonstantin Lebedev1-2/+0
2021-03-23more help messageChris Lu1-1/+1
2021-03-12default to empty host to bind to tcp4 and tcp6Chris Lu1-1/+1
2021-03-08permitCommonNamesKonstantin Lebedev1-1/+0
2020-12-07adding /usr/local/etc/seaweedfs for bsd style config search pathChris Lu1-1/+1
2020-10-24go fmtChris Lu1-1/+1
2020-10-23adjust election timeout to 10 secondsChris Lu1-1/+1
2020-10-23make it easy with setting up multiple masters in a clcusterChris Lu1-0/+4
2020-10-16refactorChris Lu1-1/+1
2020-10-07master: check peers for existing leader before starting a leader electionChris Lu1-4/+22
2020-10-03fix: resumeStateУстюжанин Антон Александрович1-1/+1
2020-10-03fix: restore raft stateУстюжанин Антон Александрович1-3/+3
2020-10-02fix: restore raft stateУстюжанин Антон Александрович1-3/+5
2020-09-19volume: get metrics configuration from masterChris Lu1-1/+1
2020-07-16resolve directories if containing home directoryChris Lu1-3/+4
2020-07-14go fmtChris Lu1-12/+12
2020-06-04disable pulse secondsChris Lu1-4/+4
2020-06-02inject git version into buildChris Lu1-2/+2
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang1-1/+2
2020-04-18master, volume default to detected hostChris Lu1-1/+1
2020-04-18filer master start up with default ip address instead of just localhostChris Lu1-0/+1
2020-04-13add logsChris Lu1-1/+2
2020-03-04refactoringChris Lu1-1/+2