[
https://issues.apache.org/jira/browse/TS-4743?focusedWorklogId=26621&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26621
]
ASF GitHub Bot logged work on TS-4743:
--------------------------------------
Author: ASF GitHub Bot
Created on: 19/Aug/16 01:10
Start Date: 19/Aug/16 01:10
Worklog Time Spent: 10m
Work Description: Github user keith2008 closed the pull request at:
https://github.com/apache/trafficserver/pull/873
Issue Time Tracking
-------------------
Worklog Id: (was: 26621)
Time Spent: 20m (was: 10m)
> parent use consistent_hash Strategy may cause crash while first parent is not
> set
> ----------------------------------------------------------------------------------
>
> Key: TS-4743
> URL: https://issues.apache.org/jira/browse/TS-4743
> Project: Traffic Server
> Issue Type: Bug
> Reporter: xiangdong chen
> Assignee: John Rushford
> Fix For: 7.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> my parent.config
> eg :
> dest_domain=. secondary_parent="192.168.104.229:80|1.0;
> 192.168.104.182:80|1.0" round_robin=consistent_hash
> the crash place is :
> DEBUG: <ParentConsistentHash.cc:167 (selectParent)> (parent_select)
> wrap_around[PRIMARY]: 1, wrap_around[SECONDARY]: 0
> traffic_server: Segmentation fault (Address not mapped to object [0x10])
> ParentConsistentHash.cc:167 code:
> Debug("parent_select", "Selected parent %s is not available, looking up
> another parent.", pRec->hostname);
> Fix the code like
> Debug("parent_select", "Selected parent %s is not available, looking up
> another parent.", pRec ? pRec->hostname:"[NULL]");
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)