Uploaded image for project: 'Traffic Control'
  1. Traffic Control
  2. TC-151

Delivery Service XML IDs should be limited to lower-case letters

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.7.0
    • None
    • Traffic Ops

    Description

      The DNS system is case-insensitive. Since a delivery service XML ID is used as part of the FQDN of the cache being redirected to, two different DSs cannot differ only by case.
      This leads to the conclusion that it is best if we limit the XML IDs of delivery services to be lower-case only.
      This would achieve the following:
      1. Make domain names used by TC 'conventional' (i.e. lower-case only)
      2. Remove the possibility of a case-conflict between DSs
      3. Currently, Traffic Router does not behave correctly when a DS XML ID contains upper case letters. Limiting to lower-case would prevent the need to fix this

      Current problems with TR behaviour, when an XML ID contains opper-case letter are:
      1. The TR sends a redirect to a host FQDN which contains a lower-case version of the DS XML ID
      2. The TR does not resolve the lower-case version of the host FQDN.

      Here is an example to demo current bug in TR. DS XML ID is opencachehub-DT, TR redirects to opencachehub-dt, and then refused to resolve the cache name using this DS (a lot of irrelevant data was removed fro this text):

      $ curl -L -s -D - http://tr.opencachehub-DT.stage-cdn.tc-stage.cqloud.com/video01.mp4 -v

      <

      • Connection #0 to host tr.opencachehub-DT.stage-cdn.tc-stage.cqloud.com left intact
      • Issue another request to this URL: 'http://p39-edge-lab.opencachehub-dt.stage-cdn.tc-stage.cqloud.com/video01.mp4'
      • getaddrinfo(3) failed for p39-edge-lab.opencachehub-dt.stage-cdn.tc-stage.cqloud.com:80
      • Couldn't resolve host 'p39-edge-lab.opencachehub-dt.stage-cdn.tc-stage.cqloud.com'

      Attachments

        1. screenshot-1.png
          12 kB
          Oren Shemesh

        Activity

          People

            Unassigned Unassigned
            shemesh Oren Shemesh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: