QuestionQ27
ArchitectureFive MySQL instances are configured in a functioning Group Replication group. Review the group-members output:

Which two statements about network partitioning in the cluster are true?
Choose two
- A The cluster will shut down to preserve data consistency.
- B The cluster has built-in high availability and updates group_replication_ip_whitelist to remove the unreachable nodes.
- C The group replication will buffer the transactions on the online nodes until the unreachable nodes return online.
- D There could be both a 2 node and 3 node group replication still running, so shutting down group replication and diagnosing the issue is recommended.
- E A manual intervention to force group members to be only the working two instances is required.
Community Discussion