Merge "Remove error_suppression_interval, error_suppression_limit options."

This commit is contained in:
Jenkins 2015-07-31 04:54:37 +00:00 committed by Gerrit Code Review
commit d1b7a016b6
2 changed files with 0 additions and 13 deletions

View File

@ -188,12 +188,6 @@ Number of replication workers to spawn. The default is 8.
Time in seconds to wait between replication passes. The default is 30. Time in seconds to wait between replication passes. The default is 30.
.IP \fBinterval\fR .IP \fBinterval\fR
Replaces run_pause with the more standard "interval", which means the replicator won't pause unless it takes less than the interval set. The default is 30. Replaces run_pause with the more standard "interval", which means the replicator won't pause unless it takes less than the interval set. The default is 30.
.IP \fBerror_suppression_interval\fR
How long without an error before a node's error count is reset. This will also be how long before a node is re-enabled after suppression is triggered.
The default is 60 seconds.
.IP \fBerror_suppression_limit\fR
How many errors can accumulate before a node is temporarily ignored. The default
is 10 seconds.
.IP \fBnode_timeout\fR .IP \fBnode_timeout\fR
Request timeout to external services. The default is 10 seconds. Request timeout to external services. The default is 10 seconds.
.IP \fBconn_timeout\fR .IP \fBconn_timeout\fR

View File

@ -100,13 +100,6 @@ use = egg:swift#recon
# run_pause is deprecated, use interval instead # run_pause is deprecated, use interval instead
# run_pause = 30 # run_pause = 30
# #
# How long without an error before a node's error count is reset. This will
# also be how long before a node is reenabled after suppression is triggered.
# error_suppression_interval = 60
#
# How many errors can accumulate before a node is temporarily ignored.
# error_suppression_limit = 10
#
# node_timeout = 10 # node_timeout = 10
# conn_timeout = 0.5 # conn_timeout = 0.5
# #