Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-10152

[Duplicated with 10153] improve VerifyReplication to compute BADROWS more accurately

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.94.14
    • None
    • Replication
    • None

    Description

      VerifyReplicaiton could compare the source table with its peer table and compute BADROWS. However, the current BADROWS computing method might not be accurate enough. For example, if source table contains rows as

      {r1, r2, r3, r4}

      and peer table contains rows as

      {r1, r3, r4}

      , the BADROWS counter will be 3 because 'r2' in source table will make all the later comparisons fail. Will it be better if the BADROWS is computed to 1 in this situation? Maybe, we can compute the BADROWS more accurately in merge comparison?

      Attachments

        Activity

          People

            Unassigned Unassigned
            cuijianwei Jianwei Cui
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: