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

RowCounter may return incorrect result if column name is specified in command line

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.90.5
    • 0.95.0
    • None
    • None
    • Reviewed

    Description

      The RowCounter use FirstKeyOnlyFilter regardless of whether or not the
      command line argument specified a column family (or family:qualifier).
      In case when no qualifier was specified as argument, the scan will
      give correct result. However in the other case the scan instance may
      have been set with columns other than the very first column in the
      row, causing scan to get nothing as the FirstKeyOnlyFilter removes
      everything else.

      https://issues.apache.org/jira/browse/HBASE-6042 is related.

      Attachments

        Issue Links

          Activity

            People

              shrijeet Shrijeet Paliwal
              shrijeet Shrijeet Paliwal
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: