vitrage/releasenotes/notes/services-management-improvements-899c011e57002e84.yaml
Ifat Afek 0a1017d7f0 Added release notes for Rocky first release
Change-Id: I4b95ac68cb6f0edc1938fed3ca85dda5fcc575d5
Co-Authored-By: Idan Hefetz <idan.hefetz@nokia.com>
2018-06-06 09:17:25 +00:00

11 lines
494 B
YAML

---
features:
- The collector service was changed to run on demand instead of periodically,
hence it can now be run in active-active mode. This is as part of a larger
design to improve high availability.
- Oslo service was replaced by cotyledon, so Vitrage uses real threads and
multiprocessing. This change removes unnecessary complications of using
eventlets and timers.
- Created a dedicated process for the api handler, for better handling api
calls under stress.