aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_grpc_server_remote.go
AgeCommit message (Collapse)AuthorFilesLines
2025-05-28Add context with request (#6824)Aleksey Kosov1-4/+4
2024-06-15optionally skip deleting file chunkschrislu1-1/+1
2024-06-15refactorchrislu1-1/+1
2023-03-02 fix chunk.ModifiedTsNs (#4264)zemul1-1/+2
* fix * fix mtime s > ns --------- Co-authored-by: zemul <zhouzemiao@ihuman.com>
2022-12-10add chunk etag when downloading from remote storagechrislu1-1/+5
fix https://github.com/seaweedfs/seaweedfs/issues/3987
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
for later locking on reading chunks
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu1-4/+4
2022-08-17move proto packagechrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed.
2021-12-22filer server: allow upload file to specific dataNodebanjiaojuhao1-1/+1
2021-11-29ensure uploaded chunks are deleted on errorChris Lu1-3/+5
2021-10-30rename API to avoid confusionChris Lu1-2/+2
2021-09-14go fmtChris Lu1-1/+1
2021-09-12change server address from string to a typeChris Lu1-1/+4
2021-09-08replicated remote.cacheChris Lu1-2/+1
2021-09-06remote.cache supports replicationChris Lu1-0/+10
2021-09-01go fmtChris Lu1-5/+5
2021-08-26cloud drive: parallelize remote storage downloadingChris Lu1-0/+5
2021-08-26refactor: separating out remote.protoChris Lu1-11/+10
2021-08-15fix go testChris Lu1-0/+4
2021-08-14rename, fix wrong logic.Chris Lu1-1/+1
2021-08-14adjust modification detection logicChris Lu1-1/+1
2021-08-14parallelize remote content fetchingChris Lu1-52/+60
2021-08-14add commentsChris Lu1-0/+1
2021-08-14Revert "use default or path-specific setting for cache replication level"Chris Lu1-1/+1
This reverts commit ba6923b22356f0f4ea1206655e9a91627a2f3b9e.
2021-08-14use default or path-specific setting for cache replication levelChris Lu1-1/+1
2021-08-09mount: cache on reading remote storageChris Lu1-1/+1
2021-08-09cache: set upper limit of chunk sizeChris Lu1-1/+2
2021-08-09fixChris Lu1-1/+1
2021-08-09shell: remote.cache remote.uncacheChris Lu1-0/+161