This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 65c1862  Finishes #/7748 with some additional cleanup (#8070)
65c1862 is described below

commit 65c18620b9ca87f87e1d43bc815323217077b009
Author: Leif Hedstrom <[email protected]>
AuthorDate: Fri Jul 16 15:25:45 2021 -0600

    Finishes #/7748 with some additional cleanup (#8070)
---
 configs/records.config.default.in     | 1 -
 lib/perl/lib/Apache/TS/AdminClient.pm | 1 -
 src/shared/overridable_txn_vars.cc    | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/configs/records.config.default.in 
b/configs/records.config.default.in
index 21c5aa5..7205db8 100644
--- a/configs/records.config.default.in
+++ b/configs/records.config.default.in
@@ -60,7 +60,6 @@ CONFIG 
proxy.config.http.connect_attempts_max_retries_dead_server INT 1
 CONFIG proxy.config.http.connect_attempts_rr_retries INT 3
 CONFIG proxy.config.http.connect_attempts_timeout INT 30
 CONFIG proxy.config.http.down_server.cache_time INT 60
-CONFIG proxy.config.http.down_server.abort_threshold INT 10
 
 ##############################################################################
 # Negative response caching, for redirects and errors. Docs:
diff --git a/lib/perl/lib/Apache/TS/AdminClient.pm 
b/lib/perl/lib/Apache/TS/AdminClient.pm
index af73226..35c7aa5 100644
--- a/lib/perl/lib/Apache/TS/AdminClient.pm
+++ b/lib/perl/lib/Apache/TS/AdminClient.pm
@@ -446,7 +446,6 @@ The Apache Traffic Server Administration Manual will 
explain what these strings
  proxy.config.http.default_buffer_size
  proxy.config.http.default_buffer_water_mark
  proxy.config.http.doc_in_cache_skip_dns
- proxy.config.http.down_server.abort_threshold
  proxy.config.http.down_server.cache_time
  proxy.config.http.enabled
  proxy.config.http.enable_http_info
diff --git a/src/shared/overridable_txn_vars.cc 
b/src/shared/overridable_txn_vars.cc
index 50fe39d..598f508 100644
--- a/src/shared/overridable_txn_vars.cc
+++ b/src/shared/overridable_txn_vars.cc
@@ -89,7 +89,7 @@ const std::unordered_map<std::string_view, std::tuple<const 
TSOverridableConfigK
      {OutboundConnTrack::CONFIG_VAR_MIN, 
{TS_CONFIG_HTTP_SERVER_MIN_KEEP_ALIVE_CONNS, TS_RECORDDATATYPE_INT}},
      {"proxy.config.http.anonymize_remove_client_ip", 
{TS_CONFIG_HTTP_ANONYMIZE_REMOVE_CLIENT_IP, TS_RECORDDATATYPE_INT}},
      {"proxy.config.http.cache.open_read_retry_time", 
{TS_CONFIG_HTTP_CACHE_OPEN_READ_RETRY_TIME, TS_RECORDDATATYPE_INT}},
-     // Remove for 10.  Leaving for now to keep enums consistent
+     // TODO: Remove for 10.  Leaving for now to keep enums consistent
      {"proxy.config.http.down_server.abort_threshold", 
{TS_CONFIG_HTTP_DOWN_SERVER_ABORT_THRESHOLD, TS_RECORDDATATYPE_INT}},
      {OutboundConnTrack::CONFIG_VAR_MATCH, 
{TS_CONFIG_HTTP_PER_SERVER_CONNECTION_MATCH, TS_RECORDDATATYPE_INT}},
      {"proxy.config.http.parent_proxy.fail_threshold", 
{TS_CONFIG_HTTP_PARENT_PROXY_FAIL_THRESHOLD, TS_RECORDDATATYPE_INT}},

Reply via email to