Comment 5 for bug 992830

Revision history for this message
Krunal Bauskar (krunal-bauskar) wrote :

I tried this with latest PXC trunk

1. Started node-1,2,3
2. node-1: Created table t1, t2, t3
3. node-2: show tables (got t1,t2, t3)
4. node-3: show tables (got t1, t2, t3)
5. shutdown node-2
6. node-1: create table t4, drop table t2
7. node-3: show tables (got t1, t3, t4)
8. re-start node-2
9. node-2: show tables (got t1, t3, t4) .... so node-2 on restart is in sync.
10. node-2: drop table t1 (reflected on node-1 and 3 as expected)
11. node-2: drop table t4 (reflected on node-1 and 3 as expected)
12. node-3: drop table t3 (reflected on node-1 and 2 as expected)

---------------

So with recent PXC trunk things are working fine.
Please try to upgrade to recent version.
(Bug is almost 3 yrs old may be something was missing then but upgrading to recent version is good)