You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/11/24 18:32:06 UTC

[GitHub] [trafficserver] sudheerv commented on a change in pull request #7307: fix DNS spike issue for TCP_RETRY mode

sudheerv commented on a change in pull request #7307:
URL: https://github.com/apache/trafficserver/pull/7307#discussion_r516874009



##########
File path: mgmt/RecordsConfig.cc
##########
@@ -884,6 +884,8 @@ static const RecordElement RecordsConfig[] =
   ,
   {RECT_CONFIG, "proxy.config.dns.max_dns_in_flight", RECD_INT, "2048", RECU_DYNAMIC, RR_NULL, RECC_NULL, nullptr, RECA_NULL}
   ,
+  {RECT_CONFIG, "proxy.config.dns.max_tcp_continuous_failures", RECD_INT, "10", RECU_DYNAMIC, RR_NULL, RECC_NULL, nullptr, RECA_NULL}

Review comment:
       @whutwhu Can we pls update the docs for the new config and metric as well?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org