Phil Yang created HBASE-18390:
---------------------------------
Summary: Sleep too long when finding region location failed
Key: HBASE-18390
URL: https://issues.apache.org/jira/browse/HBASE-18390
Project: HBase
Issue Type: Bug
Reporter: Phil Yang
Assignee: Phil Yang
If RegionServerCallable#prepare failed when getRegionLocation, the location in
this callable object is null. And before we retry we will sleep. However, when
location is null we will sleep at least 10 seconds. I think it is no need to
keep MIN_WAIT_DEAD_SERVER logic. Use backoff sleeping logic is ok for most
cases.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)