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

Hudson commented on HBASE-15665:
--------------------------------

SUCCESS: Integrated in HBase-1.3-IT #621 (See 
[https://builds.apache.org/job/HBase-1.3-IT/621/])
HBASE-15665 Support using different StoreFileComparators for different 
(zhangduo: rev 8568b0cb81b767d1ac5508388a4ef1bd3994c3d3)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/DateTieredCompactionPolicy.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileManager.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java


> Support using different StoreFileComparators for different CompactionPolicies
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-15665
>                 URL: https://issues.apache.org/jira/browse/HBASE-15665
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Compaction
>    Affects Versions: 2.0.0, 1.3.0, 0.98.19, 1.4.0
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>             Fix For: 2.0.0, 1.3.0, 0.98.19, 1.4.0
>
>         Attachments: HBASE-15665-0.98.patch, HBASE-15665-branch-1.patch, 
> HBASE-15665.patch
>
>
> Now for DateTieredCompactionPolicy, if we output multiple files when 
> compaction, we will use the same max sequence id for all the output files(see 
> HBASE-15389 for more details). So we need to sort the store files by 
> timestamp if they have the same max sequence id which is different from the 
> original store file comparator.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to