Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
12.3.2
-
None
Description
It sometimes doesn't apply the (correct) $restart_parameters after the series of restart_abort's.
@@ -209,9 +209,9 @@
|
SELECT connection_name, slave_heartbeat_period
|
FROM information_schema.slave_status ORDER BY connection_name;
|
connection_name slave_heartbeat_period
|
- 0.000
|
-defaulted 0.000
|
-unset 0.000
|
+ 60.000
|
+defaulted 60.000
|
+unset 60.000
|
CALL mtr.add_suppression('.*master-heartbeat-period.+0.*disabl.+');
|
FOUND 1 /\[Warning\] .*master-heartbeat-period.+0.*disabl.+/ in mysqld.1.err
|
# restart: --skip-slave-start --skip-master-ssl --master-ssl --skip-master-ssl-verify-server-cert --master-ssl-verify-server-cert --master-use-gtid=NO --autoset-master-use-gtid --master-heartbeat-period=45 --autoset-master-heartbeat-period |
***Warnings generated in error logs during shutdown after running tests: main.change_master_default
|
|
|
[ERROR] Master 'defaulted': Slave I/O: Fatal error: Invalid (empty) username when attempting to connect to the master server. Connection attempt terminated. Internal MariaDB error code: 1593
|
[ERROR] Master 'unset': Slave I/O: Fatal error: Invalid (empty) username when attempting to connect to the master server. Connection attempt terminated. Internal MariaDB error code: 1593
|
[ERROR] Slave I/O: Fatal error: Invalid (empty) username when attempting to connect to the master server. Connection attempt terminated. Internal MariaDB error code: 1593
|
Attachments
Issue Links
- is caused by
-
MDEV-28302 Configurable defaults for MASTER_SSL_* settings for CHANGE MASTER
-
- Closed
-
- is part of
-
MDEV-36647 No red leaves in the forest
-
- Open
-