[
https://issues.apache.org/jira/browse/HBASE-7517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell closed HBASE-7517.
--------------------------------------
> Preemptive fast fail exception should not be processed multiple times in the
> stack
> ----------------------------------------------------------------------------------
>
> Key: HBASE-7517
> URL: https://issues.apache.org/jira/browse/HBASE-7517
> Project: HBase
> Issue Type: Bug
> Reporter: Amitanand Aiyer
> Priority: Minor
>
> Preemptive fast fail exception is a mechanism to prevent client threads from
> blocking on talking to a unresponsive server.
> This was introduced in HBASE-6629.
> However, if a PFFE is thrown from an inner function (say locateRegionInMeta),
> then the outer functions should not process this exception as a failure in
> talking to the RS. We should just percolate this exception back to the client.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)