[
https://issues.apache.org/jira/browse/TS-4745?focusedWorklogId=27161&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-27161
]
ASF GitHub Bot logged work on TS-4745:
--------------------------------------
Author: ASF GitHub Bot
Created on: 25/Aug/16 17:13
Start Date: 25/Aug/16 17:13
Worklog Time Spent: 10m
Work Description: GitHub user jrushford opened a pull request:
https://github.com/apache/trafficserver/pull/923
TS-4745: Initializes pRecord.failCount in ParentRecord::ProcessParents.
New pull request on behalf of keith2008 to insure that pRecord.failCount is
properly initialized.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jrushford/trafficserver TS-4745
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/923.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #923
----
commit 3da69260a06526cf7a09a429b75b2cd12aea3f85
Author: John J. Rushford <[email protected]>
Date: 2016-08-25T16:53:32Z
TS-4745: Initializes pRecord.failCount in ParentRecord::ProcessParents.
----
Issue Time Tracking
-------------------
Worklog Id: (was: 27161)
Time Spent: 50m (was: 40m)
> pRecord.failCount not init in ParentRecord::ProcessParents
> ----------------------------------------------------------
>
> Key: TS-4745
> URL: https://issues.apache.org/jira/browse/TS-4745
> Project: Traffic Server
> Issue Type: Bug
> Components: Parent Proxy
> Reporter: xiangdong chen
> Assignee: John Rushford
> Fix For: 7.0.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> the failCount is not init,is may be an big number ( it already happend in my
> sisution),after the ats is startup.
> it will cause the parent immediately marked down,once connect the parent
> failed.
> fix the code:
> this->parents[i].failCount = 0;//added by xdchen,line:447
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)