Hubwatcher caches last modified revno for all docs (memory consumption)
Bug #1813867 reported by
John A Meinel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
John A Meinel | ||
2.5 |
Fix Released
|
High
|
John A Meinel |
Bug Description
We need to get rid of the HubWatcher cache as a source of slow memory growth over time. It caches all documents ever seen, and never has a reason to reduce memory.
Changing the structure of how we interact with HubWatcher should allow us to not need the last revno cache.
Changed in juju: | |
milestone: | none → 2.5.1 |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
https:/ /github. com/juju/ juju/pull/ 9616 is a PR against 2.5.1 that should deal with this.