mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01:00
* fix data race on plugin reload * add changelog * add comment for posterity * revert comment and return assignment in router.go * rework plugin continue on error tests to use compilePlugin * fix race condition on route entry * add test for plugin reload and rollback race detection * add go doc for test
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
```release-note:bug
|
|
plugin/reload: Fix a possible data race with rollback manager and plugin reload
|
|
```
|