https://bz.apache.org/bugzilla/show_bug.cgi?id=69782
Bug ID: 69782
Summary: Improve mod_proxy_hcheck with fcount resets upon
hcheck success
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy_hcheck
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Currently, the count of hcheck failures (fcount) is only reset after the
threshold is reached and the worker is disabled:
https://github.com/apache/httpd/blob/trunk/modules/proxy/mod_proxy_hcheck.c#L968
So this is just a running total of failures some unknown amount of time apart
with an unknown amount of successful hchecks in between. For many cases, that
is likely a lot less helpful than only counting consecutive hcheck failures
until reaching the threshold.
Could we consider this for improvement? Some possibilities would be:
-reset fcounts to 0 in the event of a successful hcheck or an option to toggle
that
-some configurable decay for accumulated fcounts (either time based or
decrementing an fcount after some set amounts of hcheck successes)
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]