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

Some logging improvements for RegionServer bulk loading

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.94.0
    • 0.95.0
    • regionserver
    • None
    • Reviewed

    Description

      The current logging in the bulk loading RPC call to a RegionServer lacks some info in certain cases. For instance, I recently noticed that it is possible that IOException may be caused during bulk load file transfer (copy) off of another FS and that during the same time the client already times the socket out and thereby does not receive a thrown Exception back remotely (HBase prints a ClosedChannelException for the IPC when it attempts to send the real message, and hence the real cause is lost).

      Improvements around this kind of issue, wherein we could first log the IOException at the RS before sending, and a few other wording improvements are present in my patch.

      Attachments

        1. HBASE-6350.patch
          3 kB
          Harsh J

        Activity

          People

            qwertymaniac Harsh J
            qwertymaniac Harsh J
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: