Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.0.29 semi_sync is not recognized, Is it not supported yet? #454

Closed
dibrother opened this issue Oct 19, 2022 · 3 comments
Closed

8.0.29 semi_sync is not recognized, Is it not supported yet? #454

dibrother opened this issue Oct 19, 2022 · 3 comments
Assignees
Labels
Milestone

Comments

@dibrother
Copy link

dibrother commented Oct 19, 2022

When using the new version of the semi synchronous plugin,replication-manager is not recognized。
Is it not supported yet?

ENV:

  • replication-manager-osc-2.2.27
  • 8.0.29
  • semi_sync
| rpl_semi_sync_source            | ACTIVE   | REPLICATION        | semisync_source.so  | GPL     |
| rpl_semi_sync_replica           | ACTIVE   | REPLICATION        | semisync_replica.so | GPL     |

MySQL:

######  166 #######  master
mysql> show status like '%semi_%_status%';
+------------------------------+-------+
| Variable_name                | Value |
+------------------------------+-------+
| Rpl_semi_sync_replica_status | OFF   |
| Rpl_semi_sync_source_status  | ON    |
+------------------------------+-------+
2 rows in set (0.00 sec)

##### 167 / 168 ########  slave
mysql> show status like '%semi_%_status%';
+------------------------------+-------+
| Variable_name                | Value |
+------------------------------+-------+
| Rpl_semi_sync_replica_status | ON    |
| Rpl_semi_sync_source_status  | OFF   |
+------------------------------+-------+
2 rows in set (0.00 sec)

图片

# replication-manager-cli topology
| Group: cluster1 |  Mode: Manual 
                 Id            Host   Port          Status   Failures   Using GTID         Current GTID           Slave GTID             Replication Health  Delay  RO
db12586843601924195502  192.168.66.166   3312          Master          0          Yes 0-8959944004124136854-1068                                                          0 OFF
db17473971988871718128  192.168.66.167   3312           Slave          0          Yes 0-8959944004124136854-1068                0-0-0                                     0  ON
db11716296429855242896  192.168.66.168   3312           Slave          0          Yes 0-8959944004124136854-1068                0-0-0                                     0  ON
@svaroqui
Copy link
Collaborator

Hi , thanks for reporting , this should be fixe in v2.2.28

@svaroqui
Copy link
Collaborator

Please reopen if not fixed

@svaroqui
Copy link
Collaborator

svaroqui commented Oct 20, 2022

Thanks again for your very clear report making things much easier on our side

@svaroqui svaroqui self-assigned this Oct 20, 2022
@svaroqui svaroqui added the bug label Oct 20, 2022
@svaroqui svaroqui added this to the 2.2.28 milestone Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants