aboutsummaryrefslogtreecommitdiff
path: root/weed/wdclient
AgeCommit message (Expand)AuthorFilesLines
2021-07-05another fix related to 64 bit alignmentChris Lu1-1/+1
2021-05-21simplify a bitChris Lu1-3/+1
2021-05-21waits in case master lost connectionChris Lu1-0/+3
2021-04-22shell: show which server holds the lockChris Lu1-2/+4
2021-03-14go fmtChris Lu3-3/+3
2021-03-06adds tcp writes benchmarkChris Lu1-0/+97
2021-03-06migrated multi host connection pool from godropbox packageChris Lu12-0/+1538
2021-01-06add "weed filer.cat" to read files directly from volume serversChris Lu1-0/+10
2020-11-12gen pbKonstantin Lebedev1-0/+1
2020-11-12fiil serverUrls sorted by data centerKonstantin Lebedev3-9/+13
2020-11-11initialKonstantin Lebedev2-4/+6
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-07read from alternative replicaChris Lu1-35/+16
2020-10-07master: check peers for existing leader before starting a leader electionChris Lu1-2/+28
2020-09-10avoid sharing context over separate goroutineChris Lu1-1/+4
2020-09-09properly cancel context for streaming grpcChris Lu2-4/+14
2020-06-20remove fixJpgOrientationChris Lu1-9/+9
2020-06-05go fmtChris Lu1-1/+1
2020-05-26refactoringChris Lu1-0/+111
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-09-14tweaking data typesChris Lu2-17/+19
2019-09-13fix: thread unsafedivinerapier2-5/+98
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-07-28master: followers can also lookup and redirectChris Lu1-5/+10
2019-06-28fix compilation errorChris Lu1-1/+1
2019-06-28protect locations sliceChris Lu1-6/+13
2019-04-21minorChris Lu1-0/+1
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-19avoid using global randChris Lu1-1/+4
2019-03-19weed filer: set grpc port to port + 10000Chris Lu1-1/+1
2019-03-19refactoringChris Lu2-31/+6
2019-03-17weed shell: list volumesChris Lu1-0/+8
2019-03-16add shell command to list all collectionsChris Lu2-3/+26
2019-03-15add context.ContextChris Lu1-4/+4