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/galera_cluster.inc
|
||||||
|
--source include/have_debug.inc
|
||||||
--source include/have_debug_sync.inc
|
--source include/have_debug_sync.inc
|
||||||
|
|
||||||
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
|
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# Test option wsrep_ignore_apply_errors
|
# Test option wsrep_ignore_apply_errors
|
||||||
#
|
#
|
||||||
|
|
||||||
|
--source include/have_perfschema.inc
|
||||||
--source include/galera_cluster.inc
|
--source include/galera_cluster.inc
|
||||||
--source include/force_restart.inc
|
--source include/force_restart.inc
|
||||||
|
|
||||||
|
@ -827,9 +827,8 @@ void wsrep_init_globals()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (wsrep_gtid_mode && wsrep_gtid_server.server_id != global_system_variables.server_id)
|
if (wsrep_gtid_mode && wsrep_gtid_server.server_id != global_system_variables.server_id)
|
||||||
{
|
WSREP_INFO("Ignoring server id %ld for non bootstrap node, using %ld.",
|
||||||
WSREP_WARN("Ignoring server id for non bootstrap node.");
|
global_system_variables.server_id, wsrep_gtid_server.server_id);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
wsrep_init_schema();
|
wsrep_init_schema();
|
||||||
if (WSREP_ON)
|
if (WSREP_ON)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user