[
https://issues.apache.org/jira/browse/HBASE-20881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16588331#comment-16588331
]
stack commented on HBASE-20881:
-------------------------------
Interesting. I'd think we could do faster than 500 regions in 7min. [~busbey]
added nice 'machine' output so could get list of processes, load, etc., so
could tell if machine was struggling or not. Here it is for nightly
branch-2.0...
https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.0/710/artifact/output-general/machine/
You can get same for nightly. It does not seem to be on the flakey run
though... which makes sense... I suppose. So, slow assign messes up the test?
Make it 100 regions instead of 500?
> Introduce a region transition procedure to handle all the state transition
> for a region
> ---------------------------------------------------------------------------------------
>
> Key: HBASE-20881
> URL: https://issues.apache.org/jira/browse/HBASE-20881
> Project: HBase
> Issue Type: Sub-task
> Components: amv2, proc-v2
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 3.0.0, 2.2.0
>
> Attachments: HBASE-20881-v1.patch, HBASE-20881-v10.patch,
> HBASE-20881-v11.patch, HBASE-20881-v12.patch, HBASE-20881-v13.patch,
> HBASE-20881-v13.patch, HBASE-20881-v14.patch, HBASE-20881-v14.patch,
> HBASE-20881-v15.patch, HBASE-20881-v16.patch, HBASE-20881-v2.patch,
> HBASE-20881-v3.patch, HBASE-20881-v4.patch, HBASE-20881-v4.patch,
> HBASE-20881-v5.patch, HBASE-20881-v6.patch, HBASE-20881-v7.patch,
> HBASE-20881-v7.patch, HBASE-20881-v8.patch, HBASE-20881-v9.patch,
> HBASE-20881.patch
>
>
> Now have an AssignProcedure, an UnssignProcedure, and also a
> MoveRegionProcedure which schedules an AssignProcedure and an
> UnssignProcedure to move a region. This makes the logic a bit complicated, as
> MRP is not a RIT, so when SCP can not interrupt it directly...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)