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
The test validates the behavior of Group Replication consistency
guarantees when the group contains members of lower versions that do
not know the consistency guarantees.
The lower version members are being emulated by the use of
group_replication_force_lower_version_on_group_replication_consistency
debug flag.
The debug flag was being unset too soon, that is, before the remote
member handled the transaction with consistency guarantee, which was
causing the test to fail with unexpected behaviour.
Fixed by adding a synchronization point that ensures that all
transactions with consistency guarantees are handled before the
debug flag is unset.
ReviewBoard: 22411
0 commit comments