You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "Matt Mills (JIRA)" <ji...@apache.org> on 2017/08/01 17:17:00 UTC

[jira] [Updated] (TC-489) Multi Site Origin - Invalid default values for multiple config params

     [ https://issues.apache.org/jira/browse/TC-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Mills updated TC-489:
--------------------------
    Description: 
Several of the multi site origin parameters default to 0 (including mso.algorithm, possibly others ), which is an invalid argument.
   valid values: true, strict, proxy1, false, consistent_hash

   https://github.com/apache/incubator-trafficcontrol/blob/master/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm#L2051
{code}
   L2051: $text .= "$parents round_robin=$mso_algorithm qstring=$parent_qstring go_direct=false parent_is_proxy=false";
{code}
   parent.config: dest_domain=google.com port=443 ... round_robin=0 ...


   [Jul 12 02:25:45.987] Server {0x2b54fb7db940} ERROR: [ParentSelection] invalid argument to round_robin directive at line 2


  was:
Several of the multi site origin parameters default to 0 (including mso.algorithm, possibly others ), which is an invalid argument.
   valid: true, strict, proxy1, false, consistent_hash
   https://github.com/apache/incubator-trafficcontrol/blob/master/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm#L2051
   L2051: $text .= "$parents round_robin=$mso_algorithm qstring=$parent_qstring go_direct=false parent_is_proxy=false";
   parent.config: dest_domain=google.com port=443 ... round_robin=0 ...
   [Jul 12 02:25:45.987] Server {0x2b54fb7db940} ERROR: [ParentSelection] invalid argument to round_robin directive at line 2



> Multi Site Origin - Invalid default values for multiple config params
> ---------------------------------------------------------------------
>
>                 Key: TC-489
>                 URL: https://issues.apache.org/jira/browse/TC-489
>             Project: Traffic Control
>          Issue Type: Bug
>          Components: Traffic Ops, Traffic Ops API
>    Affects Versions: 2.1.0
>            Reporter: Matt Mills
>            Priority: Blocker
>
> Several of the multi site origin parameters default to 0 (including mso.algorithm, possibly others ), which is an invalid argument.
>    valid values: true, strict, proxy1, false, consistent_hash
>    https://github.com/apache/incubator-trafficcontrol/blob/master/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm#L2051
> {code}
>    L2051: $text .= "$parents round_robin=$mso_algorithm qstring=$parent_qstring go_direct=false parent_is_proxy=false";
> {code}
>    parent.config: dest_domain=google.com port=443 ... round_robin=0 ...
>    [Jul 12 02:25:45.987] Server {0x2b54fb7db940} ERROR: [ParentSelection] invalid argument to round_robin directive at line 2



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)