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

Hudson commented on HBASE-9829:
-------------------------------

FAILURE: Integrated in HBase-TRUNK #4723 (See 
[https://builds.apache.org/job/HBase-TRUNK/4723/])
HBASE-9829 make the compaction logging less confusing (sershe: rev 1550866)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplitThread.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/HStore.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/CompactionRequest.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/DefaultCompactor.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/RatioBasedCompactionPolicy.java


> make the compaction logging less confusing
> ------------------------------------------
>
>                 Key: HBASE-9829
>                 URL: https://issues.apache.org/jira/browse/HBASE-9829
>             Project: HBase
>          Issue Type: Improvement
>          Components: Compaction
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>            Priority: Minor
>             Fix For: 0.99.0
>
>         Attachments: HBASE-9829.01.patch, HBASE-9829.patch
>
>
> 1) One of the most popular question from HBase users has got to be "I have 
> scheduled major compactions to run once per week, why are there so many".
> We need to somehow tell the user, wherever we log that there is a "major" 
> compaction, whether it's a major compaction because that's what was in the 
> request (from regular major compaction or user request), or was it just 
> promoted because it took all files. Esp. the latter should be clear.
> 2) small vs large compaction threads and minor vs major compactions is 
> confusing. Maybe the threads can be named short and long compactions.
> We



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to