jianghua zhu created HBASE-23667:
------------------------------------
Summary: How to improve replication performance.
Key: HBASE-23667
URL: https://issues.apache.org/jira/browse/HBASE-23667
Project: HBase
Issue Type: Improvement
Reporter: jianghua zhu
Inside the Replication function, when the sink node is selected as the source
node, a node is randomly selected as the sink node. This presents a problem:
the selected node has a relatively large replication traffic of its own, which
increases the stress of node processing.
To solve this problem, as a sink node, you can set up the flow control, which
of course is for Replication. At the node of the sink end of the source end,
the node with high flow can be filtered out and the node with low pressure can
be selected by virtue of the flow control.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)