[
https://issues.apache.org/jira/browse/HBASE-27062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
chenglei reassigned HBASE-27062:
--------------------------------
Assignee: chenglei
> ThreadPool is unnecessary in HBaseInterClusterReplicationEndpoint when use
> AsyncClusterConnection
> -------------------------------------------------------------------------------------------------
>
> Key: HBASE-27062
> URL: https://issues.apache.org/jira/browse/HBASE-27062
> Project: HBase
> Issue Type: Improvement
> Components: Replication
> Affects Versions: 3.0.0-alpha-2
> Reporter: chenglei
> Assignee: chenglei
> Priority: Major
>
> For master branch, {{HBaseInterClusterReplicationEndpoint}} has already to
> use {{AsyncClusterConnection}} to send to peer cluster, but it still use
> {{ThreadPoolExecutor}} to call {{AsyncRegionServerAdmin.replicateWALEntry}}
> synchronously, I think we could remove the {{ThreadPoolExecutor}} and call
> {{AsyncRegionServerAdmin.replicateWALEntry}} using asynchronous style.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)