aboutsummaryrefslogtreecommitdiff
path: root/weed/server/master_server.go
AgeCommit message (Collapse)AuthorFilesLines
2019-11-14refactoring scaffolding for master.tomlChris Lu1-11/+9
2019-11-12fix master maintenance logicLei Liu1-6/+14
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
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
refactor the code add sequencer cmd-line delete nerver used codes
2019-10-29misc updatedLei Liu1-6/+6
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-07-28master: followers can also lookup and redirectChris Lu1-4/+11
improve scalability
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
TODO: make this configurable
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
fix https://github.com/chrislusf/seaweedfs/issues/898
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
need to secure upload/update/delete for benchmark/filer/mount need to add secure grpc
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
1. remove batch volume id lookup http API /vol/lookup 2. remove batch delete http API /delete
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
fixing https://github.com/chrislusf/seaweedfs/issues/629
2018-05-07fix broken master health checkingChris Lu1-1/+2
2017-08-29preallocate disk space during compaction also, add cleanup for failed compactionChris Lu1-1/+1
2017-02-12remove weeds.confChris Lu1-6/+1
2017-01-10gRpc for master~volume heartbeatChris Lu1-1/+0
2017-01-08support Fallocate on linuxChris Lu1-0/+8
2016-06-02directory structure change to work with glideChris Lu1-0/+131
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.