mitchell852 opened a new issue #2013: ds.fqPacingRate value not accounted for with delivery service requests URL: https://github.com/apache/incubator-trafficcontrol/issues/2013 https://github.com/apache/incubator-trafficcontrol/blob/master/traffic_portal/app/src/traffic_portal_properties.json when dsRequests.enabled=true, all changes to a delivery service are funneled thru the delivery service request process. In a nutshell, this means that the json for the ds change is captured and stored in the deliveryservice_request table. However, the change made to fqPacingRate is never captured. this is because the golang struct (DeliveryServiceNullable) that marshalls the json for the ds request wasn't updated. More about ds requests here: http://traffic-control-cdn.readthedocs.io/en/latest/admin/quick_howto/ds_requests.html#ds-requests @dangogh @limited
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
