You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wsrep_notify: only probe the root credentials when the server is initialized
When a mysql server starts with galera enabled, the galera library
performs actions before the InnoDB engine is fully initialized and
the server is ready to process SQL commands. Until then, no
script should probe the mysql server.
Ensure that mysql_wsrep_notify does not probe root credentials before
it knows the server mysql server is fully initialized, i.e. when
the script knows that the local node is synced (primary partition).
In addition, to prevent other scripts from getting stalled while
probling the mysql server (e.g. when a remote node cannot be reached),
add a timeout period in the credential check logic.
Jira: OSPRH-14916
0 commit comments