石昌林
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-01 22:28:55 +05:00
2022-05-01 22:28:55 +05:00
2022-05-01 22:28:55 +05:00
2022-04-21 01:10:46 -07:00
2022-05-06 02:25:56 -07:00
2022-05-01 22:28:55 +05:00
2022-05-03 00:13:57 +05:00
2022-05-03 00:13:57 +05:00
2022-05-03 00:13:57 +05:00
2022-05-01 22:28:55 +05:00
2021-07-25 11:06:14 +09:00
2022-03-10 13:37:34 +08:00
2021-04-02 02:22:26 -07:00
2021-04-02 02:22:26 -07:00
2022-05-01 22:28:55 +05:00
2022-05-01 22:28:55 +05:00
2022-05-01 22:28:55 +05:00
2022-05-01 22:28:55 +05: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
2022-05-30 21:27:48 -07:00
2022-06-06 00:39:35 -07:00
2022-06-06 00:39:35 -07:00
2020-09-01 00:21:19 -07:00
2022-05-23 01:16:10 -07:00
2022-04-18 10:35:43 +08:00
2021-11-02 23:39:16 -07:00
2022-04-18 10:35:43 +08:00
2021-07-19 23:07:22 -07:00
2022-04-18 10:35:43 +08:00
2022-06-06 00:39:35 -07:00
2021-06-04 01:03:41 -07:00
2022-02-07 23:08:54 -08:00
2022-06-06 00:39:35 -07:00
2022-03-08 16:22:55 +08:00
2022-02-25 00:53:27 -08:00
2022-03-16 23:55:31 -07: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
2020-12-10 23:50:32 -08:00
2021-10-07 21:12:57 -07:00
2022-06-06 00:39:35 -07:00
2022-02-25 15:34:24 -08:00
2022-05-25 01:11:02 -07:00
2022-05-25 01:11:02 -07:00
2022-05-01 22:28:55 +05:00
2022-05-30 21:27:48 -07:00
2020-09-01 00:21:19 -07:00
2021-12-26 00:15:03 -08:00
2022-06-06 00:39:35 -07:00
2022-03-13 18:15:53 -07:00
2022-03-13 01:38:52 -08:00
2022-03-04 22:36:01 -08:00
2022-06-07 22:33:35 -07:00
2021-12-26 00:15:03 -08:00
2021-09-04 05:03:51 -07:00
2021-12-26 00:15:03 -08:00
2021-07-09 03:19:21 -07:00
2022-06-15 21:07:55 +08:00
2022-04-18 10:35:43 +08:00
2020-09-01 00:21:19 -07:00