You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2016/11/11 07:10:58 UTC

[jira] [Updated] (HBASE-17071) Do not initialize MemstoreChunkPool when use mslab option is turned off

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

Anoop Sam John updated HBASE-17071:
-----------------------------------
    Attachment: HBASE-17071.patch

> Do not initialize MemstoreChunkPool when use mslab option is turned off
> -----------------------------------------------------------------------
>
>                 Key: HBASE-17071
>                 URL: https://issues.apache.org/jira/browse/HBASE-17071
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 2.0.0
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>             Fix For: 2.0.0
>
>         Attachments: HBASE-17071.patch
>
>
> This is a 2.0 only issue and induced by HBASE-16407. 
> We are initializing MSLAB chunk pool along with RS start itself now. (To pass it as a HeapMemoryTuneObserver).
> When MSLAB is turned off  (ie. hbase.hregion.memstore.mslab.enabled is configured false) we should not be initializing MSLAB chunk pool at all.  By default the initial chunk count to be created will be 0 only.  Still better to avoid.



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