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

Hudson commented on HBASE-12434:
--------------------------------

SUCCESS: Integrated in HBase-1.0 #451 (See 
[https://builds.apache.org/job/HBase-1.0/451/])
HBASE-12434 Add a command to compact all the regions in a regionserver (Liu 
Shaohui) (stack: rev 9bbde31a81daf0f2ecc4bb2cc32d155f7edbab1a)
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
* hbase-shell/src/main/ruby/hbase/admin.rb
* hbase-shell/src/main/ruby/shell/commands/compact_rs.rb
* hbase-shell/src/main/ruby/shell.rb


> Add a command to compact all the regions in a regionserver
> ----------------------------------------------------------
>
>                 Key: HBASE-12434
>                 URL: https://issues.apache.org/jira/browse/HBASE-12434
>             Project: HBase
>          Issue Type: Improvement
>          Components: shell
>            Reporter: Liu Shaohui
>            Assignee: Liu Shaohui
>            Priority: Minor
>             Fix For: 2.0.0, 0.99.2
>
>         Attachments: HBASE-12434-v1.diff
>
>
> When adding a new regionserver to the hbase cluster, the data locality of the 
> regions in the new regionserver is very low. Most read hdfs requests from 
> these regions are remote read, not local read. So, the latency of read 
> request to these regions is not stable. 
> Usually we can compact all the regions in the new regionserver to improve the 
> data locality in offpeak.
> So we add a command: compact_rs in hbase shell.



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

Reply via email to