bneradt commented on code in PR #11679: URL: https://github.com/apache/trafficserver/pull/11679#discussion_r1718896276
########## doc/release-notes/upgrading.en.rst: ########## @@ -64,14 +64,19 @@ Configuration changes --------------------- The following incompatible changes to the configurations have been made in this version of ATS. -The records.yaml entry proxy.config.http.down_server.abort_threshold has been removed. - -The records.yaml entry proxy.config.http.connect_attempts_max_retries_dead_server has been renamed to proxy.config.http.connect_attempts_max_retries_down_server. - -The records.yaml entry proxy.config.http.connect.dead.policy has been renamed to proxy.config.http.connect.down.policy. - -The records.yaml entry proxy.config.http.parent_proxy.connect_attempts_timeout and proxy.config.http.post_connect_attempts_timeout -have been removed. Instead use proxy.config.http.connect_attempts_timeout to control all connection to origin timeouts. +- The records.yaml entry ``proxy.config.http.down_server.abort_threshold`` has been removed. +- The records.yaml down server policy was sometimes called "dead" server and sometimes "down" server. The configuration + names have been consolidated around "down" server. + + - The records.yaml entry ``proxy.config.http.connect_attempts_max_retries_dead_server`` has been renamed to ``proxy.config.http.connect_attempts_max_retries_down_server``. Review Comment: Removed the sub-bullets to make this consistent with the other configuration changes. -- 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]
