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

schedule: operator limit for stores #1474

Merged
merged 22 commits into from
May 22, 2019
Merged

schedule: operator limit for stores #1474

merged 22 commits into from
May 22, 2019

Commits on May 22, 2019

  1. server: fix cannot send error in heartbeat stream (tikv#1521)

    Signed-off-by: nolouch <nolouch@gmail.com>
    nolouch authored and rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    c5dbd1a View commit details
    Browse the repository at this point in the history
  2. add store limit for scheduling

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    edd18d6 View commit details
    Browse the repository at this point in the history
  3. add overloadFilter

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    ded7b1c View commit details
    Browse the repository at this point in the history
  4. tiny change

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    240c014 View commit details
    Browse the repository at this point in the history
  5. set MaxScheduleCost to 0 by default

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    f79e2e8 View commit details
    Browse the repository at this point in the history
  6. use ratelimit for store

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    ecfc77f View commit details
    Browse the repository at this point in the history
  7. rename exceedStoreCost to exceedStoreLimit

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    b10fd6e View commit details
    Browse the repository at this point in the history
  8. adjust configurations

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    4039917 View commit details
    Browse the repository at this point in the history
  9. add pd-ctl limit command

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    4bf13be View commit details
    Browse the repository at this point in the history
  10. add metrics for limiter

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    0d9a595 View commit details
    Browse the repository at this point in the history
  11. tiny fix

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    0c08cab View commit details
    Browse the repository at this point in the history
  12. add show command

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    ab77a91 View commit details
    Browse the repository at this point in the history
  13. tiny fix and clean up

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    14991bb View commit details
    Browse the repository at this point in the history
  14. adjust TolerantSizeRatio automatically

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    8ad268c View commit details
    Browse the repository at this point in the history
  15. change the meaning of bucket rate

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    480c637 View commit details
    Browse the repository at this point in the history
  16. remove explicitly setting compacity

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    8ccf0d9 View commit details
    Browse the repository at this point in the history
  17. improve the limit metrics

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    206b606 View commit details
    Browse the repository at this point in the history
  18. address comment

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    777ceff View commit details
    Browse the repository at this point in the history
  19. address comments

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    b4adbb5 View commit details
    Browse the repository at this point in the history
  20. remove unnecessary comment

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    a04f6a2 View commit details
    Browse the repository at this point in the history
  21. remove overloadfilter from region_scatterer

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed May 22, 2019
    Configuration menu
    Copy the full SHA
    9d340cf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4a92eb7 View commit details
    Browse the repository at this point in the history