Bug #100925 | The Mgr parameter does not match the description in the official MySQL document | ||
---|---|---|---|
Submitted: | 23 Sep 2020 9:02 | Modified: | 24 Sep 2020 17:49 |
Reporter: | jiaona chen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Group Replication | Severity: | S2 (Serious) |
Version: | 8.0.20, 8.0.21 | OS: | Ubuntu |
Assigned to: | CPU Architecture: | Any |
[23 Sep 2020 9:02]
jiaona chen
[23 Sep 2020 13:05]
MySQL Verification Team
Hello jiaona chen, Thank you for the report and feedback. Verified as described with 8.0.21 build. regards, Umesh
[23 Sep 2020 13:08]
MySQL Verification Team
MySQL Server 8.0.21 test results
Attachment: 100925_8.0.21.results.txt (text/plain), 12.57 KiB.
[24 Sep 2020 17:49]
Margaret Fisher
Posted by developer: Thanks for pointing this out. I've changed to: group_replication_communication_max_message_size This system variable should have the same value on all group members. You cannot change the value of this system variable while Group Replication is running. You must stop Group Replication, change the value of the system variable, then restart Group Replication, on each of the group members. During this process, the value of the system variable is permitted to differ between group members, but some transactions on group members might be rolled back.