[
https://issues.apache.org/jira/browse/HBASE-19161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell closed HBASE-19161.
---------------------------------------
Assignee: (was: Umesh Agashe)
> For system tables, if config 'hbase.systemtables.compacting.memstore.type' is
> not specified then DefaultMemStore is used
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-19161
> URL: https://issues.apache.org/jira/browse/HBASE-19161
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 2.0.0-alpha-4
> Reporter: Umesh Agashe
> Priority: Minor
> Fix For: 2.0.0-beta-1, 2.0.0
>
>
> For system tables, if config 'hbase.systemtables.compacting.memstore.type' is
> not specified then code default 'NONE' is used which causes instantiation of
> DefaultMemStore class. That means for everyone to use CompactingMemStore
> they need to specify this config value. Reversing it will help i.e. if user
> explicitly specifies 'hbase.systemtables.compacting.memstore.type' to 'NONE'
> then only DefaultMemStore class is used.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)