MDEV-35344 : Galera test failure on galera_sync_wait_upto
Ignoring configured server_id should not be a warning because correct configuration is documented. Changed message to info level with more detailed message what was configured and what will be actually used. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
This commit is contained in:
parent
eb891b6a95
commit
e4a3a11dcc
@ -3,6 +3,7 @@
|
||||
#
|
||||
|
||||
--source include/galera_cluster.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/have_debug_sync.inc
|
||||
|
||||
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Test option wsrep_ignore_apply_errors
|
||||
#
|
||||
|
||||
--source include/have_perfschema.inc
|
||||
--source include/galera_cluster.inc
|
||||
--source include/force_restart.inc
|
||||
|
||||
|
@ -827,9 +827,8 @@ void wsrep_init_globals()
|
||||
else
|
||||
{
|
||||
if (wsrep_gtid_mode && wsrep_gtid_server.server_id != global_system_variables.server_id)
|
||||
{
|
||||
WSREP_WARN("Ignoring server id for non bootstrap node.");
|
||||
}
|
||||
WSREP_INFO("Ignoring server id %ld for non bootstrap node, using %ld.",
|
||||
global_system_variables.server_id, wsrep_gtid_server.server_id);
|
||||
}
|
||||
wsrep_init_schema();
|
||||
if (WSREP_ON)
|
||||
|
Loading…
x
Reference in New Issue
Block a user