Bug #92110 | Errors when joining on start may lead to a stale view of the group | ||
---|---|---|---|
Submitted: | 21 Aug 2018 18:02 | Modified: | 11 Mar 2019 16:05 |
Reporter: | Pedro Gomes | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Group Replication | Severity: | S3 (Non-critical) |
Version: | 8.0.13 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Aug 2018 18:02]
Pedro Gomes
[11 Mar 2019 16:05]
David Moss
Posted by developer: Thank you for your feedback, this has been fixed in upcoming versions and the following was added to the 8.0.16 changelog: When a member joined a group on server start, if the join process failed, for example because the server was incompatible with the group, there was a possibility that the offline member could still see another member as being online. Now, in such a situation the information shown in the performance_schema.replication_group_members table is restricted to the local member when it is OFFLINE.