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

Make inMemoryForceMode of LruBlockCache configurable per column-family

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Incomplete
    • None
    • None
    • io, regionserver
    • None

    Description

      An extension of HBASE-10263 per yuzhihong@gmail.com's suggestion.

      brief description of this extension is as below:
      1. if the global inMemoryForceMode is on, all in-memory blocks are preemptive no matter what their per-column-family inMemoryForceMode are;
      2. if the global inMemoryForceMode is off, only in-memory blocks of column-family with inMemoryForceMode on are preemptive; non-preemptive inMemory blocks respect the single/multi/memory ratio;

      In short, global flag dominates, and per-column-family flag can only control its own blocks.

      Attachments

        Activity

          People

            Unassigned Unassigned
            fenghh Honghua Feng
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: