You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Guanghao Zhang (JIRA)" <ji...@apache.org> on 2018/11/19 02:25:01 UTC

[jira] [Created] (HBASE-21498) Master OOM when SplitTableRegionProcedure new CacheConfig and instantiate a new BlockCache

Guanghao Zhang created HBASE-21498:
--------------------------------------

             Summary: Master OOM when SplitTableRegionProcedure new CacheConfig and instantiate a new BlockCache
                 Key: HBASE-21498
                 URL: https://issues.apache.org/jira/browse/HBASE-21498
             Project: HBase
          Issue Type: Improvement
            Reporter: Guanghao Zhang
            Assignee: Guanghao Zhang


In our cluster, we use a small heap/offheap config for master. After HBASE-21290, master doesn't instantiate BlockCache when it not carry table. But it will new CacheConfig in SplitTableRegionProcedure.splitStoreFiles method. And it will instantiate a new BlockCache if it not initialized before and make master OOM.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)