| Bug #114503 | mysql shell create replica | ||
|---|---|---|---|
| Submitted: | 28 Mar 2024 7:22 | Modified: | 28 Mar 2024 14:21 |
| Reporter: | HULONG CUI | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server: Document Store: MySQL Shell | Severity: | S2 (Serious) |
| Version: | 8.0.36 | OS: | Any |
| Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
| Tags: | mysql shell | ||
[28 Mar 2024 14:21]
MySQL Verification Team
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug. For details on getting support for MySQL products see http://www.mysql.com/support/ You can also check our forums (free) at http://forums.mysql.com/ Thank you for your interest in MySQL.

Description: I have master slave replication mysql server8.0.36. when using MySQL Shell8.0.36 Take over replication。 have error >dba.createReplicaSet('testadopt', {'adoptFromAR':1}) “Dba.createReplicaSet: Replication option 'SOURCE_HEARTBEAT_PERIOD' at 'schouse:3381' has a non-default value '5' but it is currently not supported by the AdminAPI. (MYSQLSH 51164)” I try change SOURCE_HEARTBEAT_PERIOD any values ,but this error still exists。 Currently unable to create replication。 How to repeat: 1.preparetow mysql server8.0.36 2.user command change replica make replicaiton。 3.use mysql shell dba.createReplicaSet('testadopt', {'adoptFromAR':1})