Skip to content

Commit

Permalink
Merge 38a4207 into backport/dans/fix-namespace-deletion-watch/weekly-…
Browse files Browse the repository at this point in the history
…more-sunbeam
  • Loading branch information
hc-github-team-consul-core authored Jun 13, 2023
2 parents acbfa30 + 38a4207 commit 93c15cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/17483.txt
Original file line number Diff line number Diff line change
@@ -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.
```
4 changes: 4 additions & 0 deletions .changelog/_5614.txt
Original file line number Diff line number Diff line change
@@ -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.
```
2 changes: 2 additions & 0 deletions agent/consul/leader.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ func (s *Server) revokeLeadership() {

s.revokeEnterpriseLeadership()

s.stopDeferredDeletion()

s.stopFederationStateAntiEntropy()

s.stopFederationStateReplication()
Expand Down

0 comments on commit 93c15cc

Please sign in to comment.