| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-29 | refactor | chrislu | 1 | -1/+1 | |
| 2024-09-28 | add IsResourceHeavy() to command interface | chrislu | 1 | -0/+4 | |
| 2024-09-24 | fix(volume): don't persist RO state in specific cases (#6058) | Max Denushev | 1 | -3/+4 | |
| * fix(volume): don't persist RO state in specific cases * fix(volume): writable always persist | |||||
| 2024-06-02 | Ignore remote volume when selecting volumes in operation ↵ | NyaMisty | 1 | -0/+4 | |
| (ec.encode/volume.tier.upload) (#5635) | |||||
| 2023-10-22 | log full percentage | chrislu | 1 | -1/+1 | |
| 2023-10-05 | default to skip if less than 4 nodes | chrislu | 1 | -0/+19 | |
| 2023-07-06 | clone volume locations in case they are changed | chrislu | 1 | -1/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/4642 | |||||
| 2023-06-12 | Delete volume is empty (#4561) | Konstantin Lebedev | 1 | -1/+1 | |
| * use onlyEmpty for deleteVolume https://github.com/seaweedfs/seaweedfs/issues/4559 * fix IsEmpty * fix test --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-02-09 | fix bug when vid not found | chrislu | 1 | -1/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/4193 | |||||
| 2022-08-22 | shell: stop long running jobs if lock is lost | chrislu | 1 | -0/+4 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -7/+7 | |
| 2022-04-05 | erasure coding: tracking encoded/decoded volumes | chrislu | 1 | -1/+1 | |
| If an EC shard is created but not spread to other servers, the masterclient would think this shard is not located here. | |||||
| 2022-02-08 | volume.balance: add delay during tight loop | chrislu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2637 | |||||
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -1/+1 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-12-10 | add lock messages | chrislu | 1 | -1/+1 | |
| 2021-11-04 | randomize a bit for ec shards distribution | Chris Lu | 1 | -1/+2 | |
| 2021-11-01 | adjust help message since both fullPercent and quietFor are needed. | Chris Lu | 1 | -1/+1 | |
| 2021-09-13 | shell: do not need to lock to see volume -h | Chris Lu | 1 | -4/+4 | |
| 2021-09-13 | erasure coding: add cleanup step if anything goes wrong | Chris Lu | 1 | -0/+14 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -6/+7 | |
| 2021-08-13 | shell: volume.tier.move makes up changes if volume move failed | Chris Lu | 1 | -23/+1 | |
| 2021-05-06 | optional parallel copy ec shards | Chris Lu | 1 | -20/+27 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2048 | |||||
| 2021-02-28 | adjust text | Chris Lu | 1 | -1/+1 | |
| 2021-02-22 | refactoring | Chris Lu | 1 | -7/+4 | |
| 2021-02-16 | this can compile now!!! | Chris Lu | 1 | -4/+6 | |
| 2020-11-28 | minor | Chris Lu | 1 | -2/+2 | |
| 2020-06-18 | erasure coding: fix cases where there are no .ecj files | Chris Lu | 1 | -0/+6 | |
| 2020-05-17 | logging | Chris Lu | 1 | -0/+1 | |
| 2020-04-23 | master: add cluster wide lock/unlock operation in weed shell | Chris Lu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1286 | |||||
| 2020-02-25 | remove ctx if possible | Chris Lu | 1 | -2/+2 | |
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -26/+23 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 1 | -2/+2 | |
| 2019-12-24 | ec encode distribute ec data and parity shards evenly | Chris Lu | 1 | -21/+21 | |
| 2019-12-22 | fmt | Chris Lu | 1 | -2/+3 | |
| 2019-11-24 | adjust error message | Chris Lu | 1 | -1/+1 | |
| 2019-07-28 | master: followers can also lookup and redirect | Chris Lu | 1 | -2/+2 | |
| improve scalability | |||||
| 2019-06-27 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2019-06-26 | mark volume readonly before ec encoding | Chris Lu | 1 | -0/+26 | |
| 2019-06-22 | refactoring | Chris Lu | 1 | -10/+6 | |
| 2019-06-10 | ec shard balancing | Chris Lu | 1 | -2/+2 | |
| 2019-06-05 | periodic scripts exeuction from leader master | Chris Lu | 1 | -7/+7 | |
| 2019-06-05 | ec.encode: add -fullPercent option | Chris Lu | 1 | -3/+9 | |
| 2019-06-03 | fix ec.encode not finding the local ec shards | Chris Lu | 1 | -1/+1 | |
| 2019-06-03 | fix multiple bugs | Chris Lu | 1 | -142/+19 | |
| 2019-06-01 | ec shard delete also check ec volumes, in addition to volumes | Chris Lu | 1 | -12/+12 | |
| 2019-05-31 | ec encode volumes quiet for a period of time | Chris Lu | 1 | -3/+8 | |
| 2019-05-31 | encode by collection | Chris Lu | 1 | -7/+59 | |
| 2019-05-30 | print out the ec balancing plan | Chris Lu | 1 | -39/+63 | |
| 2019-05-28 | working with reading remote intervals | Chris Lu | 1 | -4/+11 | |
| 2019-05-27 | add grpc ec shard read | Chris Lu | 1 | -3/+3 | |
