Files
seaweedFS/weed/filer
石昌林 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-05-06 02:25:56 -07:00
2021-07-25 11:06:14 +09:00
2021-04-02 02:22:26 -07:00
2021-04-02 02:22:26 -07:00
2022-03-16 23:55:31 -07:00
2022-04-21 01:22:38 -07:00
2022-05-06 02:17:28 -07:00
2022-05-12 12:23:02 +05:00
2021-11-02 23:39:16 -07:00
2022-03-08 16:22:55 +08:00
2022-02-25 00:53:27 -08:00
2020-09-01 00:21:19 -07:00
2022-05-30 15:20:51 -07:00
2022-02-25 01:17:26 -08:00
2022-02-25 15:34:24 -08:00
2020-09-01 00:21:19 -07:00
2021-09-04 05:03:51 -07:00
2021-07-09 03:19:21 -07:00
2020-09-01 00:21:19 -07:00