aboutsummaryrefslogtreecommitdiff
path: root/weed/wdclient/vid_map_test.go
AgeCommit message (Collapse)AuthorFilesLines
2023-08-24Implement SRV lookups for filer (#4767)Nico D'Cotta1-2/+3
2022-09-05fix bug due to data racing on VidMap (#3606)LHHDZ1-1/+40
2022-07-29fix testchrislu1-1/+1
2022-07-22fix `vid_map_test` testsLHHDZ1-10/+16
2022-07-22Solve the problem that `LookupFileId` lookup urls is empty due to leader ↵LHHDZ1-0/+67
switching The vidMap structure is modified to a linked list structure (the length is limited to 5). When the vidMap is reset, the current vidMap is added to the new vidMap as a cache node. When the query locations is empty, the cache node is searched to avoid problems when the master switches leaders.
2020-11-12fiil serverUrls sorted by data centerKonstantin Lebedev1-1/+1
2019-09-14tweaking data typesChris Lu1-9/+8
2019-09-13fix: thread unsafedivinerapier1-0/+77
Signed-off-by: divinerapier <poriter.coco@gmail.com>