mirror of https://github.com/hashicorp/consul
[catalog] Update the node's services indexes on update (#5458)
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
parent
23bc8636c1
commit
4bea29f15a
Loading…
Reference in new issue