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

Support intra-broker throttling (replica.alter.log.dirs.io.max.bytes.per.second) #2145

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    a915f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e324b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c283d7 View commit details
    Browse the repository at this point in the history
  4. Add ReplicationThrottleHelper#LOG_DIR_THROTTLED_RATE support

    - Add: setLogDirThrottles, setLogDirThrottledRateIfNecessary
    - Rename: removeReplicationThrottledRateFromBroker → removeThrottledRatesFromBroker
    dongjinleekr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4087b85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88aac15 View commit details
    Browse the repository at this point in the history
  6. fix: linkedin#1851 Separate (un)setting throttling for inter/intra-br…

    …oker rebalanacing
    
        - Rename: ReplicationThrottleHelper.clearThrottles → clearInterBrokerThrottles
        - Add ReplicationThrottleHelper.clearIntraBrokerThrottles
        - Executor.intraBrokerMoveReplicas now calls ReplicationThrottleHelper.setLogDirThrottles, ReplicationThrottleHelper.clearIntraBrokerThrottles
    dongjinleekr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c59c864 View commit details
    Browse the repository at this point in the history