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

stack commented on HBASE-5367:
------------------------------

{code}
    long flushSize = this.htableDescriptor.getMemStoreFlushSize();
    if (flushSize == HTableDescriptor.DEFAULT_MEMSTORE_FLUSH_SIZE) {
      flushSize = conf.getLong(HConstants.HREGION_MEMSTORE_FLUSH_SIZE,
         HTableDescriptor.DEFAULT_MEMSTORE_FLUSH_SIZE);
    }
{code}

So, looks like DEFAULT_MEMSTORE_FLUSH_SIZE is 64M which is confusing and we'll 
use whats in HTD IFF its different from this default.

Yeah, easy to get confused.
                
> [book] small formatting changes to compaction description in 
> Arch/Regions/Store
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-5367
>                 URL: https://issues.apache.org/jira/browse/HBASE-5367
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>            Priority: Minor
>         Attachments: book_hbase_5367.xml.patch, book_hbase_5367_2.xml.patch
>
>
> Fixing a few small-but-important things that came out of a post-commit 
> comment in HBASE-5365
> book.xml
> * corrected default region flush size (it's actually 64mb)
> * removed trailing 'F' in a ratio discussion.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to