ironic/releasenotes/notes/no-heartbeat-retries-d6837684e7257249.yaml
Dmitry Tantsur e6e774f524 Do not retry locking when heartbeating
IPA will retry any heartbeats anyway, by not retrying on the ironic side,
we 1) make heartbeats quicker, 2) avoid several heartbeats queuing up on
a really busy systems with short heartbeating interval.

Change-Id: If030340a780c759f6433d37b6423d17b72e1a548
Story: #2008167
Task: #40918
2020-09-18 17:34:35 +02:00

7 lines
226 B
YAML

---
fixes:
- |
Agent heartbeat implementation will no longer retry attempts to acquire
an exclusive lock. This is done to avoid several attempts to get a lock
in a busy environment with shorter heartbeat period.