You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Liu Shaohui (JIRA)" <ji...@apache.org> on 2014/11/06 05:27:34 UTC

[jira] [Created] (HBASE-12434) Add a command to compact all the region in a regionserver

Liu Shaohui created HBASE-12434:
-----------------------------------

             Summary: Add a command to compact all the region 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


When adding 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)