Do not retry exceptions such as unknown scanner or illegal argument
-------------------------------------------------------------------
Key: HBASE-656
URL: https://issues.apache.org/jira/browse/HBASE-656
Project: Hadoop HBase
Issue Type: Bug
Reporter: stack
Fix For: 0.2.0
We moved a bunch of the client code inside Callables. Exceptions out of
Callable.call are caught and the method reinvoked up to the retry limit. This
behavior is done even if the exception shouldn't be retried: e.g.
UnknownScannerException. In the latter case, it doesn't matter how many times
you retry, its never going to come right.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.