Github user zwoop commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/1464#discussion_r101803592
--- Diff: mgmt/RecordsConfig.cc ---
@@ -518,6 +518,8 @@ static const RecordElement RecordsConfig[] =
,
{RECT_CONFIG, "proxy.config.http.parent_proxy.connect_attempts_timeout",
RECD_INT, "30", RECU_DYNAMIC, RR_NULL, RECC_NULL, nullptr, RECA_NULL}
,
+ {RECT_CONFIG,
"proxy.config.http.update_hostdb_on_parent_proxy_connect_errors", RECD_INT,
"0", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
--- End diff --
This is a rather long name of a configuration ... :) And it doesn't feel
properly "name spaced" ? How about
```
CONFIG proxy.config.hostdb.mark_parent_down INT 0
```
or perhaps
```
CONFIG proxy.config.http.parent_proxy.mark_down_hostdb INT 0
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---