[
https://issues.apache.org/jira/browse/HBASE-12432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14202818#comment-14202818
]
Hudson commented on HBASE-12432:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #5754 (See
[https://builds.apache.org/job/HBase-TRUNK/5754/])
HBASE-12432 RpcRetryingCaller should log after fixed number of retries like
AsyncProcess (apurtell: rev fb1af86ee1700ca1e6817c0c988ec9d5da1215d2)
*
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestFastFailWithoutTestUtil.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RpcRetryingCaller.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java
*
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestAsyncProcess.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RpcRetryingCallerFactory.java
> RpcRetryingCaller should log after fixed number of retries like AsyncProcess
> ----------------------------------------------------------------------------
>
> Key: HBASE-12432
> URL: https://issues.apache.org/jira/browse/HBASE-12432
> Project: HBase
> Issue Type: Improvement
> Components: Client
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Priority: Minor
> Fix For: 2.0.0, 0.98.8, 0.99.2
>
> Attachments: HBASE-12432.00-0.98.patch, HBASE-12432.00.patch,
> HBASE-12432.01-0.98.patch, HBASE-12432.01.patch
>
>
> Scanner retry is handled by RpcRetryingCaller. This is different from multi,
> which is handled by AsyncProcess. AsyncProcess will start logging operation
> status after hbase.client.start.log.errors.counter retries have been
> attempted. Let's bring the same functionality over to Scanner path.
> Noticed this while debugging IntegrationTestMTTR.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)