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

Hudson commented on HBASE-17973:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-1.4 #727 (See 
[https://builds.apache.org/job/HBase-1.4/727/])
HBASE-17973 Create shell command to identify regions with poor locality 
(apurtell: rev eaaf70354f6d4e4ecfb18c1ff33389c19da5a2b3)
* (add) hbase-shell/src/test/ruby/hbase/list_regions_test_no_cluster.rb
* (edit) hbase-shell/src/main/ruby/shell/commands/list_regions.rb
* (edit) hbase-shell/src/main/ruby/hbase.rb
HBASE-17973 Fix incorrect method call in list_regions and expand tests 
(apurtell: rev 1d33f619188bfabe51c7ed217102e897e3c105e9)
* (edit) hbase-shell/src/test/ruby/hbase/list_regions_test_no_cluster.rb
* (edit) hbase-shell/src/main/ruby/shell/commands/list_regions.rb


> Create shell command to identify regions with poor locality
> -----------------------------------------------------------
>
>                 Key: HBASE-17973
>                 URL: https://issues.apache.org/jira/browse/HBASE-17973
>             Project: HBase
>          Issue Type: Improvement
>          Components: shell
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 2.0.0, 1.4.0
>
>         Attachments: HBASE-17973.001.patch, HBASE-17973.002.patch, 
> HBASE-17973.003.patch, HBASE-17973.branch-1.001.patch
>
>
> The data locality of regions often plays a large role in the efficiency of 
> HBase. Compactions are also expensive to execute, especially on very large 
> tables. The balancer can do a good job trying to maintain locality (when 
> tuned properly), but it is not perfect.
> This creates a less-than-desirable situation where it's a costly operation to 
> take a cluster with spotty poor locality (e.g. a small percentage of 
> regionservers with poor locality).
> We already have this information available via the {{ClusterStatus}} proto. 
> We can easily write a shell command that can present regions which are 
> lacking a certain percentage of locality.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to