Bug #94429 | MySQL 5.7 lowest member version join check should be with group lowest | ||
---|---|---|---|
Submitted: | 21 Feb 2019 18:00 | Modified: | 12 Mar 2019 16:14 |
Reporter: | Jaideep Karande | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Group Replication | Severity: | S3 (Non-critical) |
Version: | 5.7.26 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Feb 2019 18:00]
Jaideep Karande
[12 Mar 2019 16:14]
Margaret Fisher
Posted by developer: Changelog entry added for MySQL 5.7.27 and 8.0.17: In Group Replication, joining members could wrongly identify themselves as incompatible with an existing replication group even if there were members at the same version already in the group, because they checked against all other members, including the member at the highest version. Joining members also included their own version in the compatibility check. Now, joining members only compare themselves with the existing group member at the lowest version, and do not count their own version.