aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Collapse)AuthorFilesLines
2022-09-11refactorchrislu2-5/+10
2022-09-10simplify a bitchrislu2-5/+4
2022-09-10[sync] override amz storage class, None to delete (#3639)Konstantin Lebedev3-1/+9
* 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-09-08purge tcp implementationchrislu2-27/+0
2022-09-06avoid SIGSEGV on localFilerSocket (#3609)Konstantin Lebedev1-2/+5
https://github.com/seaweedfs/seaweedfs/issues/3607
2022-09-02new 'concurrency' parameter for filer.sync (#3579)bernardx1-6/+16
Co-authored-by: XIAOYQ <xiaoyq@eudic.net>
2022-09-01avoid DATA RACE on S3Options.localFilerSocket (#3571)Konstantin Lebedev2-7/+8
* avoid DATA RACE on S3Options.localFilerSocket https://github.com/seaweedfs/seaweedfs/issues/3552 * copy localSocket
2022-08-31add more logschrislu2-1/+5
2022-08-31refactorchrislu1-13/+2
2022-08-30avoid data race access to startDelay (#3548)Konstantin Lebedev1-9/+9
2022-08-26make CodeQL happychrislu1-3/+3
2022-08-25minor: adjust orderingchrislu1-2/+1
2022-08-25minor clean upchrislu1-1/+5
2022-08-24Add raft server access mutex to avoid races (#3503)Patrick Schmidt1-4/+6
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx2-4/+5
* remove old raft servers if they don't answer to pings for too long add ping durations as options rename ping fields fix some todos get masters through masterclient raft remove server from leader use raft servers to ping them CheckMastersAlive for hashicorp raft only * prepare blocking ping * pass waitForReady as param * pass waitForReady through all functions * waitForReady works * refactor * remove unneeded params * rollback unneeded changes * fix
2022-08-22metadata processing use retry instead of retryForEverchrislu1-4/+3
2022-08-22filer.remote.sync: parallelize uploading to remove object storagechrislu1-4/+15
2022-08-22refactorchrislu1-4/+3
2022-08-20refactoringchrislu1-56/+20
2022-08-20filer.copy: retryable file part uploadchrislu1-43/+26
2022-08-20add fileId to UploadWithRetry return resultchrislu1-3/+1
2022-08-20filer.copy: retryable uploadchrislu1-48/+46
2022-08-20remove unused collection and replication from upload resultchrislu1-6/+5
2022-08-20remove unused codechrislu1-7/+0
2022-08-17also migrate jsonpbchrislu1-5/+2
2022-08-17move proto packagechrislu3-3/+3
2022-08-15fix(filer.sync): offset may be set to 0 (#3451)qzh1-0/+3
* fix(filer.sync): initializing the offset is related to the path * fix(filer.sync): the offset maybe to be set to 0. Co-authored-by: zhihao.qu <zhihao.qu@ly.com>
2022-08-15fix(filer.sync): initializing the offset is related to the path (#3450)qzh1-4/+4
Co-authored-by: zhihao.qu <zhihao.qu@ly.com>
2022-08-07refactor and fix strings.Splitchrislu5-16/+6
2022-08-07filer.sync: parallelize the filer.syncchrislu2-4/+157
2022-08-07filer.sync: fix when excluded paths is emptychrislu1-2/+2
2022-08-05Add download speed limit support (#3408)LHHDZ2-0/+4
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev6-0/+20
* initial prefer same data center https://github.com/seaweedfs/seaweedfs/issues/3404 * GetDataCenter * prefer same data center for ReplicationSource * GetDataCenterId * remove glog
2022-07-30Merge pull request #3385 from Woellchen/feature/cluster-status-return-healthyChris Lu1-2/+5
Add healthy indicator for raft status
2022-07-30Add healthy indicator for raft statusPatrick Schmidt1-2/+5
2022-07-30wip notechrislu1-1/+1
2022-07-29movingchrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu38-241/+241
2022-07-28dynamically connect to a filerchrislu2-31/+0
2022-07-28clean upchrislu2-12/+17
2022-07-28add dc and rackchrislu2-1/+3
2022-07-28mq broker adds data center and rackchrislu2-0/+6
2022-07-28cluster.ps can list brokerschrislu3-3/+10
2022-07-28renamingchrislu1-3/+3
2022-07-28rename to SeaweedMQchrislu3-36/+36
2022-07-27Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu3-12/+60
2022-07-27"github.com/chrislusf/raft" => "github.com/seaweedfs/raft"chrislu1-1/+1
2022-07-27exclude directories to sync on filerKonstantin Lebedev3-12/+60
2022-07-23metadata subscription uses client epochchrislu8-13/+24