Bug #107057 | Innodb Cluster fails to spot when a database is put into offline mode manually | ||
---|---|---|---|
Submitted: | 19 Apr 2022 15:26 | Modified: | 21 May 2022 16:09 |
Reporter: | IGG t | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Shell AdminAPI InnoDB Cluster / ReplicaSet | Severity: | S2 (Serious) |
Version: | 8.0.27 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[19 Apr 2022 15:26]
IGG t
[26 Apr 2022 12:02]
MySQL Verification Team
Hi, Not sure if this is a bug or design decision. Will verify and let GR team decide. BTW, did you try to rescan()? https://dev.mysql.com/doc/dev/mysqlsh-api-javascript/8.0/classmysqlsh_1_1dba_1_1_cluster.h... thanks for the report
[21 May 2022 16:09]
Margaret Fisher
Posted by developer: Changelog entry added for MySQL 8.0.30: InnoDB Cluster’s Cluster.status() command did not check whether a server instance had been put into offline mode manually by setting the offline_mode system variable. The status was still reported as ONLINE, but some InnoDB Cluster operations failed. The command now checks for this situation and reports the status as OFFLINE if that has been set.