Bug #85164 | GR SHOULD BLOCK OPERATIONS ON NON-COMPLAINT TABLES IN GR+ASYNC SETUP | ||
---|---|---|---|
Submitted: | 24 Feb 2017 9:31 | Modified: | 18 Sep 2017 10:04 |
Reporter: | Dhruthi Komarlu Vasudeva Murthy | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Group Replication | Severity: | S3 (Non-critical) |
Version: | 5.7.18 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[24 Feb 2017 9:31]
Dhruthi Komarlu Vasudeva Murthy
[18 Sep 2017 10:04]
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.3 changelog: On a member which had both Group Replication and asynchronous replication running simultaneously, asynchronous replication was not respecting the restrictions required by Group Replication, such as only using InnoDB storage engine, tables requiring primary keys and so on. This could also be encountered when running mysqlbinlog against the member. Now, members that are running Group Replication and asynchronous replication do not allow Group Replication's requirements to be broken.