Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-15240 Go Big BucketCache Fixes
  3. HBASE-15314

Allow more than one backing file in bucketcache

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • BucketCache
    • None
    • Reviewed

    Description

      Allow bucketcache use more than just one backing file: e.g. chassis has more than one SSD in it.

      Usage (Setting the following configurations in hbase-site.xml):

      <property>
      <name>hbase.bucketcache.ioengine</name>
      <value>files:/mnt/disk1/bucketcache,/mnt/disk2/bucketcache,/mnt/disk3/bucketcache,/mnt/disk4/bucketcache</value>
      </property>
      <property>
      <name>hbase.bucketcache.size</name>
      <value>1048576</value>
      </property>

      The above setting means the total capacity of cache is 1048576MB(1TB), each file length will be set to 0.25TB.

      Attachments

        1. FileIOEngine.java
          14 kB
          Chunhui Shen
        2. HBASE-15314.master.001.patch
          44 kB
          Michael Stack
        3. HBASE-15314.master.001.patch
          44 kB
          Aaron Tokhy
        4. HBASE-15314.patch
          10 kB
          Amal Joshy
        5. HBASE-15314-v2.patch
          11 kB
          Amal Joshy
        6. HBASE-15314-v3.patch
          44 kB
          Aaron Tokhy
        7. HBASE-15314-v4.patch
          10 kB
          Chunhui Shen
        8. HBASE-15314-v5.patch
          11 kB
          Chunhui Shen
        9. HBASE-15314-v6.patch
          12 kB
          Chunhui Shen
        10. HBASE-15314-v7.patch
          12 kB
          Chunhui Shen
        11. HBASE-15314-v8.patch
          13 kB
          Chunhui Shen

        Issue Links

          Activity

            People

              zjushch Chunhui Shen
              stack Michael Stack
              Votes:
              1 Vote for this issue
              Watchers:
              17 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: