tooz/releasenotes/notes/consul-heartbeat-support-3ec69e2ace537dc1.yaml
Nick Maludy 6e750b6921
Adds heartbeating to the consul driver.
Change-Id: Ie22e944e270dfd37988724f76823f6fd38d19b21
Closes-Bug: #1752225
2020-03-03 15:43:00 -05:00

10 lines
479 B
YAML

---
features:
- |
Added heartbeat supported to the Consul driver so that locks would remain locked
instead of timing out on the first TTL. This can be considered both a feature and
a bug fix because previously the Consul driver would only hold the lock for the
first TTL and behind the scenes Consul would release it due to the lack of session
updates. In order for the Consul driver to perform distributed locking properly
you MUST utilize heartbeats!