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

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

                Author: ASF GitHub Bot
            Created on: 07/Sep/16 20:39
            Start Date: 07/Sep/16 20:39
    Worklog Time Spent: 10m 
      Work Description: Github user atsci commented on the issue:

    https://github.com/apache/trafficserver/pull/984
  
    Linux build *successful*! See 
https://ci.trafficserver.apache.org/job/Github-Linux/627/ for details.
     



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

    Worklog Id:     (was: 28355)
    Time Spent: 1h  (was: 50m)

> if the connection of parent is not alive, update the hostdb to mark the 
> server down.
> ------------------------------------------------------------------------------------
>
>                 Key: TS-4747
>                 URL: https://issues.apache.org/jira/browse/TS-4747
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: xiangdong chen
>            Assignee: John Rushford
>             Fix For: 7.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> the parent.config is like this:
> dest_domain=www.cxdtest.com parent=“dnstest1.com:80”;round_bin=strict
> and the dnstest1.com contains two ip:
> 192.168.1.1 (but it was down)
> 192.168.1.2
> if the request go to the parent, and the parent is domain,which contains 
> multi ip. if one ip is down,but we not make the host down ,if the next 
> request is comming, it will choice this ip again. we should make the host 
> down.
> fix code on HttpTransact::handle_response_from_parent(State *s) 
> default: {
>     LookingUp_t next_lookup = UNDEFINED_LOOKUP;
>     DebugTxn("http_trans", "[hrfp] connection not alive");
>     s->state_machine->do_hostdb_update_if_necessary();//added by xdchen, make 
> the host down,line:3606



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

Reply via email to