aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_remote_sync_dir.go
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-2/+2
2025-05-22added context to filer_client method calls (#6808)Aleksey Kosov1-1/+1
Co-authored-by: akosov <a.kosov@kryptonite.ru>
2024-07-12ensure metadata follow a specific folderchrislu1-1/+6
fix https://github.com/seaweedfs/seaweedfs/issues/5774
2024-06-17adjust error handlingchrislu1-1/+1
fix https://github.com/seaweedfs/seaweedfs/issues/5677
2024-01-18skip updating multipart .upload fileschrislu1-0/+3
2024-01-18go fmtchrislu1-1/+1
2024-01-18refactorchrislu1-2/+5
2024-01-12Fix filer sync set offset (#5197)Konstantin Lebedev1-6/+6
* fix: compose 2mount with sync * fix: DATA RACE https://github.com/seaweedfs/seaweedfs/issues/5194 https://github.com/seaweedfs/seaweedfs/issues/5195
2023-12-22go fmtchrislu1-1/+1
2023-12-13fix wrong parameterchrislu1-4/+4
fix https://github.com/seaweedfs/seaweedfs/pull/5102
2023-03-21refactoringchrislu1-2/+15
2022-10-01fix delete key panic of remote sync dir (#3770)Konstantin Lebedev1-4/+9
2022-09-11refactorchrislu1-3/+9
2022-09-10simplify a bitchrislu1-4/+3
2022-09-10[sync] override amz storage class, None to delete (#3639)Konstantin Lebedev1-0/+6
* override amz storage class, None to delete https://github.com/seaweedfs/seaweedfs/issues/3636 * use empty string to delete * without nil check
2022-09-09skip directories under ".uploads" directorychrislu1-1/+7
related to https://github.com/seaweedfs/seaweedfs/issues/3636 skipping all directories under ".uploads" directory.
2022-08-22filer.remote.sync: parallelize uploading to remove object storagechrislu1-4/+15
2022-08-17move proto packagechrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2022-07-23metadata subscription uses client epochchrislu1-1/+2
2022-06-02fix filer.sync missing source srv uploaded files to target when target downcreeew1-1/+1
2022-05-30subscribe metadata between a rangechrislu1-1/+1
2022-02-25refactoringchrislu1-3/+3
2021-12-30add client id for all metadata listening clientschrislu1-1/+1
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-11-28adjust error logChris Lu1-1/+3
2021-11-27add logs for writing to remote fileChris Lu1-3/+5
2021-11-22add retries when writing to remote s3Chris Lu1-5/+16
fix https://github.com/chrislusf/seaweedfs/issues/2465
2021-09-15separate filer.remote.gateway command to avoid confusionChris Lu1-6/+7
2021-09-12change server address from string to a typeChris Lu1-4/+4
2021-09-04filer.remote.sync fix upload logicChris Lu1-1/+1
2021-09-04remember sync timeChris Lu1-0/+1
2021-09-04filer.remote.sync: split into buckets mode and single directory modeChris Lu1-0/+220