[ 
https://issues.apache.org/jira/browse/HBASE-7517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amitanand Aiyer updated HBASE-7517:
-----------------------------------

    Description: 
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.


    
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to