config: postpone creds applier when in RO till RW
Before this patch credentials applier used to just skip if Tarantool was in Read Only mode. Now it starts a fiber that waits for instance to be switched to Read Write mode and then applies in the background. Part of #8967 NO_DOC=documentation request will be filed manually for the whole credentials
Showing
- changelogs/unreleased/gh-8967-creds-postope-sync-when-RO-till-RW.md 5 additions, 0 deletions.../unreleased/gh-8967-creds-postope-sync-when-RO-till-RW.md
- src/box/lua/config/applier/credentials.lua 39 additions, 21 deletionssrc/box/lua/config/applier/credentials.lua
- test/config-luatest/credentials_applier_test.lua 56 additions, 0 deletionstest/config-luatest/credentials_applier_test.lua
Loading
Please register or sign in to comment