Bug #87834 | node joins group even though it is not whitelisted on one of the group member | ||
---|---|---|---|
Submitted: | 22 Sep 2017 8:00 | Modified: | 21 Feb 2018 16:01 |
Reporter: | Dhruthi Komarlu Vasudeva Murthy | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Group Replication | Severity: | S3 (Non-critical) |
Version: | 5.7.21 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[22 Sep 2017 8:00]
Dhruthi Komarlu Vasudeva Murthy
[21 Feb 2018 16:01]
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.5 changelog: When using group_replication_ip_whitelist, it was possible to configure a group so that it functioned even though all members could not establish the internal group communication connection to each other, resulting in inconsistent behavior. Now, incoming connections are accepted if the IP is in the white list or if the IP belongs to a current member of the XCom configuration. This ensures members are always able to create the internal network required for group communication.