This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Make t3c request less unnecessary DSS and jobs data#6186
Merged
ocket8888 merged 1 commit intoapache:masterfrom Sep 10, 2021
Merged
Make t3c request less unnecessary DSS and jobs data#6186ocket8888 merged 1 commit intoapache:masterfrom
t3c request less unnecessary DSS and jobs data#6186ocket8888 merged 1 commit intoapache:masterfrom
Conversation
Use the new query parameters supported by Traffic Ops to reduce the amount of unnecessary data requested from the /deliveryserviceserver and /jobs APIs. Closes: apache#5674 Closes: apache#6034
jrushford
approved these changes
Sep 10, 2021
Contributor
jrushford
left a comment
There was a problem hiding this comment.
looks good passes testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use the new query parameters supported by Traffic Ops to reduce the
amount of unnecessary data requested from the /deliveryserviceserver and
/jobs APIs.
Also, fix the CIAB
t3ccron job to actually run and send output to/var/log/ort.log.Closes: #5674
Closes: #6034
Which Traffic Control components are affected by this PR?
What is the best way to verify this PR?
Ensure the GHA CI passes, build CIAB and
docker exec -it <edge/mid-01/mid-02 container> bashto view the generated ATS config files in/opt/trafficserver/etc/trafficserver, submit an invalidation for the demo1 DS via TP, wait forregex_revalidate.configto be updated, and ensure it contains the submitted invalidation (it will first update on mid-02, mid-01, then edge). This will indicate thatt3c'sGET /jobsrequest is working properly. Create a new DS w/ typeHTTP_NO_CACHE, assign it to theedgeserver, and queue updates. In theedgecontainer, checkremap.configto ensure there is a new entry for the DS. This will indicate thatt3c'sGET /deliveryserviceserverrequest is working properly.PR submission checklist
t3cmaking requests to TO. Additionally, I performed manual testing in CIAB.