trove-dashboard/releasenotes/notes/fix-grow-cluster-cache-5625d1a519a4ee01.yaml
Duk Loi 10767f0142 Fix grow cluster caching
The current caching initializes the instance list for the grow
cluster manager each time a new process would instantiate the
manager.

Changed to manager to only initialize on creation.

Change-Id: I81a4856464c796a674bd267f6225b85505d4e31b
Closes-Bug: #1648229
2016-12-07 16:39:18 -05:00

6 lines
209 B
YAML

---
fixes:
- The current caching initializes the instance list for the grow
cluster manager each time a new process would instantiate the
manager. Changed to manager to only initialize on creation.