| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-10 | Revert "a new test case" | chrislu | 1 | -3303/+804 | |
| This reverts commit eb7cf3de813723984323fff8308ccda1ad31c2fa. | |||||
| 2022-09-10 | ADHOC: Volume fsck use a time cutoff param (#3626) | Eric Yang | 1 | -15/+40 | |
| * ADHOC: cut off volumn fsck * more * fix typo * add test * modify name * fix comment * fix comments * nit * fix typo * Update weed/shell/command_volume_fsck.go Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2022-09-10 | Add option in volume.fix.replication to only fix under-replication and not ↵ | Brian | 1 | -2/+4 | |
| delete volumes (#3640) | |||||
| 2022-09-09 | volume.balance: default to balance ALL_COLLECTIONS | chrislu | 1 | -1/+1 | |
| 2022-09-08 | a new test case | chrislu | 1 | -804/+3303 | |
| 2022-09-08 | volume.balance: avoid moving out volume with max=1 | chrislu | 1 | -1/+32 | |
| 2022-09-08 | unused | chrislu | 1 | -6/+0 | |
| 2022-09-08 | rename | chrislu | 2 | -1/+1 | |
| 2022-09-05 | do not print diskInfos with doVolumeCheckDisk in error log (#3598) | Konstantin Lebedev | 1 | -2/+2 | |
| 2022-09-04 | Added ability to change replication settings upon volume.tier.move (#3583) | Brian | 1 | -4/+31 | |
| 2022-08-30 | print process before do the work | chrislu | 1 | -7/+7 | |
| 2022-08-23 | remove old raft servers if they don't answer to pings for too long (#3398) | askeipx | 2 | -4/+6 | |
| * 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-23 | fix test | chrislu | 1 | -1/+4 | |
| 2022-08-23 | format | chrislu | 1 | -1/+1 | |
| 2022-08-22 | fix: TestCommandEcBalanceSmall Unit test fails when CommandEnv is nil (#3497) | famosss | 1 | -1/+1 | |
| 2022-08-22 | shell: stop long running jobs if lock is lost | chrislu | 7 | -0/+29 | |
| 2022-08-22 | refactoring | chrislu | 1 | -1/+5 | |
| 2022-08-21 | feat(weed.move): add a speed limit parameter of moving files (#3478) | qzh | 4 | -12/+15 | |
| * feat(weed.move): add a speed limit parameter of moving files * fix(weed.move): set the default value of ioBytePerSecond to vs.compactionBytePerSecond Co-authored-by: zhihao.qu <zhihao.qu@ly.com> | |||||
| 2022-08-18 | fix tests | chrislu | 1 | -1/+2 | |
| 2022-08-17 | also migrate jsonpb | chrislu | 3 | -39/+4 | |
| 2022-08-17 | move proto package | chrislu | 6 | -9/+9 | |
| 2022-08-07 | shell: fs.meta.load add quieter mode | chrislu | 1 | -1/+16 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3414 | |||||
| 2022-08-07 | refactor and fix strings.Split | chrislu | 1 | -1/+2 | |
| 2022-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 1 | -0/+4 | |
| * initial prefer same data center https://github.com/seaweedfs/seaweedfs/issues/3404 * GetDataCenter * prefer same data center for ReplicationSource * GetDataCenterId * remove glog | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 67 | -229/+229 | |
| 2022-07-28 | add an empty placeholder for mq.topic.list | chrislu | 1 | -0/+28 | |
| 2022-07-28 | allocate brokers to serve segments | chrislu | 1 | -0/+3 | |
| 2022-07-28 | display data center and rack in cluster.ps | chrislu | 1 | -0/+12 | |
| 2022-07-28 | add dc and rack | chrislu | 1 | -1/+1 | |
| 2022-07-28 | cluster.ps can list brokers | chrislu | 1 | -0/+26 | |
| 2022-07-21 | fix Change replication via volume.configure.replication by collection | chrislu | 1 | -26/+20 | |
| fix https://github.com/chrislusf/seaweedfs/issues/3346 | |||||
| 2022-07-19 | Merge pull request #3298 from kmlebedev/evacuateTargetServer | Chris Lu | 2 | -51/+85 | |
| volume server evacuate to target server | |||||
| 2022-07-20 | remove ticker | Konstantin Lebedev | 1 | -17/+9 | |
| update the topology before each file | |||||
| 2022-07-18 | ticker.Stop | Konstantin Lebedev | 1 | -0/+1 | |
| 2022-07-18 | sync update topologyInfo | Konstantin Lebedev | 1 | -26/+19 | |
| 2022-07-18 | update otherNodes | Konstantin Lebedev | 1 | -17/+23 | |
| 2022-07-18 | fix update topologyInfo | Konstantin Lebedev | 1 | -2/+2 | |
| 2022-07-15 | clouse background update | Konstantin Lebedev | 1 | -4/+15 | |
| 2022-07-13 | supplement check duplicate accesskey | guosj | 1 | -11/+4 | |
| 2022-07-13 | Make the prompt information clearer | 石昌林 | 1 | -1/+1 | |
| 2022-07-13 | Check whether there is a duplicate accessKey when modifying iam | 石昌林 | 1 | -0/+12 | |
| 2022-07-12 | fix TestVolumeServerEvacuate | Konstantin Lebedev | 1 | -4/+3 | |
| 2022-07-12 | update topologyInfo | Konstantin Lebedev | 1 | -11/+21 | |
| 2022-07-12 | help rack | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-07-12 | volume server evacuate from rack | Konstantin Lebedev | 1 | -47/+56 | |
| 2022-07-11 | volume server evacuate to target server | Konstantin Lebedev | 1 | -8/+21 | |
| 2022-07-04 | adjust used size reporting | chrislu | 1 | -1/+1 | |
| 2022-07-04 | adjust used size reporting | chrislu | 1 | -1/+1 | |
| 2022-07-04 | add getting bucket quota | guol-fnst | 1 | -1/+4 | |
| 2022-07-04 | fix usage | guol-fnst | 1 | -2/+3 | |
