aboutsummaryrefslogtreecommitdiff
path: root/weed/server/master_server.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-15/+15
2020-11-12fiil serverUrls sorted by data centerKonstantin Lebedev1-1/+1
2020-10-07master: check peers for existing leader before starting a leader electionChris Lu1-4/+1
2020-08-31go fmtChris Lu1-1/+1
2020-08-30fix hard coded host addressChris Lu1-2/+1
2020-07-14go fmtChris Lu1-6/+6
2020-06-04disable pulse secondsChris Lu1-2/+2
2020-05-25support multiple locksChris Lu1-2/+2
2020-05-25simplify func(w http.ResponseWriter, r *http.Request) to http.HandlerFuncbingoohuang1-1/+1
2020-04-23support semicolon seperated command linesChris Lu1-18/+23
2020-04-23master: add cluster wide lock/unlock operation in weed shellChris Lu1-0/+4
2020-04-23add master side code for cluster wise exclusive lockChris Lu1-1/+2
2020-04-18filer master start up with default ip address instead of just localhostChris Lu1-1/+2
2020-04-12shell: only one shell is allowed to connect to the clusterChris Lu1-0/+2
2020-04-08weed shell: simplify CLI option for filerChris Lu1-4/+5
2020-04-01Added treat_replication_as_minimums master toml optionJames Hartig1-1/+4
2020-03-01master able to list all master clients by typeChris Lu1-1/+1
2020-02-25avoid reusing context objectChris Lu1-2/+1
2020-02-21move volume server stats to grpcChris Lu1-4/+6
2020-01-29support env variables to overwrite toml fileChris Lu1-8/+8
2019-11-14refactoring scaffolding for master.tomlChris Lu1-11/+9
2019-11-12fix master maintenance logicLei Liu1-6/+14
2019-11-11ut passstlpmo1-5/+5
2019-11-11move from cmd-line to scaffoldstlpmo1-8/+14
2019-11-05delete the var etcdClient and commentsstlpmo1-1/+27
2019-10-29misc updatedLei Liu1-6/+6
2019-07-28master: followers can also lookup and redirectChris Lu1-4/+11
2019-06-23big refactoringChris Lu1-39/+31
2019-06-17volume servers get metrics address and interval from the masterChris Lu1-0/+6
2019-06-06customizable sleep intervalsChris Lu1-1/+3
2019-06-06jwt for read access controlChris Lu1-1/+5
2019-06-05every 17 minutes instead of secondsChris Lu1-2/+1
2019-06-05periodic scripts exeuction from leader masterChris Lu1-0/+67
2019-05-04master: add jwt expires_after_secondsChris Lu1-1/+3
2019-03-25weed master: redirect to leader for default admin UIChris Lu1-1/+1
2019-03-21weed filer, weed master: add option to disable httpChris Lu1-10/+8
2019-03-21weed master: skip proxied file read in http read only modeChris Lu1-1/+3
2019-03-15add context to all filer APIsChris Lu1-1/+1
2019-03-02master: add option to disable http operationsChris Lu1-8/+11
2019-02-18adding grpc mutual tlsChris Lu1-2/+5
2019-02-14add authorizing fileId write accessChris Lu1-0/+5
2019-02-09cleanup security.SecretChris Lu1-2/+1
2019-02-09log raft state changesChris Lu1-0/+3
2018-10-14move volume vacuum to gRpcChris Lu1-2/+2
2018-10-14use grpc to replace http APIs for batch volume id lookup and batch deleteChris Lu1-2/+0
2018-10-12fix master static resource display problemChris Lu1-0/+1
2018-07-28go fmtChris Lu1-1/+1
2018-07-27broadcast messages of new and deleted volumesChris Lu1-0/+6
2018-06-12simplifying the leader election by raftChris Lu1-0/+1
2018-05-07fix broken master health checkingChris Lu1-1/+2