Activity log for bug #1063912

Date Who What changed Old value New value Message
2012-10-08 16:44:26 Brian Fraser bug added bug
2012-10-08 18:01:24 Brian Fraser summary pt-table-checksum 2.1.4 miscategorizes Percona XtraDB Cluster-based slaves as cluster codes pt-table-checksum 2.1.4 miscategorizes Percona XtraDB Cluster-based slaves as cluster nodes
2012-10-08 18:01:32 Brian Fraser percona-toolkit: status New Triaged
2012-10-08 18:12:49 Brian Fraser branch linked lp:~percona-toolkit-dev/percona-toolkit/partial-fix-1063912-ptc-pxc-slaves
2012-10-08 18:31:31 Daniel Nichter tags percona-xtradb-cluster pt-table-checksum
2012-10-08 18:31:37 Daniel Nichter percona-toolkit: importance Undecided Critical
2012-10-08 18:31:41 Daniel Nichter percona-toolkit: milestone 2.1.5
2012-10-08 18:31:51 Daniel Nichter percona-toolkit: assignee Brian Fraser (fraserbn)
2012-10-08 18:34:31 Daniel Nichter description Two bugs: cluster -> PXC-based slaved The slave is tagged as a cluster node and slave lag isn't checked, even though it was wsrep_on OFF. This is because the code currently just looks for wsrep_on and doesn't check the value. cluster1 -> cluster2 The second cluster is a slave of the first, but even if the above bug is fixed, we don't check slave lag because we assume that if wsrep_on is ON, then every cluster node will belong to the same cluster. A good 80% solution is checking that wsrep_cluster_name is the same for both nodes, but that'll still fail for clusters with the same name (i.e., the sandboxes in portable-test-suite as of now). Two bugs: cluster -> PXC-based slave The slave is tagged as a cluster node and slave lag isn't checked, even though it was wsrep_on OFF. This is because the code currently just looks for wsrep_on and doesn't check the value. cluster1 -> cluster2 The second cluster is a slave of the first, but even if the above bug is fixed, we don't check slave lag because we assume that if wsrep_on is ON, then every cluster node will belong to the same cluster. A good 80% solution is checking that wsrep_cluster_name is the same for both nodes, but that'll still fail for clusters with the same name (i.e., the sandboxes in portable-test-suite as of now).
2012-10-08 19:02:53 Daniel Nichter percona-toolkit: status Triaged Fix Committed
2012-10-11 22:32:53 Daniel Nichter percona-toolkit: status Fix Committed Fix Released
2012-10-17 18:55:53 Brian Fraser branch linked lp:~percona-toolkit-dev/percona-toolkit/fix-1062563-1063912-ptc-pxc-bugs