You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Miles Libbey (JIRA)" <ji...@apache.org> on 2016/11/09 17:38:58 UTC

[jira] [Created] (TS-5049) Parent.config keynames are confusing

Miles Libbey created TS-5049:
--------------------------------

             Summary: Parent.config keynames are confusing
                 Key: TS-5049
                 URL: https://issues.apache.org/jira/browse/TS-5049
             Project: Traffic Server
          Issue Type: Improvement
          Components: Parent Proxy
            Reporter: Miles Libbey


In parent.config, we have a series of key names that are either confusing, or have been expanded well beyond what the name implies:

- round_robin. This now describes a selection strategy.
- parent. Origins can be described here too. Not sure what a good descriptor would be.
- parent_is_proxy describes how the request will be made from the child node -- eg, 'true,' means the request will be a proxy style request (GET http://example.com/foo); 'false' means a traditional style request (GET /foo\n Host: example.com)

In addition, there are several options that only apply when other settings are used. For instance,  secondary_parent only applies to the consistent_hash strategy. Similarly, today, "qstring" only applies to consistent_hash, as the URI is not considered for any other existing selection strategy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)