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/07/30 15:44:28 UTC

[GitHub] [trafficcontrol] zrhoffman edited a comment on issue #4924: Internal Server Error when perform snapshot

zrhoffman edited a comment on issue #4924:
URL: https://github.com/apache/trafficcontrol/issues/4924#issuecomment-666471070


   There are some references to `server.ip_address`, which was removed in #4730.
   
   In: [/traffic_ops/traffic_ops_golang/monitoring/monitoring.go](https://github.com/apache/trafficcontrol/blob/7691d16c89/traffic_ops/traffic_ops_golang/monitoring/monitoring.go#L190):
   
   ```sql
   	me.ip_address as ip,
   ```
   In [/traffic_ops/traffic_ops_golang/server/detail.go](https://github.com/apache/trafficcontrol/blob/7691d16c89/traffic_ops/traffic_ops_golang/server/detail.go#L160):
   
   ```json
   		"ip_address":       "server.ip_address",
   ```
   
   In [/traffic_ops/traffic_ops_golang/cachesstats/cachesstats.go](https://github.com/apache/trafficcontrol/blob/7691d16c89/traffic_ops/traffic_ops_golang/cachesstats/cachesstats.go#L217):
   
   ```sql
     s.ip_address
   ```


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