Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] [segment replication] decouple the rateLimiter of segrep and recovery #13181

Merged
merged 2 commits into from
Apr 15, 2024

Commits on Apr 15, 2024

  1. [segment replication] decouple the rateLimiter of segrep and recovery (

    …#12959)
    
    * [segment replication] decouple the rateLimiter of segrep and recovery (12939)
    
    add setting "segrep.max_bytes_per_sec"
    
    Signed-off-by: maxliu <[email protected]>
    
    * [segment replication] decouple the rateLimiter of segrep and recovery (12939)
    
    use setting "indices.replication.max_bytes_per_sec" if enable "indices.replication.use_individual_rate_limiter"
    
    Signed-off-by: maxliu <[email protected]>
    
    * [segment replication] decouple the rateLimiter of segrep and recovery (12939)
    
    setting "indices.replication.max_bytes_per_sec" takes effect when not negative
    
    Signed-off-by: maxliu <[email protected]>
    
    * [segment replication] decouple the rateLimiter of segrep and recovery (#12939)
    
    add setting "indices.replication.max_bytes_per_sec" which takes effect when not negative
    
    Signed-off-by: maxliu <[email protected]>
    
    Adds change log
    
    Signed-off-by: maxliu <[email protected]>
    
    ---------
    
    Signed-off-by: maxliu <[email protected]>
    (cherry picked from commit 6bc04b4)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored and mch2 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b12306c View commit details
    Browse the repository at this point in the history
  2. Add back public API in RecoverySettings to 2.x

    Signed-off-by: Marc Handalian <[email protected]>
    mch2 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    031698d View commit details
    Browse the repository at this point in the history