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/03 16:07:17 UTC

[GitHub] [trafficcontrol] rawlinp opened a new issue, #6806: t3c calculates max_origin_connections incorrectly for topology-based delivery services

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

   ## This Bug Report affects these Traffic Control components:
   - Traffic Control Cache Config (`t3c`, formerly ORT)
   
   ## Current behavior:
   `t3c` calculates the incorrect number for a delivery service's `max_origin_connections` when generating header_rewrite configs. It is only using the number of caches in the same cachegroup as the given server, rather than all caches at the same tier of the topology (i.e. in a 2-tier topology -- edge+mid -- it should be using the number of all caches in the mid tier).
   
   ## Expected behavior:
   For DSes that use a topology, `t3c` should calculate a server's max_origin_connections based upon the number of all caches in the last tier (rather than only caches in that server's same cachegroup).
   
   ## Steps to reproduce:
   <!-- If the current behavior is a bug, please provide the *STEPS TO REPRODUCE* and
   include the applicable TC version.
   -->
   Create a topology with more than one cachegroup in the last tier. Create a DS with `maxOriginConnections` = 100 and assign it to that topology. Queue updates on the DS's CDN. Observe that the generated `max_origin_connections` option in the `hdr_rw_last_<xml_id>.config` file for a given cache is calculated based on the number of caches in that cachegroup rather than all cachegroups at that tier.
   


-- 
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


[GitHub] [trafficcontrol] srijeet0406 closed issue #6806: t3c calculates max_origin_connections incorrectly for topology-based delivery services

Posted by GitBox <gi...@apache.org>.
srijeet0406 closed issue #6806: t3c calculates max_origin_connections incorrectly for topology-based delivery services
URL: https://github.com/apache/trafficcontrol/issues/6806


-- 
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

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