mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Add global suppression for connectivity problems.
This commit is contained in:
@@ -65,6 +65,7 @@ push @::global_suppressions,
|
|||||||
qr|WSREP: JOIN message from member .* in non-primary configuration. Ignored.|,
|
qr|WSREP: JOIN message from member .* in non-primary configuration. Ignored.|,
|
||||||
qr(WSREP: Failed to remove page file .*),
|
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: wsrep_sst_method is set to 'mysqldump' yet mysqld bind_address is set to .*),
|
||||||
|
qr(WSREP: .*Transport endpoint is not connected.*),
|
||||||
);
|
);
|
||||||
|
|
||||||
bless { };
|
bless { };
|
||||||
|
Reference in New Issue
Block a user