| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-05-16 | fix collectionIsMismatch charset | Konstantin Lebedev | 1 | -3/+3 | |
| 2022-05-16 | fix skip loop | Konstantin Lebedev | 1 | -1/+5 | |
| 2022-05-16 | avoid delete volume replica if collection mismatch | Konstantin Lebedev | 1 | -0/+7 | |
| 2022-04-18 | enhancement: replace sort.Slice with slices.SortFunc to reduce reflection | justin | 1 | -6/+4 | |
| 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-12-05 | volume.fix.replication: fix misplaced volumes | chrislu | 1 | -4/+56 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2416 | |||||
| 2021-10-24 | volume copy: stream out copying progress and avoid grpc request timeout | Chris Lu | 1 | -1/+15 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2386 | |||||
| 2021-10-01 | refactor | Chris Lu | 1 | -5/+5 | |
| 2021-10-01 | check that the topology has been updated | Konstantin Lebedev | 1 | -3/+42 | |
| 2021-10-01 | rename opt volumesPerStep | Konstantin Lebedev | 1 | -5/+5 | |
| 2021-09-30 | https://github.com/chrislusf/seaweedfs/issues/1846 | Konstantin Lebedev | 1 | -33/+47 | |
| 2021-09-13 | shell: do not need to lock to see volume -h | Chris Lu | 1 | -4/+4 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -3/+4 | |
| 2021-08-29 | fix comments | Chris Lu | 1 | -1/+1 | |
| 2021-08-10 | dedup keeps the largest replica | Chris Lu | 1 | -4/+4 | |
| 2021-08-08 | shell: volume.tier.move avoid moving all volumes to one destination | Chris Lu | 1 | -0/+2 | |
| 2021-08-03 | shell: volume.fix.replication retries even when there is no error #2235 | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2235 | |||||
| 2021-07-21 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-07-16 | add `-retry` option for `volume.fix.replication` | Chris Lu | 1 | -7/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2191 | |||||
| 2021-07-16 | refactor | Chris Lu | 1 | -43/+51 | |
| 2021-02-22 | shell: add volume.tier.move | Chris Lu | 1 | -4/+4 | |
| 2021-02-22 | refactoring | Chris Lu | 1 | -8/+5 | |
| 2021-02-16 | avoid possible nil disk info | Chris Lu | 1 | -2/+5 | |
| 2021-02-16 | this can compile now!!! | Chris Lu | 1 | -12/+14 | |
| 2021-01-27 | update help message | Chris Lu | 1 | -2/+2 | |
| see https://github.com/chrislusf/seaweedfs/issues/1758#issuecomment-768123224 | |||||
| 2021-01-27 | avoid error message | Chris Lu | 1 | -1/+3 | |
| 2021-01-26 | shell: volume.fix.replication adds collectionPattern with wildcard characters | Chris Lu | 1 | -2/+28 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1758 | |||||
| 2020-11-10 | delete old volume replica | Chris Lu | 1 | -12/+14 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1607 old is: * older compaction revision * older modified time * smaller volume size | |||||
| 2020-09-20 | shell: move volume operations to use flag parsing arguments | Chris Lu | 1 | -3/+7 | |
| 2020-09-11 | shell: volume balance follows replica placement | Chris Lu | 1 | -12/+17 | |
| 2020-09-09 | filer: cross cluster synchronization | Chris Lu | 1 | -4/+4 | |
| 2020-09-07 | return nil if no need to do anything | Chris Lu | 1 | -1/+1 | |
| 2020-09-07 | shell: volume.fix.replication also purge over replicated volumes | Chris Lu | 1 | -28/+86 | |
| 2020-09-07 | refactoring | Chris Lu | 1 | -36/+40 | |
| 2020-09-07 | refactor | Chris Lu | 1 | -2/+8 | |
| 2020-09-06 | typo | Chris Lu | 1 | -1/+1 | |
| 2020-09-06 | printout over replicated locations | Chris Lu | 1 | -0/+2 | |
| 2020-08-27 | fix help message | Chris Lu | 1 | -1/+1 | |
| 2020-06-18 | erasure coding: fix cases where there are no .ecj files | Chris Lu | 1 | -1/+4 | |
| 2020-05-17 | logs | Chris Lu | 1 | -1/+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-04-05 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-04-02 | volume.fix.replication: add test cases for complicated moving | Chris Lu | 1 | -18/+118 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1253 | |||||
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -5/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 1 | -1/+1 | |
| 2019-12-23 | shell: add ec.decode command | Chris Lu | 1 | -7/+8 | |
| 2019-06-22 | fix compilation error | Chris Lu | 1 | -1/+1 | |
| 2019-06-22 | refactoring | Chris Lu | 1 | -12/+8 | |
