mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Add global ignore for Sending JOIN failed warning.
This commit is contained in:
parent
7710f28eec
commit
fb0d18e412
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ push @::global_suppressions,
|
|||
qr|WSREP: JOIN message from member .* in non-primary configuration. Ignored.|,
|
||||
qr(WSREP: Failed to remove page file .*),
|
||||
qr(WSREP: wsrep_sst_method is set to 'mysqldump' yet mysqld bind_address is set to .*),
|
||||
qr(WSREP: .*Transport endpoint is not connected.*),
|
||||
qr|WSREP: Sending JOIN failed: -107 \(Transport endpoint is not connected\). Will retry in new primary component.|,
|
||||
);
|
||||
|
||||
bless { };
|
||||
|
|
Loading…
Add table
Reference in a new issue