[ 
https://issues.apache.org/jira/browse/HBASE-18994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216334#comment-16216334
 ] 

stack commented on HBASE-18994:
-------------------------------

If default is set, we make compaction NONE, else we make it the 'default'?

272           if (defaultMemstoreForSystemTables) {
273             inMemoryCompaction = MemoryCompactionPolicy.NONE;
274           } else {
275             // basic is the default type for compacting memstore
276             inMemoryCompaction = MemoryCompactionPolicy.BASIC;
277           }



> Decide if META/System tables should use Compacting Memstore or Default 
> Memstore
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-18994
>                 URL: https://issues.apache.org/jira/browse/HBASE-18994
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 2.0.0-alpha-3
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-18994.patch
>
>
> HBASE-18992 brought this topic. Currently META is also using Compacting 
> Memstore. We should decide if system tables can go with Default memstore only.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to