You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2014/11/06 01:43:34 UTC

[jira] [Created] (HBASE-12432) RpcRetryingCaller should log after fixed number of retries like AsyncProcess

Nick Dimiduk created HBASE-12432:
------------------------------------

             Summary: 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
            Priority: Minor


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)