You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "zhouyingchao (JIRA)" <ji...@apache.org> on 2015/07/30 05:17:04 UTC

[jira] [Created] (HBASE-14168) Avoid useless retry as exception implies in TableRecordReaderImpl

zhouyingchao created HBASE-14168:
------------------------------------

             Summary: Avoid useless retry as exception implies in TableRecordReaderImpl
                 Key: HBASE-14168
                 URL: https://issues.apache.org/jira/browse/HBASE-14168
             Project: HBase
          Issue Type: Bug
          Components: mapreduce
            Reporter: zhouyingchao
            Priority: Minor


In TableRecordReaderImpl, even if the next() of scan throws DoNotRetryIOException, it would still be retried. This does not make sense and should be avoided.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)