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

PutCombiner floods the M/R log with repeated log messages.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.98.6
    • 0.98.7, 0.99.1
    • mapreduce
    • None
    • Reviewed

    Description

      o.a.h.h.mapreduce.PutCombiner logs an info message for each row that it receives in its reduce() function, flooding the M/R tasks log.

      ...............
      2014-09-12 12:38:02,907 INFO [MapRSpillThread] org.apache.hadoop.hbase.mapreduce.PutCombiner: Combined 1 Put(s) into 1.
      2014-09-12 12:38:02,908 INFO [MapRSpillThread] org.apache.hadoop.hbase.mapreduce.PutCombiner: Combined 1 Put(s) into 1.
      ...............{repeated 100s of thousand times.}
      

      Attachments

        1. HBASE-11994-PutCombiner-floods-the-M-R-log-with-repe.patch
          1 kB
          Aditya Kishore
        2. HBASE-11994.patch
          2 kB
          Andrew Kyle Purtell

        Issue Links

          Activity

            People

              adityakishore Aditya Kishore
              adityakishore Aditya Kishore
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: