Add global ignore for Sending JOIN failed warning.

This commit is contained in:
Jan Lindström 2020-06-16 12:12:36 +03:00
parent 7710f28eec
commit fb0d18e412

View file

@ -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 { };