You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Liu Shaohui (JIRA)" <ji...@apache.org> on 2016/02/26 06:01:18 UTC

[jira] [Created] (HBASE-15338) Add a option to disable the data block cache for testing the performance of underlying file system

Liu Shaohui created HBASE-15338:
-----------------------------------

             Summary: Add a option to disable the data block cache for testing the performance of underlying file system
                 Key: HBASE-15338
                 URL: https://issues.apache.org/jira/browse/HBASE-15338
             Project: HBase
          Issue Type: Improvement
          Components: integration tests
            Reporter: Liu Shaohui
            Assignee: Liu Shaohui


When testing and comparing the performance of different file systems(HDFS, Azure blob storage, AWS S3 and so on) for HBase, it's better to avoid the affect of the HBase BlockCache and get the actually random read latency when data block is read from underlying file system. (Usually, the index block and meta block should be cached in memory in the testing).

So we add a option in CacheConfig to disable the data block cache.

Suggestions are welcomed~ Thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)