aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/lookup.go
AgeCommit message (Expand)AuthorFilesLines
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov1-1/+1
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-6/+8
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-09-14go fmtChris Lu1-1/+1
2021-09-12change server address from string to a typeChris Lu1-0/+8
2021-08-12use grpc and jwtChris Lu1-51/+19
2021-08-12move some volume lookup operations to grpcChris Lu1-6/+11
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-7/+8
2020-02-25avoid reusing context objectChris Lu1-2/+2
2020-01-26use the same context object in order to retryChris Lu1-2/+2
2019-05-27caching ec shard locationsChris Lu1-1/+1
2019-02-20avoid grpc 5 seconds timeoutChris Lu1-3/+1
2019-02-18adding grpc mutual tlsChris Lu1-2/+3
2019-01-10Set timeout for master and volume non-streaming rpcchenwanli1-1/+4
2018-10-14go fmtChris Lu1-2/+2
2018-10-14use grpc to replace http APIs for batch volume id lookup and batch deleteChris Lu1-15/+34
2016-06-02directory structure change to work with glideChris Lu1-0/+118