mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 06:44:41 +00:00
a44b9e84b1
Bugfix for https://github.com/hashicorp/consul/pull/3899 When a node level check is removed (example: maintenance), some watchers on services might have to recompute their state. If those nodes are performing blocking queries, they have to be notified. While their state was updated when node-level state did change or was added this was not the case when the check was removed. This fixes it.