Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.0.4, 7.1.0
-
Untriaged
-
1
-
Unknown
Description
In case if /-/reload takes more time than configured timeout (currently 5 sec), ns_server keeps retrying indefinitely which leads to backed up tcp backlog in prometheus's web server. Which makes it impossible to run any http request against prometheus which we should avoid.
Probably we should use exponential back off when retrying to reload config (at least in case when
happens - but this is debatable)
Issue | Resolution |
An issue occurred where the Cluster Manager instructed Prometheus to reload the configuration and the reload timeout impacted other requests. | The Cluster Manager has been improved to handle timeouts when instructing Prometheus to reload the configuration. |
Attachments
Issue Links
- is a backport of
-
MB-51618 [Stats] Handle /-/reload timeouts correctly
- Closed