Bug #86676 | MASTER_HEARTBEAT_PERIOD not properly set while upgrading MySQL. | ||
---|---|---|---|
Submitted: | 13 Jun 2017 5:36 | Modified: | 15 Jun 2017 7:00 |
Reporter: | Pu Hot | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[13 Jun 2017 5:36]
Pu Hot
[13 Jun 2017 8:09]
MySQL Verification Team
Hello! Thank you for the report. I can assume it is a "Note" i.e "[Note] While initializing dump thread for slave with UUID <xxxxx-xxxx-xxx-xxxx-xxxxxx>, found a zombie dump thread with the same UUID. Master is killing the zombie dump thread(<number>)" Post Bug #72578 fix, a NOTE is added on master's error log file when log_warnings is greater than 1. Please see the detailed explanation in Bug #84358 by Sven Sandberg, he explained the cases in which this "Note" is observed, and why this is expected behavior. Second one i.e and in slave's error log: *** [Warning] Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax This is reported here and handled as part of Bug #75261. Thanks, Umesh
[15 Jun 2017 7:00]
Pu Hot
Hi This report is NOT a duplicate of Bug #75261, the main idea is MASTER_HEARTBEAT_PERIOD is not properly set after upgrading from 5.6 to 5.7, not a complain about error logs.