[
https://issues.apache.org/jira/browse/HBASE-14168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14649513#comment-14649513
]
Ted Yu commented on HBASE-14168:
--------------------------------
>From https://builds.apache.org/job/PreCommit-HBASE-Build/14942/consoleFull:
{code}
[INFO] HBase ............................................. SUCCESS [ 3.100 s]
[INFO] HBase - Checkstyle ................................ SUCCESS [ 0.451 s]
[INFO] HBase - Annotations ............................... SUCCESS [ 0.760 s]
[INFO] HBase - Protocol .................................. SUCCESS [ 11.645 s]
[INFO] HBase - Common .................................... SUCCESS [01:27 min]
[INFO] HBase - Procedure ................................. SUCCESS [02:35 min]
[INFO] HBase - Client .................................... SUCCESS [01:23 min]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [ 6.932 s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [ 6.781 s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [ 9.910 s]
[INFO] HBase - Server .................................... SUCCESS [ 01:51 h]
[INFO] HBase - Testing Util .............................. SUCCESS [ 1.414 s]
[INFO] HBase - Thrift .................................... SUCCESS [03:33 min]
[INFO] HBase - Shell ..................................... SUCCESS [03:17 min]
[INFO] HBase - Integration Tests ......................... SUCCESS [ 2.325 s]
[INFO] HBase - Examples .................................. SUCCESS [ 16.863 s]
[INFO] HBase - Rest ...................................... SUCCESS [09:21 min]
[INFO] HBase - Assembly .................................. SUCCESS [ 1.870 s]
[INFO] HBase - Shaded .................................... SUCCESS [ 0.065 s]
[INFO] HBase - Shaded - Client ........................... SUCCESS [ 0.348 s]
[INFO] HBase - Shaded - Server ........................... SUCCESS [ 0.620 s]
[INFO] Apache HBase - Spark .............................. SUCCESS [ 39.024 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:15 h
[INFO] Finished at: 2015-07-31T17:02:11+00:00
{code}
> Avoid useless retry for DoNotRetryIOException in TableRecordReaderImpl
> ----------------------------------------------------------------------
>
> Key: HBASE-14168
> URL: https://issues.apache.org/jira/browse/HBASE-14168
> Project: HBase
> Issue Type: Bug
> Components: mapreduce
> Reporter: zhouyingchao
> Assignee: zhouyingchao
> Priority: Minor
> Fix For: 2.0.0, 1.2.0, 1.1.2, 1.3.0
>
> Attachments: HBASE-14168-001.patch, HBASE-14168-002.patch
>
>
> 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)