[ https://issues.apache.org/jira/browse/TS-4633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359611#comment-15359611 ]
ASF GitHub Bot commented on TS-4633: ------------------------------------ GitHub user jrushford opened a pull request: https://github.com/apache/trafficserver/pull/782 TS-4633: Fix an erroneous warning message when reading the parent.con… An erroneous warning message is logged when at startup when reading the parent.config file: "WARNING: <ParentSelection.cc:653 (Init)> [ParentSelection] disabling parent_retry on line 24 because parent_is_proxy is true" This warning should only be logged when parent_retry is set in the parent.config and when parent_is_proxy is true. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jrushford/trafficserver TS-4633 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/782.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 #782 ---- commit dff3d2bc99f7a4ed9c9581ac1370b10995d44490 Author: John J. Rushford <john_rushf...@cable.comcast.com> Date: 2016-07-01T20:52:59Z TS-4633: Fix an erroneous warning message when reading the parent.config file. ---- > Fix an erroneous warning message when reading the parent.config file. > --------------------------------------------------------------------- > > Key: TS-4633 > URL: https://issues.apache.org/jira/browse/TS-4633 > Project: Traffic Server > Issue Type: Bug > Components: Configuration > Reporter: John Rushford > Assignee: John Rushford > > An erroneous warning message is logged when at startup when reading the > parent.config file: > WARNING: <ParentSelection.cc:653 (Init)> [ParentSelection] disabling > parent_retry on line 24 because parent_is_proxy is true > This warning should only be logged when parent_retry is set in the > parent.config and when parent_is_proxy is true. -- This message was sent by Atlassian JIRA (v6.3.4#6332)