| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-11-30 | volume.list show volumes only from the specified dc/rack/dn (#4024) | Konstantin Lebedev | 1 | -0/+15 | |
| 2022-11-20 | ADHOC: fix fs.meta.save typo (#3993) | Eric Yang | 1 | -1/+1 | |
| Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-11-15 | refactor filer_pb.Entry and filer.Entry to use GetChunks() | chrislu | 5 | -6/+6 | |
| for later locking on reading chunks | |||||
| 2022-10-31 | [volume.fsck] collect ids without cut off time for finding missing data from ↵ | Konstantin Lebedev | 1 | -5/+5 | |
| volumes (#3934) collect all file ids from the file without cut off time for finding missing data from volumes | |||||
| 2022-10-31 | [volume.fsck] param volumeId is comma separated the volume id (#3933) | Konstantin Lebedev | 1 | -7/+19 | |
| volume.fsck param volumeId is comma separated the volume id Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2022-10-31 | [volume.fsck] check needles status from volume server (#3926) | Konstantin Lebedev | 2 | -23/+38 | |
| check needles status from volume server | |||||
| 2022-10-30 | [volume.chek.disk] sync of deletions the fix (#3923) | Konstantin Lebedev | 2 | -14/+46 | |
| * sync of deletions the fix * avoid return if only partiallyDeletedNeedles * refactor sync deletions | |||||
| 2022-10-28 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 2 | -6/+40 | |
| 2022-10-28 | refactor filer proto chunk variable from mtime to modified_ts_ns | chrislu | 1 | -1/+1 | |
| 2022-10-28 | [voluche.chek.disk] needles older than the cutoff time are not missing yet ↵ | Konstantin Lebedev | 2 | -6/+40 | |
| (#3922) needles older than the cutoff time are not missing yet https://github.com/seaweedfs/seaweedfs/issues/3919 | |||||
| 2022-10-25 | avoid fix missing of deleted needles (#3909) | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-10-24 | ADHOC: volume fsck using append at ns (#3906) | Eric Yang | 1 | -16/+4 | |
| * ADHOC: volume fsck using append at ns * nit * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-10-24 | keep system log data | chrislu | 1 | -7/+3 | |
| 2022-10-24 | adjust help message | chrislu | 1 | -1/+1 | |
| 2022-10-16 | shell: volume.tier.upload clean up replicated copies | chrislu | 1 | -5/+18 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3804 | |||||
| 2022-10-15 | [volume.fsck] hotfix apply purging and add option verifyNeedle #3860 (#3861) | Konstantin Lebedev | 2 | -9/+36 | |
| * fix apply purging and add verifyNeedle * common readSourceNeedleBlob * use consts | |||||
| 2022-10-13 | Volume fsck by volume (#3851) | Konstantin Lebedev | 1 | -279/+241 | |
| * refactor * refactor args verbose and writer * refactor readFilerFileIdFile * fix filter by collectMtime * skip system log collection | |||||
| 2022-10-13 | remove unused ReadNeedleBlobRequest.needle_id | chrislu | 1 | -1/+0 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3853 | |||||
| 2022-10-09 | tests add parsing ec shard info | chrislu | 2 | -0/+107635 | |
| 2022-10-09 | include ec shard for capacityByFreeVolumeCount | chrislu | 1 | -1/+5 | |
| 2022-10-09 | move volume: find target volume server by exiting/max ratio | chrislu | 1 | -2/+7 | |
| 2022-10-09 | refactor | chrislu | 1 | -2/+4 | |
| 2022-10-09 | parsing ec volumes | chrislu | 1 | -0/+24 | |
| 2022-10-09 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -1/+5 | |
| 2022-10-09 | refactor to change capacity data type | chrislu | 2 | -13/+9 | |
| 2022-10-06 | show raft leader via shell (#3796) | Konstantin Lebedev | 1 | -1/+5 | |
| 2022-09-29 | ADHOC: filter deleted files from idx file binary search (#3763) | Eric Yang | 1 | -3/+15 | |
| * ADHOC: filter deleted files from idx file binary search * remove unwanted check Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-09-27 | fs.meta.load load any dirs with prefix "important" (#3747) | Konstantin Lebedev | 1 | -1/+15 | |
| * fs.meta.load load any dirs with prefix "important" * replace dirPattern to dirPrefix * help dirPrefix | |||||
| 2022-09-27 | skip truncation on error | chrislu | 1 | -2/+3 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3746 | |||||
| 2022-09-16 | refactor(shell): readability improvements (#3704) | Ryan Russell | 5 | -5/+5 | |
| Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-09-14 | go fmt | chrislu | 4 | -91/+111 | |
| 2022-09-14 | refactor(command_ec_rebuild): `rebultErr` -> `rebuildErr` (#3679) | Ryan Russell | 1 | -3/+3 | |
| Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-09-14 | refactor(shell): `Decending` -> `Descending` (#3675) | Ryan Russell | 4 | -5/+5 | |
| Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-09-14 | refactor(command_ec_decode): `exisitngEcIndexBits` -> `existingEcInde… (#3674) | Ryan Russell | 1 | -4/+4 | |
| refactor(command_ec_decode): `exisitngEcIndexBits` -> `existingEcIndexBits` Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-09-14 | refactor(command_fs_rm): `entiries` -> `entries` (#3670) | Ryan Russell | 1 | -4/+4 | |
| Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-09-14 | refactor: `Directory` readability (#3665) | Ryan Russell | 1 | -2/+2 | |
| 2022-09-14 | refactor(socket mount): Update socket mount pattern to `/tmp/seaweedf… (#3662) | Ryan Russell | 1 | -1/+1 | |
| 2022-09-10 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -15/+40 | |
| 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 | |||||
