| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-07-01 | edge case checking when volume server does not have capacity to balance | chrislu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/3257 | |||||
| 2022-07-01 | fix tests | chrislu | 1 | -1/+2 | |
| 2022-06-30 | fix logic | Konstantin Lebedev | 1 | -10/+14 | |
| add option targetServer https://github.com/chrislusf/seaweedfs/issues/3255 | |||||
| 2022-06-29 | use const multipart uploads folder | Konstantin Lebedev | 1 | -1/+2 | |
| avoid error bucket NotEmpty if multipart uploads folder exist | |||||
| 2022-06-20 | remote storage: stop supporting hdfs as a remote storage | chrislu | 1 | -21/+0 | |
| 2022-06-20 | remove go.uber.org/atomic | 石昌林 | 2 | -33/+139 | |
| 2022-06-17 | some code optimizations | 石昌林 | 2 | -39/+164 | |
| 2022-06-17 | add some unit tests and some code optimizes | 石昌林 | 2 | -38/+115 | |
| 2022-06-15 | add s3 circuit breaker support for 'simultaneous request count' and ↵ | 石昌林 | 2 | -0/+342 | |
| 'simultaneous request bytes' limitations configure s3 circuit breaker by 'command_s3_circuitbreaker.go': usage eg: # Configure the number of simultaneous global (current s3api node) requests s3.circuit.breaker -global -type count -actions Write -values 1000 -apply # Configure the number of simultaneous requests for bucket x read and write s3.circuit.breaker -buckets -type count -actions Read,Write -values 1000 -apply # Configure the total bytes of simultaneous requests for bucket write s3.circuit.breaker -buckets -type bytes -actions Write -values 100MiB -apply # Disable circuit breaker config of bucket 'x' s3.circuit.breaker -buckets x -enable false -apply # Delete circuit breaker config of bucket 'x' s3.circuit.breaker -buckets x -delete -apply | |||||
| 2022-06-12 | collect volume server status | chrislu | 1 | -1/+33 | |
| 2022-06-10 | fix: fix command prompt information | shichanglin5 | 1 | -1/+1 | |
| 2022-06-06 | filer: remove replication, collection, disk_type info from entry metadata | chrislu | 2 | -11/+3 | |
| these metadata can change and are not used | |||||
| 2022-06-03 | volume.fix.replication fix retry logic | chrislu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/3136 | |||||
| 2022-05-31 | help message when in simulation mode | chrislu | 13 | -2/+21 | |
| 2022-05-31 | fix error reporting for "Need to a hdd disk type" | chrislu | 1 | -1/+1 | |
| related to https://github.com/chrislusf/seaweedfs/issues/3128 | |||||
| 2022-05-30 | typo | chrislu | 1 | -1/+1 | |
| 2022-05-29 | shell: cluster.ps display filer group | chrislu | 1 | -4/+25 | |
| 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-05-15 | shell: volume.fsck add a note for -reallyDeleteFromVolume option | chrislu | 1 | -1/+1 | |
| 2022-05-01 | filer: add filer group | chrislu | 4 | -1/+5 | |
| 2022-04-29 | fix return value | guosj | 2 | -2/+2 | |
| 2022-04-26 | Merge pull request #2967 from kmlebedev/vl_chk_disk_vlid | Chris Lu | 1 | -0/+4 | |
| volume.check.disk add param volumeId | |||||
| 2022-04-25 | forcePurging desc | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-04-25 | change forcePurging to a pointer | Konstantin Lebedev | 1 | -3/+3 | |
| 2022-04-25 | delete missing data from volumes in one replica | Konstantin Lebedev | 1 | -3/+5 | |
| 2022-04-25 | volume.check.disk add param volumeId | Konstantin Lebedev | 1 | -0/+4 | |
| 2022-04-19 | Merge pull request #2858 from kmlebedev/fsck_replicas | Chris Lu | 1 | -87/+150 | |
| fsck replicas | |||||
| 2022-04-19 | volume.list show only readonly, collectionPattern and volumeId | Konstantin Lebedev | 1 | -10/+42 | |
| 2022-04-18 | add help | Konstantin Lebedev | 1 | -2/+2 | |
| 2022-04-18 | shell vacuum volume by collection and volume id | Konstantin Lebedev | 1 | -0/+4 | |
| 2022-04-18 | Merge branch 'master' into slices.SortFunc | leyou240 | 5 | -35/+226 | |
| 2022-04-18 | enhancement: replace sort.Slice with slices.SortFunc to reduce reflection | justin | 9 | -65/+52 | |
| 2022-04-16 | shell: cluster.check prints out clock delta and network latency | chrislu | 1 | -30/+42 | |
| 2022-04-12 | fix nil in cluster_check shell command | chrislu | 1 | -1/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2905 | |||||
| 2022-04-12 | cleanupUploads use jwt token | Konstantin Lebedev | 1 | -3/+11 | |
| 2022-04-11 | avoid breaking loop in cleanupUploads if error is empty | Konstantin Lebedev | 1 | -2/+4 | |
| 2022-04-11 | use "cluster.raft.{ps,add,remove}" | Konstantin Lebedev | 3 | -6/+6 | |
| 2022-04-07 | Merge branch 'new_master' into hashicorp_raft | Konstantin Lebedev | 1 | -1/+1 | |
| # Conflicts: # weed/pb/master_pb/master.pb.go | |||||
| 2022-04-07 | fix removing old raft server | Konstantin Lebedev | 1 | -1/+2 | |
| 2022-04-06 | add raft shell cmds | Konstantin Lebedev | 3 | -0/+165 | |
| 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-04-04 | check missing hdd disk type | chrislu | 1 | -0/+13 | |
| 2022-04-02 | configure mount quota | chrislu | 1 | -0/+64 | |
| 2022-04-01 | skip pinging self for master and volume server | chrislu | 1 | -4/+7 | |
| 2022-04-01 | add check between peers | chrislu | 1 | -0/+60 | |
| 2022-04-01 | check cluster connectivities | chrislu | 1 | -0/+157 | |
| 2022-04-01 | findExtraChunksInVolumeServers in consideration of replication | Konstantin Lebedev | 1 | -16/+52 | |
| 2022-04-01 | fix collect filer files | Konstantin Lebedev | 1 | -3/+4 | |
