aboutsummaryrefslogtreecommitdiff
path: root/weed/server/master_server_handlers.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-22WIPorigin/changing-to-zapchrislu1-2/+2
2024-09-07better logging for volume growthchrislu1-0/+1
2024-07-30[master] do sync grow request only if absolutely necessary (#5821)Konstantin Lebedev1-5/+3
2024-07-26Revert "Check `ShouldGrowVolumes` before returning error in assign. (#5819)"chrislu1-1/+1
2024-07-26fix delete chunk failed if volumeSever specified grpc.port (#5820)wyang1-3/+10
2024-07-26same change as #5819chrislu1-1/+1
2024-07-16[master] Do Automatic Volume Grow in background (#5781)Konstantin Lebedev1-2/+2
2024-07-12fix: avoid timeout if datacenter does not exist in topology (#5772)Konstantin Lebedev1-0/+7
2024-04-18renamechrislu1-1/+1
2024-03-28fix panic 5435 (#5436)Konstantin Lebedev1-1/+3
2024-01-23same logic as grpc assignchrislu1-7/+0
2024-01-18http assign logic should be the same as grpc assignchrislu1-21/+40
2023-12-27create volume grow request if the selected volume is close to fullchrislu1-2/+5
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-2/+6
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2021-12-29rename security.GenJwt to security.GenJwtForVolumeServerSebastian Kurfuerst1-2/+2
2021-10-05reduce concurrent volume grow requestsChris Lu1-1/+2
2021-10-05refactorChris Lu1-1/+3
2021-09-05refactorChris Lu1-1/+2
2021-08-12use grpc and jwtChris Lu1-2/+2
2021-08-10add logs for volume creationChris Lu1-0/+2
2021-07-01go fmtChris Lu1-1/+1
2021-05-06ahead of time volume assignmentqieqieplus1-9/+11
2021-02-18add descriptive error if no free volumesChris Lu1-1/+1
2021-02-16skip JWT if fileId is emptyChris Lu1-0/+3
2020-12-13master allocate volumes if ssd type runs outChris Lu1-1/+1
2020-05-13prevent empty locations returnedChris Lu1-4/+4
2019-11-10add volume number param in assign operationzhangsong1-1/+6
2019-10-30fix leader master /dir/lookup apiLei Liu1-4/+10
2019-10-29misc updatedLei Liu1-1/+1
2019-09-29master api: return http 404 when volumeId not existLei Liu1-2/+2
2019-07-28master: followers can also lookup and redirectChris Lu1-18/+31
2019-06-06jwt for read access controlChris Lu1-4/+12
2019-05-04master: add jwt expires_after_secondsChris Lu1-1/+1
2019-04-18refactoringChris Lu1-2/+2
2019-02-18adding grpc mutual tlsChris Lu1-1/+1
2019-02-14add authorizing fileId write accessChris Lu1-4/+27
2018-10-14use grpc to replace http APIs for batch volume id lookup and batch deleteChris Lu1-9/+0
2017-06-03add volume id to error messageChris Lu1-2/+2
2016-06-02directory structure change to work with glideChris Lu1-0/+104