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

SplitLogManager - log the exception when failed to finish split log file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.94.1, 0.95.0
    • None
    • None
    • Reviewed

    Description

      We should log the exception itself too:

              try {
                HLogSplitter.moveRecoveredEditsFromTemp(tmpname, logfile, conf);
              } catch (IOException e) {
                LOG.warn("Could not finish splitting of log file " + logfile);
                return Status.ERR;
              }
      

      Attachments

        1. hbase-6440.patch
          0.8 kB
          Jimmy Xiang

        Activity

          People

            jxiang Jimmy Xiang
            jxiang Jimmy Xiang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: