Modelcache Worker Needs Allwatcher Restart Backoff
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Joseph Phillips |
Bug Description
When developing and testing upgrade steps for address space IDs, I achieved an error state during model-cache worker start-up. This is seen many times per second:
2019-10-04 14:07:58 INFO juju.state multiwatcher.go:242 store manager loop failed: error loading entities for model 0d1ea901-
2019-10-04 14:07:59 ERROR juju.worker.
In fact it happens in such a torrent, that it rolls logs before the error preamble can be observed.
We should have a back-off in the model-cache for getting a new all-watcher, so that we avoid the log spamming.
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in juju: | |
milestone: | none → 2.7-beta1 |
importance: | Medium → High |
Changed in juju: | |
assignee: | nobody → Joseph Phillips (manadart) |
status: | Triaged → In Progress |
Changed in juju: | |
status: | Fix Committed → Fix Released |
https:/ /github. com/juju/ juju/pull/ 10759