aboutsummaryrefslogtreecommitdiff
path: root/weed/command/master.go
AgeCommit message (Collapse)AuthorFilesLines
2020-10-07master: check peers for existing leader before starting a leader electionChris Lu1-4/+22
fix https://github.com/chrislusf/seaweedfs/issues/1509
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
fix https://github.com/chrislusf/seaweedfs/issues/1354
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
there are a few other hard coded timing settings, which will cause disconnected volume servers.
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
2020-01-29support env variables to overwrite toml fileChris Lu1-6/+6
2019-11-28master load backend storage config from master.tomlChris Lu1-0/+3
2019-07-28master: followers can also lookup and redirectChris Lu1-5/+8
improve scalability
2019-07-28refactoringChris Lu1-38/+34
2019-06-23go fmtChris Lu1-1/+1
2019-06-23big refactoringChris Lu1-41/+67
2019-06-17volume servers get metrics address and interval from the masterChris Lu1-6/+9
2019-06-05periodic scripts exeuction from leader masterChris Lu1-6/+8
2019-05-03better error handling for nil raftServerChris Lu1-0/+3
addressing https://github.com/chrislusf/seaweedfs/issues/717
2019-04-08add large disk supportChris Lu1-1/+1
2019-03-21weed filer, weed master: add option to disable httpChris Lu1-2/+2
2019-03-06add back "/cluster/status"Chris Lu1-0/+1
fix https://github.com/chrislusf/seaweedfs/issues/870
2019-03-02master: add option to disable http operationsChris Lu1-0/+2
2019-02-18raft change from http to grpcChris Lu1-17/+12
master grpc port is fixed to http port + 10000
2019-02-18adding grpc mutual tlsChris Lu1-1/+6
2019-02-09cleanup security.SecretChris Lu1-2/+1
2019-02-09wip: add security.toml fileChris Lu1-2/+5
2019-01-18go fmtChris Lu1-2/+2
2019-01-18master add separate grpc portChris Lu1-17/+22
due to https://github.com/soheilhy/cmux/issues/64 fix https://github.com/chrislusf/seaweedfs/issues/820 fix https://github.com/chrislusf/seaweedfs/issues/840 fix https://github.com/chrislusf/seaweedfs/issues/841
2018-10-14move volume vacuum to gRpcChris Lu1-1/+1
2018-08-12randomize raft server startupChris Lu1-1/+1
also some go fmt
2018-08-12ensure master server count is oddChris Lu1-6/+26
2018-07-03keep alive for gRpc callsChris Lu1-2/+1
2018-05-09mv pb to master_pbChris Lu1-2/+2
2017-07-16ensure 30GB or lessChris Lu1-0/+3
avoid https://github.com/chrislusf/seaweedfs/issues/535
2017-06-22add cpu and mem pprofChris Lu1-12/+3
2017-02-12remove weeds.confChris Lu1-2/+1
2017-01-10disable master connection timeoutChris Lu1-7/+7
temporarily disable master connection timeout due to heartbeat connection timeout
2017-01-10gRpc for master~volume heartbeatChris Lu1-3/+24
2017-01-08support Fallocate on linuxChris Lu1-1/+3
2016-07-05collect proof when stoppingChris Lu1-0/+3
2016-07-03add master profiling optionChris Lu1-0/+10
2016-06-02directory structure change to work with glideChris Lu1-0/+91
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.