You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/01 20:47:21 UTC

[jira] [Work logged] (TS-4803) Remove proxy.config.dns.url_expansions

     [ https://issues.apache.org/jira/browse/TS-4803?focusedWorklogId=27805&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-27805 ]

ASF GitHub Bot logged work on TS-4803:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Sep/16 20:46
            Start Date: 01/Sep/16 20:46
    Worklog Time Spent: 10m 
      Work Description: Github user jpeach commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/950#discussion_r77250346
  
    --- Diff: proxy/http/HttpTransact.cc ---
    @@ -1692,16 +1692,15 @@ HttpTransact::ReDNSRoundRobin(State *s)
     void
     HttpTransact::OSDNSLookup(State *s)
     {
    -  static int max_dns_lookups = 3 + s->http_config_param->num_url_expansions;
    -  ++s->dns_info.attempts;
    -
    -  DebugTxn("http_trans", "[HttpTransact::OSDNSLookup] This was attempt %d", s->dns_info.attempts);
    +  static int max_dns_lookups = 3;
    --- End diff --
    
    ```C
    static const int max_dns_lookups = 3;
    ```


Issue Time Tracking
-------------------

    Worklog Id:     (was: 27805)
    Time Spent: 40m  (was: 0.5h)

> Remove proxy.config.dns.url_expansions
> --------------------------------------
>
>                 Key: TS-4803
>                 URL: https://issues.apache.org/jira/browse/TS-4803
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Configuration, DNS
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 7.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> This is similar to TS-4725, so I think we should nuke this too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)