Commit Graph

2 Commits

Author SHA1 Message Date
Carlos Goncalves
41365bf320 Fix a release note to call out a fix instead
Change I576687f5b646496ff3a00787cf5e8c27f36b9448 mistakenly documented
in the associated release note a fix as a feature.

Story: 2002937
Task: 27991

Change-Id: I414135ca2548baaeaae2c6f8551eb5c9118c9937
2018-11-19 16:25:23 +01:00
Tatsuma Matsuki
ad69363fc7 Separate the thread pool for health and stats update
When queue_event_streamer driver is used and RabbitMQ
is down, stats update processes occupy the thread pool
which is shared with health update processes. Then,
RabbitMQ down unexpectedly leads to delete all existing
amphorae. This commit separates the thread pool and aims
to keep the existing amphorae working even when RabbitMQ
is down.

Change-Id: I576687f5b646496ff3a00787cf5e8c27f36b9448
Task: 22929
Story: 2002937
2018-08-22 09:07:01 +09:00