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 2019/07/31 19:05:24 UTC

[GitHub] [trafficcontrol] rawlinp commented on issue #3765: Incorrect change log entries are being created when editing a delivery service

rawlinp commented on issue #3765: Incorrect change log entries are being created when editing a delivery service
URL: https://github.com/apache/trafficcontrol/issues/3765#issuecomment-516980124
 
 
   I think this is just because those things are happening "under the hood" when you update a deliveryservice -- some updates are really a delete+recreate involving tables other than the deliveryservice table (like origin). W.R.T the origin log, updating a delivery service means taking the `orgServerFqdn` field and using that to update its corresponding primary origin (even if the _new_ orgServerFqdn is the same as the _original_). If you were to update the deliveryservice by removing its `orgServerFqdn` (which isn't really doable from TP but is via the API), you would see an audit log like "Deleted primary origin for delivery service: foo" because that update would actually delete its corresponding `origin` resource.

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


With regards,
Apache Git Services