chrislu
|
64f3d6fb6e
|
metadata subscription uses client epoch
|
2 years ago |
石昌林
|
3dd60529c5
|
some code optimizations
|
3 years ago |
石昌林
|
37df209195
|
add some unit tests and some code optimizes
|
3 years ago |
石昌林
|
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
|
3 years ago |
creeew
|
02ae102731
|
fix filer.sync missing source srv uploaded files to target when target down
|
3 years ago |
chrislu
|
a2b101a737
|
subscribe metadata between a range
|
3 years ago |
chrislu
|
29198720f2
|
s3: add grpc server to accept configuration changes
|
3 years ago |
chrislu
|
5c87fcc6d2
|
add client id for all metadata listening clients
|
3 years ago |
Chris Lu
|
004e56c1a6
|
save updated lastTsNs
|
3 years ago |
Chris Lu
|
71a8c80f6f
|
s3: continuously listen to file updates
fix https://github.com/chrislusf/seaweedfs/issues/2342
|
3 years ago |
Konstantin Lebedev
|
f0afd35eec
|
Retry save and update IAM identity
https://github.com/chrislusf/seaweedfs/issues/2242
|
3 years ago |
Konstantin Lebedev
|
ec09966fd3
|
Retry save and update IAM identity
https://github.com/chrislusf/seaweedfs/issues/2242
|
3 years ago |
Chris Lu
|
6b743dbbf9
|
refactor client subscribe metadata
|
3 years ago |
Chris Lu
|
765b3ef1be
|
save /etc/iam/identity.json inside filer store
|
4 years ago |
Chris Lu
|
eed87791b7
|
s3: subscribe to s3.configure changes
|
4 years ago |