backport of commit 38a42074efae2ba85663f696a971fdd1cc334681 (#17702)
Co-authored-by: DanStough <dan.stough@hashicorp.com>
This commit is contained in:
parent
8517e62fde
commit
bf6dbcd47b
|
@ -0,0 +1,3 @@
|
||||||
|
```release-note:bug
|
||||||
|
peering: Fix a bug that caused server agents to continue cleaning up peering resources even after loss of leadership.
|
||||||
|
```
|
|
@ -0,0 +1,4 @@
|
||||||
|
```release-note:bug
|
||||||
|
namespaces: **(Enterprise only)** fixes a bug where namespaces are stuck in a deferred deletion state indefinitely under some conditions.
|
||||||
|
Also fixes the Consul query metadata present in the HTTP headers of the namespace read and list endpoints.
|
||||||
|
```
|
|
@ -364,6 +364,8 @@ func (s *Server) revokeLeadership() {
|
||||||
|
|
||||||
s.revokeEnterpriseLeadership()
|
s.revokeEnterpriseLeadership()
|
||||||
|
|
||||||
|
s.stopDeferredDeletion()
|
||||||
|
|
||||||
s.stopFederationStateAntiEntropy()
|
s.stopFederationStateAntiEntropy()
|
||||||
|
|
||||||
s.stopFederationStateReplication()
|
s.stopFederationStateReplication()
|
||||||
|
|
Loading…
Reference in New Issue