From 6a426f7fa08014f6d4b6b04f5e51c8870f77eeaf Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 11 Mar 2024 10:35:13 -0700 Subject: [PATCH] sharder: Add periodic_warnings_interval to example config Change-Id: Ie3c64646373580b70557f2720a13a5a0c5ef7097 --- etc/container-server.conf-sample | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/container-server.conf-sample b/etc/container-server.conf-sample index 25cf917efa..2ca45d6a59 100644 --- a/etc/container-server.conf-sample +++ b/etc/container-server.conf-sample @@ -513,6 +513,12 @@ use = egg:swift#xprofile # The default is 48 hours (48 x 60 x 60) # container_sharding_timeout = 172800 # +# Some sharder states lead to repeated messages of 'Reclaimable db stuck +# waiting for shrinking' on every sharder cycle. To reduce noise in logs, +# this message will be suppressed for some time after its last emission. +# Default is 24 hours. +# periodic_warnings_interval = 86400 +# # Large databases tend to take a while to work with, but we want to make sure # we write down our progress. Use a larger-than-normal broker timeout to make # us less likely to bomb out on a LockTimeout.