periodic reporting of API Server addresses without interesting context

Bug #1696727 reported by John A Meinel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical Juju
Triaged
High
Unassigned

Bug Description

2017-06-08 12:16:10 INFO juju.agent agent.go:546 API server address details [["10.144.9.56:17070" "127.0.0.1:17070"] ["10.144.9.113:17070" "127.0.0.1:17070"] ["10.144.9.62:17070" "127.0.0.1:17070"]] written to agent config as ["10.144.9.56:17070" "10.144.9.113:17070" "10.144.9.62:17070"]
2017-06-08 12:17:14 INFO juju.agent agent.go:546 API server address details [["10.144.9.62:17070" "127.0.0.1:17070"] ["10.144.9.56:17070" "127.0.0.1:17070"] ["10.144.9.113:17070" "127.0.0.1:17070"]] written to agent config as ["10.144.9.62:17070" "10.144.9.56:17070" "10.144.9.113:17070"]
2017-06-08 12:17:19 INFO juju.agent agent.go:546 API server address details [["10.144.9.56:17070" "127.0.0.1:17070"] ["10.144.9.113:17070" "127.0.0.1:17070"] ["10.144.9.62:17070" "127.0.0.1:17070"]] written to agent config as ["10.144.9.56:17070" "10.144.9.113:17070" "10.144.9.62:17070"]
2017-06-08 12:18:22 INFO juju.agent agent.go:546 API server address details [["10.144.9.62:17070" "127.0.0.1:17070"] ["10.144.9.56:17070" "127.0.0.1:17070"] ["10.144.9.113:17070" "127.0.0.1:17070"]] written to agent config as ["10.144.9.62:17070" "10.144.9.56:17070" "10.144.9.113:17070"]

This seems to be triggering rather often (perhaps everytime someone opens an API connection?). However, the formatting is poor, its just a raw dump of strings, with extra quoting, etc.

The frequency of it is also very uninteresting. Why would it be 1min, and then 5s, and then 1m3s. It seems like it is driven by some action occurring in the background, rather than say 'instance poller', which would make it a side effect, and again, not very interesting.

Most likely this should just go away. At the very least, dropped to DEBUG level.

Witold Krecicki (wpk)
Changed in juju:
assignee: nobody → Witold Krecicki (wpk)
Revision history for this message
Tim Penhey (thumper) wrote :

This is because this is written out when the API Host Ports change and it is updating the agent configuration.

It was being updated due to bug 1698418.

Marking as a dupe.

Changed in juju:
assignee: Witold Krecicki (wpk) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.