wsrep_desync is not set correctly after FTWRL

Description

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)

Environment

None

Activity

Show:

Kamil Holubicki last week

Hi I’m not sure I understand what is the issue. Could you please explain what is the expected behavior?

Details

Assignee

Reporter

Needs QA

Yes

Affects versions

Priority

Smart Checklist

Created January 25, 2023 at 1:51 PM
Updated last week

Flag notifications