You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "zhengsicheng (Jira)" <ji...@apache.org> on 2023/02/02 05:20:00 UTC

[jira] [Commented] (HBASE-27523) Add BulkLoad bandwidth throttling

    [ https://issues.apache.org/jira/browse/HBASE-27523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683227#comment-17683227 ] 

zhengsicheng commented on HBASE-27523:
--------------------------------------

[~zhangduo]  Added description RP available

> Add BulkLoad bandwidth throttling
> ---------------------------------
>
>                 Key: HBASE-27523
>                 URL: https://issues.apache.org/jira/browse/HBASE-27523
>             Project: HBase
>          Issue Type: New Feature
>            Reporter: zhengsicheng
>            Assignee: zhengsicheng
>            Priority: Minor
>         Attachments: image-2023-02-02-13-10-06-619.png
>
>
> #  Background:
> During bulk load HFile copy, the server performance is affected to prevent the bandwidth of the server from being full. We can design a throttler to limit the speed of copy and thus limit the bandwidth used by copy
>  #  Function:
>  2.1 Dynamically Updating Traffic Limiting Configurations
>  2.2 Node copy HFile Traffic Limiting
>  2.3 Synchronous copy HFile of the Active and Standby Clusters is unlimited
>  #  Mode of Use:
> hbase.regionserver.bulkload.node.bandwidth is greater than 0 open unit Byte/sec
> Update the limit value with update_all_config or update_config 'node'
>  #  Effect:
> // Begin 5M/sec
> <property>
>   <name>hbase.regionserver.bulkload.node.bandwidth</name>
>   <value>5242880</value>
>   <source>hbase-site.xml</source>
> </property>
> // After update_all_config to 10M/sec
> <property>
>   <name>hbase.regionserver.bulkload.node.bandwidth</name>
>   <value>5242880</value>
>   <source>hbase-site.xml</source>
> </property>
> !image-2023-02-02-13-10-06-619.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)