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

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

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

    https://github.com/apache/trafficserver/pull/903
  
    Replacing this pull request with 
https://github.com/apache/trafficserver/pull/984 on behalf of @keith2008, 


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

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

> 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: 40m
>  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