summaryrefslogtreecommitdiff
path: root/releasenotes/notes/etcd3gw_create_new_lease_if_expired_during_refresh-1d631d36c21ea28c.yaml
blob: 72360bb65569c4b294757de5c53e6a663c0a72f9 (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    [etcd3gw] Membership lease can be already expired to the moment of lease
    refreshing. In this case heartbeat will try to refresh expired lease
    forever without success. The patch checks if lease is expired and creates
    new one.