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

Fix the broken log file size accounting

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • wal
    • None
    • Reviewed

    Description

      long oldFileLen = 0L;
            doReplaceWriter(oldPath, newPath, nextWriter);
      

      Should be

      long oldFileLen =  doReplaceWriter(oldPath, newPath, nextWriter);
      

      Attachments

        1. HBASE-15684.patch
          12 kB
          Duo Zhang
        2. HBASE-15684-v1.patch
          10 kB
          Duo Zhang

        Activity

          People

            zhangduo Duo Zhang
            zhangduo Duo Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: