Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

InnoDB - ClusterSet.removeCluster: The function 'group_replication_enable_member_action' failed

Thinus MeyerOct 23 2024

ClusterSet.removeCluster: The function 'group_replication_enable_member_action' failed. Member must be the primary or OFFLINE. (MySQL Error 3910)

I am trying to remove cluster “webmoCluster” which is the replica cluster. Here's the ClusterSet status.

{
"clusters": {
"WebMobccCluster": {
"clusterRole": "PRIMARY",
"globalStatus": "OK",
"primary": "Axxxxxcxdbmsp01d:3306"
},
"webmoCluster": {
"clusterRole": "REPLICA",
"clusterSetReplicationStatus": "OK",
"globalStatus": "OK"
}
},
"domainName": "WebMoClusterSet",
"globalPrimaryInstance": "Axxxxxcxdbmsp01d:3306",
"primaryCluster": "WebMobccCluster",
"status": "HEALTHY",
"statusText": "All Clusters available."
}

Comments

Processing

Post Details

Added on Oct 23 2024
2 comments
131 views