mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
78b3728169
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 |
||
---|---|---|
.. | ||
filer_pb | ||
iam_pb | ||
master_pb | ||
messaging_pb | ||
mount_pb | ||
remote_pb | ||
s3_pb | ||
volume_server_pb | ||
filer.proto | ||
filer_pb_tail.go | ||
grpc_client_server.go | ||
iam.proto | ||
Makefile | ||
master.proto | ||
messaging.proto | ||
mount.proto | ||
proto_read_write_test.go | ||
remote.proto | ||
s3.proto | ||
server_address.go | ||
shared_values.go | ||
volume_server.proto |