aboutsummaryrefslogtreecommitdiff
path: root/weed/wdclient/masterclient.go
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-28refactor into MasterClientChris Lu1-0/+82