You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "guanyun (Jira)" <ji...@apache.org> on 2019/12/08 13:34:03 UTC

[jira] [Created] (HBASE-23454) CLONE - [C++] implement request retry mechanism over RPC

guanyun created HBASE-23454:
-------------------------------

             Summary: CLONE - [C++] implement request retry mechanism over RPC
                 Key: HBASE-23454
                 URL: https://issues.apache.org/jira/browse/HBASE-23454
             Project: HBase
          Issue Type: Sub-task
            Reporter: guanyun
            Assignee: Xiaobing Zhou
         Attachments: HBASE-17465-HBASE-14850.000.patch, HBASE-17465-HBASE-14850.001.patch, HBASE-17465-HBASE-14850.002.patch, HBASE-17465-HBASE-14850.003.patch, HBASE-17465-HBASE-14850.004.patch, HBASE-17465-HBASE-14850.005.patch, HBASE-17465-HBASE-14850.006.patch, HBASE-17465-HBASE-14850.007.patch, HBASE-17465-HBASE-14850.008.patch, HBASE-17465-HBASE-14850.009.patch, HBASE-17465-HBASE-14850.010.patch, HBASE-17465-HBASE-14850.011.patch, hbase-17465_v12.patch

HBASE-17051 implemented RPC layer. Requests retries will make system reliable. This JIRA proposes adding it, which corresponds to similar implementation in  SingleRequestCallerBuilder (or BatchCallerBuilder, ScanSingleRegionCallerBuilder, SmallScanCallerBuilder, etc.) and AsyncSingleRequestRpcRetryingCaller. As a bonus, retry should be more generic, decoupled with HRegionLocation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)