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

HBase Review Board commented on HBASE-3290:
-------------------------------------------

Message from: "Nicolas" <nspiegelb...@facebook.com>

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.cloudera.org/r/1263/
-----------------------------------------------------------

(Updated 2010-11-30 23:21:26.259598)


Review request for hbase.


Summary
-------

Add ability to specify a maximum storefile size for compaction. After this 
limit, we will not include this file in compactions. This is useful for large 
object stores and clusters that pre-split regions.


This addresses bug HBASE-3290.
    http://issues.apache.org/jira/browse/HBASE-3290


Diffs
-----

  trunk/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java 1040878 
  trunk/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFile.java 
1040878 
  
trunk/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompactSelection.java
 PRE-CREATION 

Diff: http://review.cloudera.org/r/1263/diff


Testing
-------

mvn test -Dtest=TestCompactSelection
mvn test -Dtest=TestCompaction
mvn test -Dtest=TestFromClientSide
mvn test

cluster testing


Thanks,

Nicolas




> Max Compaction Size
> -------------------
>
>                 Key: HBASE-3290
>                 URL: https://issues.apache.org/jira/browse/HBASE-3290
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>
> Add ability to specify a maximum storefile size for compaction.  After this 
> limit, we will not include this file in compactions.  This is useful for 
> large object stores and clusters that pre-split regions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to