Details
Assignee
UnassignedUnassignedReporter
Iwo PanowiczIwo PanowiczNeeds QA
YesAffects versions
Priority
Low
Details
Details
Assignee
Unassigned
UnassignedReporter
Iwo Panowicz
Iwo PanowiczNeeds QA
Yes
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created January 25, 2023 at 1:51 PM
Updated last week
Steps to reproduce:
mysql> flush tables with read lock; Query OK, 0 rows affected (0,01 sec) mysql > select @@wsrep_desync,@@global.wsrep_desync; +----------------+-----------------------+ | @@wsrep_desync | @@global.wsrep_desync | +----------------+-----------------------+ | 0 | 0 | +----------------+-----------------------+ 1 row in set (0,00 sec) mysql> set global wsrep_desync='on'; ERROR 1105 (HY000): Explictly desync/resync of already desynced/paused node is prohibited mysql > set global wsrep_desync='off'; Query OK, 0 rows affected, 1 warning (0,00 sec) mysql > show warnings\G *************************** 1. row *************************** Level: Warning Code: 1231 Message: 'wsrep_desync' is already OFF. 1 row in set (0,00 sec)