Activity log for bug #1003014

Date Who What changed Old value New value Message
2012-05-22 17:06:20 Daniel Nichter bug added bug
2012-05-22 17:06:30 Daniel Nichter nominated for series percona-toolkit/2.0
2012-05-22 17:06:30 Daniel Nichter bug task added percona-toolkit/2.0
2012-05-22 17:06:30 Daniel Nichter nominated for series percona-toolkit/2.1
2012-05-22 17:06:30 Daniel Nichter bug task added percona-toolkit/2.1
2012-05-22 17:06:36 Daniel Nichter percona-toolkit/2.0: status New Triaged
2012-05-22 17:06:47 Daniel Nichter percona-toolkit/2.1: milestone 2.1.2
2012-05-22 17:09:17 Launchpad Janitor branch linked lp:~percona-toolkit-dev/percona-toolkit/fix-sync-index-bug-1003014
2012-05-22 17:10:16 Daniel Nichter description In certain cases, pt-table-sync --replication --sync-to-master throws, "Index PRIMARY does not exist in table at t-table-sync line 9116. while doing ..." but the PRIMARY key _does_ exist. Internally, the tbl_struct from the previous table is still being used which doesn't have a PK. Somehow the var isn't being updated from table to table. In certain cases, pt-table-sync --replication --sync-to-master throws, "Index PRIMARY does not exist in table at pt-table-sync line 9116" but the PRIMARY key _does_ exist. Internally, the tbl_struct from the previous table is still being used which doesn't have a PK. Somehow the var isn't being updated from table to table.
2012-05-22 17:45:06 Daniel Nichter percona-toolkit/2.1: importance High Critical
2012-05-22 17:45:10 Daniel Nichter tags false-positive-error percona-21967 pt-table-sync false-positive-error percona-21967 pt-table-sync risk
2012-05-22 17:53:51 Daniel Nichter percona-toolkit/2.1: status Confirmed Fix Committed
2012-05-22 18:04:59 Daniel Nichter percona-toolkit/2.0: status Triaged Invalid
2012-05-22 18:05:21 Launchpad Janitor branch linked lp:~percona-toolkit-dev/percona-toolkit/test-sync-index-bug-1003014
2012-05-22 18:21:29 Daniel Nichter description In certain cases, pt-table-sync --replication --sync-to-master throws, "Index PRIMARY does not exist in table at pt-table-sync line 9116" but the PRIMARY key _does_ exist. Internally, the tbl_struct from the previous table is still being used which doesn't have a PK. Somehow the var isn't being updated from table to table. In certain cases, pt-table-sync --replicate <table> and/or --sync-to-master throws, "Index PRIMARY does not exist in table at pt-table-sync line 9116" but the PRIMARY key _does_ exist. Internally, the tbl_struct from the previous table is still being used which doesn't have a PK. Somehow the var isn't being updated from table to table.
2012-05-22 18:22:00 Daniel Nichter summary pt-table-sync --replicate false-positive error "index does not exist" pt-table-sync --replicate and --sync-to-master error "index does not exist"
2012-06-19 19:58:25 Daniel Nichter percona-toolkit/2.1: status Fix Committed Fix Released