[ 
https://issues.apache.org/jira/browse/HBASE-29796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sid Khillon updated HBASE-29796:
--------------------------------
    Release Note: 
Setting a PeerConfig configuration value beginning with "replication.source" 
will override the value in the ReplicationSource for only that peer. 

If the default value for "replication.source.sleepforretries" is 1000 and there 
are two peers, '0' and '1', running "update_peer_config '0', CONFIG => { 
"replication.source.sleepforretries" => "500" }" will result in '0' using a 
value of 500 and '1' using the default value of 1000.

> Allow sleepForRetry replication config to be overridden by replication peers
> ----------------------------------------------------------------------------
>
>                 Key: HBASE-29796
>                 URL: https://issues.apache.org/jira/browse/HBASE-29796
>             Project: HBase
>          Issue Type: Improvement
>          Components: Replication
>    Affects Versions: 4.0.0-alpha-1, 2.7.0, 3.0.0-beta-2
>            Reporter: Sid Khillon
>            Assignee: Sid Khillon
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0-alpha-1, 2.7.0, 3.0.0-beta-2, 2.6.5
>
>
> Currently, sleepForRetries (the sleep time between retry attempts during 
> replication) is only configurable globally via the 
> replication.source.sleepforretries configuration property. This makes it 
> impossible to tune behavior for individual replication peers that may have 
> different requirements.      
>                                                                               
>                                      
> This change would add support for configuring sleepForRetries on a per-peer 
> basis, with fallback to the global configuration when not set.



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

Reply via email to