You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/05/27 00:26:01 UTC

[GitHub] [trafficcontrol] ezelkow1 opened a new issue, #6867: Localized Max Origin Setting

ezelkow1 opened a new issue, #6867:
URL: https://github.com/apache/trafficcontrol/issues/6867

   <!--
   ************ STOP!! ************
   If this issue identifies a security vulnerability, DO NOT submit it! Instead, contact
   the Apache Traffic Control Security Team at security@trafficcontrol.apache.org and follow the
   guidelines at https://apache.org/security regarding vulnerability disclosure.
   
   - For *SUPPORT QUESTIONS*, use the #traffic-control channel on the ASF slack (https://s.apache.org/tc-slack-request)
   or the Traffic Control Users mailing list (send an email to users-subscribe@trafficcontrol.apache.org to subscribe).
   - Before submitting, please **SEARCH GITHUB** for a similar issue or PR
       * https://github.com/apache/trafficcontrol/issues
       * https://github.com/apache/trafficcontrol/pulls
   -->
   
   <!-- Do not submit security vulnerabilities or support requests here - see above -->
   ## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:
   <!-- delete all those that don't apply -->
   - Traffic Control Cache Config (`t3c`, formerly ORT)
   - Traffic Ops
   - Traffic Portal
   
   ## Current behavior:
   <!-- Describe how the current features are insufficient. -->
   Currently we can set a max origin value on a per DS basis. This then gets spread across the last tier of all caches assigned to a delivery service. However this currently does not work in instances where we are using topologies but have a localized origin, i.e. say you have multiple services each covering a different region of the US but are using a topology that is just "all-one-tier" so that you can have failover. This calculation for max origin will then include every server on that topology instead of just ones localized to a cache group for that region, drastically reducing the max origin count.
   
   ## New behavior:
   <!-- Describe how this change would improve Traffic Control -->
   I suggest adding some sort of toggle on a DS with the max origins to indicate that the origin server is localized for one specific area. Then we would also need t3c changes to understand that toggle and know to calculate the max origin based on cache group instead of topology wide
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org