mirror of https://github.com/hashicorp/consul
Browse Source
Preivously when alias check was removed it would not be stopped nor cleaned up from the associated aliasChecks map. This means that any time an alias check was deregistered we would leak a goroutine for CheckAlias.run() because the stopCh would never be closed. This issue mostly affects service mesh deployments on platforms where the client agent is mostly static but proxy services come and go regularly, since by default sidecars are registered with an alias check.pull/14935/head
freddygv
2 years ago
2 changed files with 35 additions and 22 deletions
Loading…
Reference in new issue