You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG#26671847: GROUP_REPLICATION.GR_APPLIER_THREAD_FAILURE_DETECTION IS UNSTABLE ON PB2 [Post-Fix]
Problems appeared on PB2 with same symptom, not able to DROP a table after
waiting for member change state for ONLINE.
The wait for super read only be off, applied to start_group_replication was
ported to be used on gr_wait_for_member_state.inc.
if (`SELECTCOUNT(*)=1FROMperformance_schema.replication_group_membersgroup_membersWHEREgroup_members.member_id="$_member_id"ANDgroup_members.member_state="ONLINE"ANDgroup_members.member_role="PRIMARY"ANDgroup_members.member_version="$_group_member_lowest_version"`)
0 commit comments