summaryrefslogtreecommitdiff
path: root/releasenotes/notes/consul-heartbeat-support-3ec69e2ace537dc1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/consul-heartbeat-support-3ec69e2ace537dc1.yaml')
-rw-r--r--releasenotes/notes/consul-heartbeat-support-3ec69e2ace537dc1.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/consul-heartbeat-support-3ec69e2ace537dc1.yaml b/releasenotes/notes/consul-heartbeat-support-3ec69e2ace537dc1.yaml
new file mode 100644
index 0000000..7aa8dd4
--- /dev/null
+++ b/releasenotes/notes/consul-heartbeat-support-3ec69e2ace537dc1.yaml
@@ -0,0 +1,9 @@
+---
+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!