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#36475850 ndb_rpl_log_updates and ndb_rpl_log_updates_filter fails in
PB2
Test does not wait for data changes to be replicated before performing
validations. The only wait is for own server to binlog the changes and
that does not mean it has been replicated to the other clusters.
Fix by waiting for DDL and DML changes to propagate through the
replication topology before performing validations. Remove wait for own
server to binlog.
Removed fix for ndb_rpl_log_updates_filter as part of backporting.
Change-Id: Iad4ed872453bfa1cfcdcbbaf5127e77f47a249a0
(cherry picked from commit eabdbb8e70c9df9c56cf90fcf6f00ed0f9b2c851)
0 commit comments