QuestionQ165
ArchitectureYou have deployed an InnoDB Cluster in production.
Examine this command and its output:

Which statement is correct?
- A The cluster status reports that there are enough members for a quorum but there is no redundancy.
- B The cluster lost its quorum as mymysql02 node status is MISSING.
- C The cluster lost its quorum as statusText says Cluster is NOT tolerant to any failures. 1 member is not active.
- D The cluster status is equivalent to status: OK_PARTIAL as one or more members are unavailable.
Community Discussion