| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-11 | refactor | chrislu | 2 | -5/+10 | |
| 2022-09-10 | simplify a bit | chrislu | 2 | -5/+4 | |
| 2022-09-10 | [sync] override amz storage class, None to delete (#3639) | Konstantin Lebedev | 3 | -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-09 | skip directories under ".uploads" directory | chrislu | 1 | -1/+7 | |
| related to https://github.com/seaweedfs/seaweedfs/issues/3636 skipping all directories under ".uploads" directory. | |||||
| 2022-09-08 | purge tcp implementation | chrislu | 2 | -27/+0 | |
| 2022-09-06 | avoid SIGSEGV on localFilerSocket (#3609) | Konstantin Lebedev | 1 | -2/+5 | |
| https://github.com/seaweedfs/seaweedfs/issues/3607 | |||||
| 2022-09-02 | new 'concurrency' parameter for filer.sync (#3579) | bernardx | 1 | -6/+16 | |
| Co-authored-by: XIAOYQ <xiaoyq@eudic.net> | |||||
| 2022-09-01 | avoid DATA RACE on S3Options.localFilerSocket (#3571) | Konstantin Lebedev | 2 | -7/+8 | |
| * avoid DATA RACE on S3Options.localFilerSocket https://github.com/seaweedfs/seaweedfs/issues/3552 * copy localSocket | |||||
| 2022-08-31 | add more logs | chrislu | 2 | -1/+5 | |
| 2022-08-31 | refactor | chrislu | 1 | -13/+2 | |
| 2022-08-30 | avoid data race access to startDelay (#3548) | Konstantin Lebedev | 1 | -9/+9 | |
| 2022-08-26 | make CodeQL happy | chrislu | 1 | -3/+3 | |
| 2022-08-25 | minor: adjust ordering | chrislu | 1 | -2/+1 | |
| 2022-08-25 | minor clean up | chrislu | 1 | -1/+5 | |
| 2022-08-24 | Add raft server access mutex to avoid races (#3503) | Patrick Schmidt | 1 | -4/+6 | |
| 2022-08-23 | remove old raft servers if they don't answer to pings for too long (#3398) | askeipx | 2 | -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-22 | metadata processing use retry instead of retryForEver | chrislu | 1 | -4/+3 | |
| 2022-08-22 | filer.remote.sync: parallelize uploading to remove object storage | chrislu | 1 | -4/+15 | |
| 2022-08-22 | refactor | chrislu | 1 | -4/+3 | |
| 2022-08-20 | refactoring | chrislu | 1 | -56/+20 | |
| 2022-08-20 | filer.copy: retryable file part upload | chrislu | 1 | -43/+26 | |
| 2022-08-20 | add fileId to UploadWithRetry return result | chrislu | 1 | -3/+1 | |
| 2022-08-20 | filer.copy: retryable upload | chrislu | 1 | -48/+46 | |
| 2022-08-20 | remove unused collection and replication from upload result | chrislu | 1 | -6/+5 | |
| 2022-08-20 | remove unused code | chrislu | 1 | -7/+0 | |
| 2022-08-17 | also migrate jsonpb | chrislu | 1 | -5/+2 | |
| 2022-08-17 | move proto package | chrislu | 3 | -3/+3 | |
| 2022-08-15 | fix(filer.sync): offset may be set to 0 (#3451) | qzh | 1 | -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-15 | fix(filer.sync): initializing the offset is related to the path (#3450) | qzh | 1 | -4/+4 | |
| Co-authored-by: zhihao.qu <zhihao.qu@ly.com> | |||||
| 2022-08-07 | refactor and fix strings.Split | chrislu | 5 | -16/+6 | |
| 2022-08-07 | filer.sync: parallelize the filer.sync | chrislu | 2 | -4/+157 | |
| 2022-08-07 | filer.sync: fix when excluded paths is empty | chrislu | 1 | -2/+2 | |
| 2022-08-05 | Add download speed limit support (#3408) | LHHDZ | 2 | -0/+4 | |
| 2022-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 6 | -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-30 | Merge pull request #3385 from Woellchen/feature/cluster-status-return-healthy | Chris Lu | 1 | -2/+5 | |
| Add healthy indicator for raft status | |||||
| 2022-07-30 | Add healthy indicator for raft status | Patrick Schmidt | 1 | -2/+5 | |
| 2022-07-30 | wip note | chrislu | 1 | -1/+1 | |
| 2022-07-29 | moving | chrislu | 1 | -1/+1 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 38 | -241/+241 | |
| 2022-07-28 | dynamically connect to a filer | chrislu | 2 | -31/+0 | |
| 2022-07-28 | clean up | chrislu | 2 | -12/+17 | |
| 2022-07-28 | add dc and rack | chrislu | 2 | -1/+3 | |
| 2022-07-28 | mq broker adds data center and rack | chrislu | 2 | -0/+6 | |
| 2022-07-28 | cluster.ps can list brokers | chrislu | 3 | -3/+10 | |
| 2022-07-28 | renaming | chrislu | 1 | -3/+3 | |
| 2022-07-28 | rename to SeaweedMQ | chrislu | 3 | -36/+36 | |
| 2022-07-27 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs | chrislu | 3 | -12/+60 | |
| 2022-07-27 | "github.com/chrislusf/raft" => "github.com/seaweedfs/raft" | chrislu | 1 | -1/+1 | |
| 2022-07-27 | exclude directories to sync on filer | Konstantin Lebedev | 3 | -12/+60 | |
| 2022-07-23 | metadata subscription uses client epoch | chrislu | 8 | -13/+24 | |
