You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2014/09/27 01:38:34 UTC

[jira] [Resolved] (HBASE-11970) BlockCache would be instantiated when Master doesn't host regions

     [ https://issues.apache.org/jira/browse/HBASE-11970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jimmy Xiang resolved HBASE-11970.
---------------------------------
    Resolution: Implemented

Fixed this in HBASE-12034. For master that doesn't host any region, block cache is not instantiated.

> BlockCache would be instantiated when Master doesn't host regions
> -----------------------------------------------------------------
>
>                 Key: HBASE-11970
>                 URL: https://issues.apache.org/jira/browse/HBASE-11970
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.99.0
>            Reporter: Ted Yu
>            Assignee: Jimmy Xiang
>
> HMaster ctor calls HRegionServer ctor which calls CacheConfig ctor where CacheConfig.instantiateBlockCache() would create BlockCache.
> This happens even if Master is configured not to host regions.
> This was observed when I tried to answer question from the thread titled:
> 'The default hbase.regionserver.info.port doesn't work'



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