[
https://issues.apache.org/jira/browse/TS-4747?focusedWorklogId=26951&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26951
]
ASF GitHub Bot logged work on TS-4747:
--------------------------------------
Author: ASF GitHub Bot
Created on: 23/Aug/16 18:48
Start Date: 23/Aug/16 18:48
Worklog Time Spent: 10m
Work Description: Github user zwoop commented on the issue:
https://github.com/apache/trafficserver/pull/903
Few issues here:
1) There are merge conflicts
2) Please don't bundle more than one Jira into each PR (unless absolutely
necessary)
3) Squash commits to down to one, unless absolutely necessary to have
multiple commits in the PR.
4) The Subject line of the commit message is too long, it should be < 50
characters to not get truncated (line wrapped) by Github. It's much nicer to
have a short summary, and a longer description (after an empty line) in the
commit message.
Issue Time Tracking
-------------------
Worklog Id: (was: 26951)
Time Spent: 20m (was: 10m)
> if the connection of parent is not alive, not make the parent host down,which
> will select the the unavailable host again
> ------------------------------------------------------------------------------------------------------------------------
>
> 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: 20m
> 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)