lzx404243 opened a new pull request, #9582: URL: https://github.com/apache/trafficserver/pull/9582
#7283 records the issue of using `dead server` and `down server` in the configurations interchangeably, which has caused confusion in the field when inspecting issues(e.g. making one wonder the distinction between `dead` and `down`). This PR standardizes those terms to `down server`. The following configuration and metric items(and their documentation) are updated: * `proxy.config.http.connect_attempts_max_retries_dead_server` becomes `proxy.config.http.connect_attempts_max_retries_down_server` * `proxy.config.http.connect.dead.policy` becomes `proxy.config.http.connect.down.policy` * `proxy.process.http.dead_server.no_requests` becomes `proxy.process.http.down_server.no_requests` In addition to the above, other usage of the term "dead server" and the like has been updated (in hostDB and http). This resolves #7283. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
