seaweedfs/weed/pb
石昌林 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
..
filer_pb Merge pull request #3130 from kmlebedev/fix_rm_parent_dir_via_nextcloud 2022-06-07 08:56:55 -07:00
iam_pb revert changes of pb file 2022-05-18 11:52:14 +08:00
master_pb collect cluster node start time 2022-05-30 16:23:52 -07:00
messaging_pb revert changes of pb file 2022-05-18 11:52:14 +08:00
mount_pb revert changes of pb file 2022-05-18 11:52:14 +08:00
remote_pb filer: add filer group 2022-05-01 21:59:16 -07:00
s3_pb add s3 circuit breaker support for 'simultaneous request count' and 'simultaneous request bytes' limitations 2022-06-15 21:07:55 +08:00
volume_server_pb collect volume server status 2022-06-12 11:56:23 -07:00
filer.proto filer: remove replication, collection, disk_type info from entry metadata 2022-06-06 00:39:35 -07:00
filer_pb_tail.go fix filer.sync missing source srv uploaded files to target when target down 2022-06-02 01:28:47 +08:00
grpc_client_server.go volume server adds ping function 2022-04-01 16:37:06 -07:00
iam.proto adjust protoc 2020-06-20 08:00:25 -07:00
Makefile s3: add grpc server to accept configuration changes 2022-05-15 00:43:37 -07:00
master.proto collect cluster node start time 2022-05-30 16:23:52 -07:00
messaging.proto adjust protoc 2020-06-20 08:00:25 -07:00
mount.proto mount: add grpc method to adjust quota 2022-04-02 15:14:37 -07:00
proto_read_write_test.go fix test 2022-05-01 09:02:01 -07:00
remote.proto remove any go mod changes 2022-03-21 23:04:00 -07:00
s3.proto add s3 circuit breaker support for 'simultaneous request count' and 'simultaneous request bytes' limitations 2022-06-15 21:07:55 +08:00
server_address.go use original server address string as map key 2022-04-01 17:34:42 -07:00
shared_values.go remove fixJpgOrientation 2020-06-20 12:50:40 -07:00
volume_server.proto collect volume server status 2022-06-12 11:56:23 -07:00