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

[Documentation] Fix log parameter error and spelling error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.4.0
    • 2.5.0, 3.0.0-alpha-3, 2.4.12
    • logging
    • None
    • Reviewed

    Description

      In ConstantSizeRegionSplitPolicy.isExceedSize(),

      '''

      if (size > sizeToCheck) {
      LOG.debug("ShouldSplit because {} size={}, sizeToCheck={}{}",
      store.getColumnFamilyName(), StringUtils.humanSize(size),
      StringUtils.humanSize(sizeToCheck));
      return true;
      }

      '''

      There should be only three parameters, remove last '{}'

      Attachments

        Issue Links

          Activity

            People

              weiming weiming
              weiming weiming
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: