Comment 27 for bug 1080765

Revision history for this message
Rob Wagner (rjwagner-dba) wrote :

FYI, the issue is still very much reproducible. I just ran the above command twice and witnessed the error:

diffs:$VAR1 = [
  {
    chunk => '1',
    chunk_index => undef,
    cnt_diff => '0',
    crc_diff => '1',
    lower_boundary => undef,
    master_cnt => undef,
    master_crc => undef,
    table => 'vsp_jira_current.cwd_group',
    this_cnt => '1700',
    this_crc => '24cc282c',
    upper_boundary => undef
  }
];
checksum:$VAR1 = [
  {
    chunk => '1',
    chunk_index => undef,
    chunk_time => '0.004979',
    db => 'vsp_jira_current',
    lower_boundary => undef,
    master_cnt => '1700',
    master_crc => '24cc282c',
    tbl => 'cwd_group',
    this_cnt => '1700',
    this_crc => '24cc282c',
    ts => '2013-05-01 16:37:19',
    upper_boundary => undef
  }
];

-- AND --

diffs:$VAR1 = [
  {
    chunk => '1',
    chunk_index => undef,
    cnt_diff => '0',
    crc_diff => '1',
    lower_boundary => undef,
    master_cnt => undef,
    master_crc => undef,
    table => 'vsp_jira_current.propertytext',
    this_cnt => '2295',
    this_crc => '375ddbc',
    upper_boundary => undef
  }
];
checksum:$VAR1 = [
  {
    chunk => '1',
    chunk_index => undef,
    chunk_time => undef,
    db => 'vsp_jira_current',
    lower_boundary => undef,
    master_cnt => undef,
    master_crc => undef,
    tbl => 'propertytext',
    this_cnt => '2295',
    this_crc => '375ddbc',
    ts => '2013-05-01 16:37:50',
    upper_boundary => undef
  }
];