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

scheduler: skip evict-leader-scheduler when setting schedule deny label #8303

Merged
merged 31 commits into from
Jun 24, 2024

Commits on Jun 17, 2024

  1. skip evict-leader-scheduler

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    844aa84 View commit details
    Browse the repository at this point in the history
  2. refine comment

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0f95d6e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix comment

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    78200a4 View commit details
    Browse the repository at this point in the history
  2. add real cluster test

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    de0c440 View commit details
    Browse the repository at this point in the history
  3. fix lint

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c3e122d View commit details
    Browse the repository at this point in the history
  4. add log

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d37ce02 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    15c9eee View commit details
    Browse the repository at this point in the history
  6. fix comment

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fbca577 View commit details
    Browse the repository at this point in the history
  7. add log

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    61865f3 View commit details
    Browse the repository at this point in the history
  8. revert pd count

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3430f19 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. fix ci

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2efe6ec View commit details
    Browse the repository at this point in the history
  2. clean data after test

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    52e4c96 View commit details
    Browse the repository at this point in the history
  3. update log level to debug

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    616363b View commit details
    Browse the repository at this point in the history
  4. fix ci

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    182188e View commit details
    Browse the repository at this point in the history
  5. fix ci

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    00ea6d4 View commit details
    Browse the repository at this point in the history
  6. fix typo

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4cbf362 View commit details
    Browse the repository at this point in the history
  7. add force param

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1ae13f2 View commit details
    Browse the repository at this point in the history
  8. update test

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    96ae0a6 View commit details
    Browse the repository at this point in the history
  9. update api

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4355569 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    5701d24 View commit details
    Browse the repository at this point in the history
  2. disable restart test

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    231bd8a View commit details
    Browse the repository at this point in the history
  3. add wait for time

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6b72f31 View commit details
    Browse the repository at this point in the history
  4. fix ci

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2a51bd1 View commit details
    Browse the repository at this point in the history
  5. fix comment and add some tests

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ab2761a View commit details
    Browse the repository at this point in the history
  6. revert comment

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ad19424 View commit details
    Browse the repository at this point in the history
  7. fix delete not found

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fa47700 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Merge branch 'master' of github.com:tikv/pd into fix-scheduler-deny

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f400afa View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    077d864 View commit details
    Browse the repository at this point in the history
  2. fix ci

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    18d1a97 View commit details
    Browse the repository at this point in the history
  3. fix comment

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1a31857 View commit details
    Browse the repository at this point in the history
  4. fix comment

    Signed-off-by: okJiang <819421878@qq.com>
    okJiang committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f981b69 View commit details
    Browse the repository at this point in the history