Files
seaweedfs/weed/shell
石昌林 78b3728169 add s3 circuit breaker support for 'simultaneous request count' and '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-15 21:07:55 +08:00
..
2022-02-24 13:50:08 -08:00
2021-02-17 20:57:08 -08:00
2020-09-01 00:21:19 -07:00
2020-09-01 00:21:19 -07:00
2022-05-30 12:37:41 -07:00
2020-03-24 02:40:29 -07:00
2021-12-10 13:11:00 -08:00
2021-11-07 12:38:35 -08:00
2021-08-08 22:30:36 -07:00
2021-12-10 13:24:38 -08:00
2021-12-10 13:24:38 -08:00
2021-12-10 13:24:38 -08:00
2022-04-29 11:19:36 +08:00
2022-05-01 21:59:16 -07:00
2022-02-08 01:14:27 -08:00
2022-05-01 21:59:16 -07:00