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

Block indexes and meta blocks should be put into the LRU

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • regionserver

    Description

      Currently we are not tracking the heap usage of block indexes. We're just relying on the fact that we leave a large percentage of total heap as part of "everything else" not in memstores or the block cache. The "everything else" portion should be left for ephemeral/transient memory usage, not long-lived objects like block indexes. Introduction of blooms will extend this issue to meta blocks in general.

      All of this should be moved into an LRU. Either the existing block cache LRU or a new LRU.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              streamy Jonathan Gray
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: