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 2020/10/07 17:22:53 UTC

[GitHub] [trafficcontrol] rob05c opened a new issue #5117: Change ORT to Calculate parent_pending Itself

rob05c opened a new issue #5117:
URL: https://github.com/apache/trafficcontrol/issues/5117


   Currently, ORT uses the `parent_pending` flag in a TO endpoint to determine whether any parents of the current server have updates pending.
   
   We should change ORT to calculate this itself. It has all the data to do so.
   
   The calculation itself is logic (mostly SQL) performed on the data. Logic that becomes more complex with the move from DeliveryServiceServers to Topologies.
   
   This is just one more thing that should be done in ORT because it can, and because ORT is canaryable, where the TO Monolith is not. Not a huge issue, but a code/canary/rollback improvement.
   
   ## I'm submitting a ...
   -  improvement request (usability, performance, tech debt, etc.)
   
   ## Traffic Control components affected ...
   -  Traffic Ops ORT
   
   ## Current behavior:
   TO performs logic to determine parents pending, and TO requests that.
   
   ## New behavior:
   ORT performs logic to determine parents pending.
   
   ## Minimal reproduction of the problem with instructions:
   N/A. Behavior does not change.
   
   ## Anything else:


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

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



[GitHub] [trafficcontrol] rob05c commented on issue #5117: Change ORT to Calculate parent_pending Itself

Posted by GitBox <gi...@apache.org>.
rob05c commented on issue #5117:
URL: https://github.com/apache/trafficcontrol/issues/5117#issuecomment-705081264


   Related to https://github.com/apache/trafficcontrol/issues/3687


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

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



[GitHub] [trafficcontrol] rob05c commented on issue #5117: Change ORT to Calculate parent_pending Itself

Posted by GitBox <gi...@apache.org>.
rob05c commented on issue #5117:
URL: https://github.com/apache/trafficcontrol/issues/5117#issuecomment-705081391


   Related to https://github.com/apache/trafficcontrol/pull/3689


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

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