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

Backport fix for HBASE-10417 'index is not incremented in PutSortReducer#reduce()'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.94.20
    • None
    • None
    • Reviewed

    Description

      The problem reported in HBASE-10417 exists in 0.94 code base.

            for (KeyValue kv : map) {
              context.write(row, kv);
              if (index > 0 && index % 100 == 0)
                context.setStatus("Wrote " + index);
            }
      

      This JIRA backports the fix to 0.94.

      Attachments

        1. HBASE-11225.patch
          0.5 kB
          Gustavo Anatoly

        Activity

          People

            gustavoanatoly Gustavo Anatoly
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: