mirror of https://github.com/hashicorp/consul
Browse Source
Node updates were not updating the service indexes, which are used for service related queries. This caused the X-Consul-Index to stay the same after a node update as seen from a service query even though the node data is returned in heath queries. If that happened in between queries the client would miss this change. We now update the indexes of the services on the node when it is updated. Fixes: #5450pull/5469/head
Aestek
6 years ago
committed by
Paul Banks
2 changed files with 34 additions and 2 deletions
Loading…
Reference in new issue