aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_sync_jobs.go
AgeCommit message (Collapse)AuthorFilesLines
2024-01-12Fix filer sync set offset (#5197)Konstantin Lebedev1-3/+5
* fix: compose 2mount with sync * fix: DATA RACE https://github.com/seaweedfs/seaweedfs/issues/5194 https://github.com/seaweedfs/seaweedfs/issues/5195
2022-09-10[sync] override amz storage class, None to delete (#3639)Konstantin Lebedev1-1/+1
* override amz storage class, None to delete https://github.com/seaweedfs/seaweedfs/issues/3636 * use empty string to delete * without nil check
2022-08-22metadata processing use retry instead of retryForEverchrislu1-4/+3
2022-08-22refactorchrislu1-4/+3
2022-08-07filer.sync: parallelize the filer.syncchrislu1-0/+148