aboutsummaryrefslogtreecommitdiff
path: root/weed/wdclient/masterclient.go
AgeCommit message (Expand)AuthorFilesLines
2021-12-26use streaming mode for long poll grpc callschrislu1-4/+4
2021-11-06auto updated filer peer listChris Lu1-4/+9
2021-11-06send peers info to filersChris Lu1-0/+9
2021-11-05refactor grpc APIChris Lu1-21/+24
2021-11-05Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocati...Chris Lu1-3/+3
2021-11-03master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()Chris Lu1-3/+3
2021-11-02adjust master client log levelChris Lu1-1/+1
2021-11-02shell: optionally read filer address from masterChris Lu1-1/+5
2021-09-12change server address from string to a typeChris Lu1-13/+12
2021-05-21simplify a bitChris Lu1-3/+1
2021-05-21waits in case master lost connectionChris Lu1-0/+3
2020-11-12fiil serverUrls sorted by data centerKonstantin Lebedev1-3/+3
2020-11-11initialKonstantin Lebedev1-2/+3
2020-11-01move to util.RetryWaitTimeChris Lu1-1/+1
2020-11-01break import cycleChris Lu1-2/+1
2020-11-01add retry to master clients alsoChris Lu1-5/+9
2020-10-16refactorChris Lu1-1/+1
2020-10-07master: check peers for existing leader before starting a leader electionChris Lu1-2/+28
2020-09-09properly cancel context for streaming grpcChris Lu1-1/+4
2020-06-20remove fixJpgOrientationChris Lu1-9/+9
2020-04-22avoid repeated grpc connection creationChris Lu1-0/+3
2020-04-18filer master start up with default ip address instead of just localhostChris Lu1-1/+3
2020-04-12refactoringChris Lu1-13/+13
2020-03-04refactoringChris Lu1-18/+3
2020-03-01master able to list all master clients by typeChris Lu1-3/+6
2020-02-25avoid reusing context objectChris Lu1-10/+8
2020-01-26use the same context object in order to retryChris Lu1-2/+2
2019-12-11adjust logsChris Lu1-1/+1
2019-10-09follow the redirected masterChris Lu1-4/+2
2019-08-15wdclient: clear client cache when failed to connect to master leaderxushuxun1-0/+1
2019-07-31master: redirect clients to the new leaderChris Lu1-35/+53
2019-04-21adjust log or errorChris Lu1-2/+2
2019-04-20shell: add command volume.moveChris Lu1-5/+7
2019-04-16better error messageChris Lu1-1/+1
2019-04-05use cached grpc clientChris Lu1-8/+4
2019-03-19refactoring function parameterChris Lu1-2/+2
2019-03-19weed filer: set grpc port to port + 10000Chris Lu1-1/+1
2019-03-19refactoringChris Lu1-0/+6
2019-03-16add shell command to list all collectionsChris Lu1-3/+3
2019-03-15add context.ContextChris Lu1-4/+4
2019-03-15add context.ContextChris Lu1-3/+3
2019-02-18adding grpc mutual tlsChris Lu1-13/+16
2019-01-22Fix block-waiting for leader when there are no volumeschenwanli1-6/+5
2019-01-18master add separate grpc portChris Lu1-3/+13
2018-08-24instant notification of new volumes added or deletedChris Lu1-1/+0
2018-07-31add listener for volumd id location for benchmark toolChris Lu1-3/+15
2018-07-28go fmtChris Lu1-2/+2
2018-07-28fix init errorChris Lu1-1/+2
2018-07-28fix compilation errorChris Lu1-2/+2
2018-07-28MasterClient replicates all vid locationsChris Lu1-0/+12