[ https://issues.apache.org/jira/browse/HBASE-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
stack updated HBASE-5952: ------------------------- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Committed to 0.92 branch. Thanks for the patch Jimmy. > Sync hardcoded default flush size and max file size with hbase-default.xml > -------------------------------------------------------------------------- > > Key: HBASE-5952 > URL: https://issues.apache.org/jira/browse/HBASE-5952 > Project: HBase > Issue Type: Bug > Affects Versions: 0.92.2 > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Priority: Minor > Fix For: 0.92.2 > > Attachments: hbase-5952.patch > > > Since the hardcoded default flush size is 64MB, but the default in > hbase-default.xml is 128MB, if the client does set it to 64MB, > the actual flush size will be 128MB instead, due to the way HRegion get the > flush size. We can change how HRegion get the flush size, > but it is clean and simple to sync up the defaults. -- 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