[2.9.31 testing] many charms lost connectivity to Juju
Bug #1976289 reported by
Marian Gasparovic
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Low
|
Unassigned |
Bug Description
We encountered this issue only once during 2.9.31 testing. Many LXD containers lost connectivity to Juju during deployment.
They report "cannot open api: try again (try again)"
Artifacts - https:/
tags: | added: cdo-qa foundations-engine |
To post a comment you must log in.
This looks like an api rate limiting situation, where the controller was rejecting too many concurrent api requests. What looks to be interesting is that the code which opens the api connection does not appear to account for the "try again" error and instead of backing off and retrying transparently, errors out. Now it should eventually come good - the error will cause the agent to restart but doing it this way is noisy, as opposed to silently retrying because the error is recognised as "try again".