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

Nicolas Spiegelberg commented on HBASE-3620:
--------------------------------------------

Let me see if I can hack up a 0.90 version.  The main change was going from 
server.getRegionsAssignment() to server.getOnlineRegions().  Note that the RS 
assignment check is not truly parallel because 
HConnection.getHRegionConnection() used a big lock.  There is a subsequent JIRA 
that will address this issue.

> Make HBCK Faster
> ----------------
>
>                 Key: HBASE-3620
>                 URL: https://issues.apache.org/jira/browse/HBASE-3620
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>         Attachments: hbck_perf.patch
>
>
> Make the HBCK utility contact all region servers & HDFS directories in 
> parallel. This will speedup hbck processing, especially when there are lots 
> of region servers.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to