aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_ec_decode.go
AgeCommit message (Expand)AuthorFilesLines
2024-12-10Unify the re-balancing logic for `ec.encode` with `ec.balance`. (#6339)Lisandro Pin1-20/+0
2024-11-19Unify usage of shell.EcNode.dc as DataCenterId. (#6258)Lisandro Pin1-4/+5
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2023-11-10ec.decode: mount the collected ec shardsjsh1-0/+10
2023-10-05default to skip if less than 4 nodeschrislu1-18/+4
2022-09-14refactor(command_ec_decode): `exisitngEcIndexBits` -> `existingEcInde… (#3674)Ryan Russell1-4/+4
2022-08-22shell: stop long running jobs if lock is lostchrislu1-0/+5
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2022-05-31help message when in simulation modechrislu1-0/+1
2022-02-08volume.balance: add delay during tight loopchrislu1-2/+7
2021-12-26use streaming mode for long poll grpc callschrislu1-5/+5
2021-12-10add lock messageschrislu1-1/+1
2021-10-25rename variableChris Lu1-2/+2
2021-10-25fix compilationChris Lu1-2/+2
2021-10-25erasure coding: skip erasure coding if less than recommended 4 nodesChris Lu1-0/+13
2021-10-01refactorChris Lu1-3/+3
2021-10-01check that the topology has been updatedKonstantin Lebedev1-0/+12
2021-09-13shell: do not need to lock to see volume -hChris Lu1-5/+4
2021-09-12change server address from string to a typeChris Lu1-7/+8
2021-07-30remove dead codeChris Lu1-15/+0
2021-02-22refactoringChris Lu1-3/+3
2021-02-16avoid possible nil disk infoChris Lu1-12/+15
2021-02-16this can compile now!!!Chris Lu1-3/+7
2020-11-28minorChris Lu1-1/+1
2020-04-23master: add cluster wide lock/unlock operation in weed shellChris Lu1-0/+4
2020-02-25avoid reusing context objectChris Lu1-22/+21
2020-01-26use the same context object in order to retryChris Lu1-3/+3
2019-12-28ec: generate and copy .vif fileChris Lu1-0/+1
2019-12-25tier storage: support downloading the remote dat filesChris Lu1-2/+2
2019-12-24ed.decode prefers servers with most data shardsChris Lu1-2/+3
2019-12-23only copy required shardsChris Lu1-1/+1
2019-12-23shell: add ec.decode commandChris Lu1-0/+263