aboutsummaryrefslogtreecommitdiff
path: root/weed/server/master_server.go
AgeCommit message (Collapse)AuthorFilesLines
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.