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

[docs] docs need to be specific about hbase.bucketcache.size range

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None

    Description

      This is not 100% clear for users:

      if hbase.bucketcache.size is between 0.0 and 1.0 then is a percentage. But if the value is above 1 then the value is expressed in MBs:

      From CacheConfig.getBucketCache():

        long bucketCacheSize = (long) (bucketCachePercentage < 1? mu.getMax() * bucketCachePercentage:
            bucketCachePercentage * 1024 * 1024);
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            esteban Esteban Gutierrez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: