[
https://issues.apache.org/jira/browse/HBASE-22343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang resolved HBASE-22343.
-------------------------------
Resolution: Fixed
Assignee: Duo Zhang
Hadoop Flags: Reviewed
Pushed to branch-2.2+.
Thanks [~stack] for reviewing.
Maybe we need an release note as we added two new configs, though there are not
supposed to be set by user. Will fill it later.
> Make procedure retry interval configurable in test
> --------------------------------------------------
>
> Key: HBASE-22343
> URL: https://issues.apache.org/jira/browse/HBASE-22343
> Project: HBase
> Issue Type: Bug
> Components: amv2, test
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 3.0.0, 2.2.0, 2.3.0
>
>
> I think the problem is related to HBASE-22193, where we add exponential
> backoff when failing to open a region. Saw this in the output
> {noformat}
> 2019-04-29 20:43:09,624 WARN [PEWorker-24]
> assignment.TransitRegionStateProcedure(351): Failed transition, suspend
> 129secs pid=15, state=RUNNABLE:REGION_STATE_TRANSITION_GET_ASSIGN_CANDIDATE,
> hasLock=true;
> {noformat}
> And the wait time is 180 seconds, so we time out...
> Maybe we should introduce a max wait time config, and set it to a small value
> in this test...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)