aboutsummaryrefslogtreecommitdiff
path: root/weed/server/master_server_handlers_admin.go
AgeCommit message (Collapse)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-2/+2
losing filename and line number. Critical for debugging.
2020-09-09master: changing 301 to 308 on redirect to volume serversChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1454
2020-06-02inject git version into buildChris Lu1-2/+2
2020-03-09volume: fix memory leak during compactionChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1222
2020-02-25avoid reusing context objectChris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/1182
2020-01-26use the same context object in order to retryChris Lu1-2/+2
2019-12-23shell: add ec.decode commandChris Lu1-2/+2
2019-10-31return error when garbageThreshold is not a valid float numberLei Liu1-0/+1
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-10-31fix dir/lookup and col/delete apiLei Liu1-3/+7
1, Fix Layouts first letter capitalized 2, Return http 204 when delete a collection Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-10-29misc updatedLei Liu1-5/+5
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-10-24refactoringChris Lu1-1/+1
2019-10-22refactor memory map related codeChris Lu1-1/+2
2019-10-21adjust parameter namesChris Lu1-2/+2
2019-10-21fix unreachable codeChris Lu1-9/+8
2019-09-12Change joeslay paths to chrislusf pathsj.laycock1-7/+7
2019-09-04Changed the InMemory bool to a uint32 so that it can be used to alter how ↵Tom Maxwell1-7/+13
much space to reserve
2019-09-02Swap imports to use joeslayj.laycock1-7/+7
2019-07-28master: followers can also lookup and redirectChris Lu1-10/+6
improve scalability
2019-06-23big refactoringChris Lu1-5/+5
2019-04-18refactoringChris Lu1-5/+7
2019-04-04weed master: atomic volume countingChris Lu1-2/+2
possible fix for https://github.com/chrislusf/seaweedfs/issues/913
2019-02-20avoid grpc 5 seconds timeoutChris Lu1-9/+4
some operations may take longer than 5 seconds. only keep the timeout for raft operations
2019-02-18adding grpc mutual tlsChris Lu1-5/+5
2019-01-10Set timeout for master and volume non-streaming rpcchenwanli1-1/+5
2018-10-15migrate assign volume to grpc API on volume serverChris Lu1-2/+1
2018-10-15migrate delete collection to grpc API on volume serverChris Lu1-1/+10
2018-10-14move volume vacuum to gRpcChris Lu1-3/+9
2018-10-14use grpc to replace http APIs for batch volume id lookup and batch deleteChris Lu1-8/+0
1. remove batch volume id lookup http API /vol/lookup 2. remove batch delete http API /delete
2017-08-29preallocate disk space during compaction also, add cleanup for failed compactionChris Lu1-1/+1
2017-01-10gRpc for master~volume heartbeatChris Lu1-36/+0
2017-01-08support Fallocate on linuxChris Lu1-0/+8
2016-06-02directory structure change to work with glideChris Lu1-0/+193
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.