Files
vault/changelog/28875.txt
miagilepner dce93e3d6c VAULT-31749: Interceptors to reject requests from removed Raft nodes (#28875)
* initial interceptors

* tests and request handling

* remove comment

* test comments

* changelog

* pr fixes

* reuse existing method

* fix test
2024-11-18 10:18:32 +01:00

4 lines
196 B
Plaintext

```release-note:change
storage/raft: Do not allow nodes that have been removed from the raft cluster configuration to respond to requests. Shutdown and seal raft nodes when they are removed.
```