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

Hudson commented on HBASE-7412:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #317 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/317/])
    HBASE-7412 Fix how HTableDescriptor handles default max file size and flush 
size (Revision 1426657)

     Result = FAILURE
jxiang : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ConstantSizeRegionSplitPolicy.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/IncreasingToUpperBoundRegionSplitPolicy.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/TestHTableDescriptor.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java

                
> Fix how HTableDescriptor handles default max file size and flush size
> ---------------------------------------------------------------------
>
>                 Key: HBASE-7412
>                 URL: https://issues.apache.org/jira/browse/HBASE-7412
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>            Priority: Minor
>             Fix For: 0.96.0, 0.94.4
>
>         Attachments: 0.94-7412.patch, 0.94-7412_v2.patch, trunk-7412.patch, 
> trunk-7412_v2.patch
>
>
> If the region flush size is not set in the table, 
> IncreasingToUpperBoundRegionSplitPolicy will most likely always use the 
> default value: 128MB, even if the flush size is set to a different value in 
> hbase-site.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to