Fix Galera monitor problem with leaving wrong status for significant periods; change warning message from logging as warning instead of notice.

This commit is contained in:
counterpoint
2015-11-20 10:15:13 +00:00
parent b7ce68aa1c
commit ece53a8ac5
4 changed files with 28 additions and 11 deletions

View File

@ -919,7 +919,7 @@ monitorMain(void *arg)
/* log it once */
if (mon_status_changed(ptr))
{
MXS_NOTICE("[mysql_mon]: root server "
MXS_WARNING("[mysql_mon]: root server "
"[%s:%i] is no longer Master,"
" let's use it again even "
" if it could be a stale master,"