octavia/releasenotes/notes/fix-computewait-with-persistence-d10223bfb48a0ded.yaml
Gregory Thiemonge aa238045e2 Enable taskflow retry feature when waiting for compute
The ComputeActiveWait task may be blocked for 300 seconds (with the
default settings for amp_active_retries and amp_active_wait_sec) but
that triggers trigger issues when persistence is enabled if this delay
exceeds the jobboard_expiration_time value.

ComputeActiveWait is renamed to ComputeWait and now uses the retry
feature of taskflow so it would not block taskflow for a long period.

Story 2008956
Task 42584

Change-Id: I174e63cfe176e1792d0bbcd348dbc9115544e297
(cherry picked from commit a9ee09a676)
(cherry picked from commit ae3cc5b34d)
2023-04-07 11:05:50 +02:00

7 lines
189 B
YAML

---
fixes:
- |
Fix an issue that may have occurred when running the amphorav2 with
persistence, the ComputeActiveWait was incorrectly executed twice on
different controllers.