config: drop alert about credentials and RO mode
Before this patch a replica adds an alert regarding inability to write new credentials from config on startup. In most cases these new credentials are applied on a master and the warning becomes obsolete. The problem is that it is not removed at this point. A manual `config:reload()` is needed to flush it. It makes the warning more confusing than helpful. Let's remove it for now. We can return the alert back in a future, but we should do it together with a logic that drops the alert if the needed data is received from a master. Part of #8862 NO_DOC=bugfix
Showing
- changelogs/unreleased/config-credentials-and-ro-alert.md 5 additions, 0 deletionschangelogs/unreleased/config-credentials-and-ro-alert.md
- src/box/lua/config/applier/credentials.lua 6 additions, 5 deletionssrc/box/lua/config/applier/credentials.lua
- test/config-luatest/basic_test.lua 21 additions, 0 deletionstest/config-luatest/basic_test.lua
Loading
Please register or sign in to comment