Bug #72531 | Memcached and Semisync Replication Plugin are Off on Server Status page | ||
---|---|---|---|
Submitted: | 4 May 2014 14:35 | Modified: | 5 Sep 2014 4:56 |
Reporter: | Nicolas De Rico | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S3 (Non-critical) |
Version: | 6.1.5.11774 | OS: | MacOS (10.9) |
Assigned to: | CPU Architecture: | Any | |
Tags: | memcached, MySQL Workbench, semisync |
[4 May 2014 14:35]
Nicolas De Rico
[5 May 2014 9:38]
MySQL Verification Team
Hello Nicolas, Thank you for the bug report. Verified as described. How to repeat: Set up Semi sync replication as explained here https://dev.mysql.com/doc/refman/5.5/en/replication-semisync-installation.html From WB -> Check "Server Status" for both Master/Slave and compare it with the settings from mysql> prompt. master> show variables like 'rpl_semi_sync%'; +------------------------------------+-------+ | Variable_name | Value | +------------------------------------+-------+ | rpl_semi_sync_master_enabled | ON | | rpl_semi_sync_master_timeout | 1000 | | rpl_semi_sync_master_trace_level | 32 | | rpl_semi_sync_master_wait_no_slave | ON | +------------------------------------+-------+ 4 rows in set (0.00 sec) slave> show variables like 'rpl_semi_sync%'; +---------------------------------+-------+ | Variable_name | Value | +---------------------------------+-------+ | rpl_semi_sync_slave_enabled | ON | | rpl_semi_sync_slave_trace_level | 32 | +---------------------------------+-------+ 2 rows in set (0.00 sec) Thanks, Umesh
[5 May 2014 9:39]
MySQL Verification Team
Master status
Attachment: Master_A.png (image/png, text), 40.59 KiB.
[5 May 2014 9:40]
MySQL Verification Team
slave server status
Attachment: Slave_B.png (image/png, text), 33.56 KiB.
[3 Sep 2014 13:55]
Miguel Tadeu Mota
Posted by developer: Fixed by setting the proper variables.
[5 Sep 2014 4:56]
Philip Olson
Fixed as of the upcoming MySQL Workbench 6.2.2 release, and here's the changelog entry: The "Server Status" page did not recognize the enabled Memcached and Semi-Sync replication features. The status light for these features did not change from red to green. The "System and Status Variables" page reported the correct values for these features. Thank you for the bug report.