Github user randall commented on the issue:

    https://github.com/apache/trafficserver/issues/1427
  
    @jrushford This is with OEL 6.5 and gcc 4.9.3. The environment and compiler 
for us is still the same between running 6.1.x and 7.0.0.
    
    I can't attach the full parent config, but it's something like this:
    ```
    dest_domain=subdomain.domain.com scheme=https 
parent="parent1.subdomain.domain.com:443,parent3.subdomain.domain.com:443,parent5.subdomain.domain.com:443,parent5.subdomain.domain.com:443"
 
secondary_parent="parent2.subdomain.domain.com:443,parent4.subdomain.domain.com:443,parent6.subdomain.domain.com:443,parent8.subdomain.domain.com:443"
 round_robin=consistent_hash go_direct=false
    dest_domain=subdomain.domain.com scheme=http 
parent="parent1.subdomain.domain.com:80,parent3.subdomain.domain.com:80,parent5.subdomain.domain.com:80,parent5.subdomain.domain.com:80"
 
secondary_parent="parent2.subdomain.domain.com:80,parent4.subdomain.domain.com:80,parent6.subdomain.domain.com:80,parent8.subdomain.domain.com:80"
 round_robin=consistent_hash go_direct=false
    ```
    
    It's around 80 lines of that (split between http and https)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to