MDEV-28291: Hashicorp: Cache variables claim to be dynamic but changes are ignored
This commit fixes an issue with no visible update in caching option values after changing them dynamically while the server is running. This issue was related to forgotten copy operations of new values into dynamic variables. At the same time, internal variables (responsible for caching) were always updated correctly. The commit includes a test that checks that the update is now reflected in the values of dynamic variables.
Showing
Please register or sign in to comment