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

WAL size in RegionServer UI is wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1, 2.3.3, 1.7.0, 2.4.0, 2.2.7
    • None
    • None
    • Reviewed

    Description

      In MetricsRegionServerWrapperImpl, walFileSize is calculated by provider.getLogFileSize() twice as follows, which is causing the wrong WAL size in RegionServer UI:

              walFileSize = (provider == null ? 0 : provider.getLogFileSize()) +
                  (provider == null ? 0 : provider.getLogFileSize());
      

       

      Attachments

        Issue Links

          Activity

            People

              brfrn169 Toshihiro Suzuki
              brfrn169 Toshihiro Suzuki
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: