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

schedulers: improve store-load-based scheduler #2053

Merged
merged 17 commits into from Jan 9, 2020
Merged

Commits on Jan 6, 2020

  1. cherry pick from [new-hotspot-scheduler] schedulers: improve store-lo…

    …ad-based scheduler tikv#1754
    
    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 6, 2020
    Copy the full SHA
    39286bc View commit details
    Browse the repository at this point in the history
  2. address comment

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 6, 2020
    Copy the full SHA
    aac94f1 View commit details
    Browse the repository at this point in the history
  3. fix merge

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 6, 2020
    Copy the full SHA
    ede24b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Update server/schedulers/hot_region.go

    Co-Authored-By: Luffbee <luffbee@outlook.com>
    lhy1024 and Luffbee committed Jan 7, 2020
    Copy the full SHA
    3cbf3bf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c73e9f4 View commit details
    Browse the repository at this point in the history
  3. address comment

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 7, 2020
    Copy the full SHA
    6b5302d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d8e152f View commit details
    Browse the repository at this point in the history
  5. address comment

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 7, 2020
    Copy the full SHA
    5943557 View commit details
    Browse the repository at this point in the history
  6. fix lint

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 7, 2020
    Copy the full SHA
    a885d63 View commit details
    Browse the repository at this point in the history
  7. add checkVariation to ensure that variation will become smaller

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 7, 2020
    Copy the full SHA
    451599b View commit details
    Browse the repository at this point in the history
  8. address comment

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 7, 2020
    Copy the full SHA
    65aa40f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. address comment

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 8, 2020
    Copy the full SHA
    04c413d View commit details
    Browse the repository at this point in the history
  2. address comment

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 8, 2020
    Copy the full SHA
    d8cad10 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary balance type

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 8, 2020
    Copy the full SHA
    03b7351 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. remove pickByFlowBytes

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jan 9, 2020
    Copy the full SHA
    e02828a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d68a9db View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ac3b5b7 View commit details
    Browse the repository at this point in the history