srijeet0406 commented on code in PR #6754:
URL: https://github.com/apache/trafficcontrol/pull/6754#discussion_r860234889
##########
traffic_ops/traffic_ops_golang/traffic_ops_golang.go:
##########
@@ -234,6 +246,13 @@ func main() {
reloadProfilingConfig := func() {
setNewProfilingInfo(*configFileName, &profiling,
&profilingLocation, cfg.Version)
+ backendConfig, err = setNewBackendConfig(backendConfigFileName)
+ if err != nil {
+ log.Errorf("could not reload backend config: %v", err)
+ } else {
+ d.BackendConfig = backendConfig
Review Comment:
Yeah I was trying to pass all the data in the `ServerData` object, which I
now realize isn't necessary. I have modified this.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]