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

planner: refine planner code for disaggregated tiflash mode #39813

Merged
merged 15 commits into from
Dec 29, 2022

Commits on Dec 10, 2022

  1. planner: refine planner code in disaggregated tiflash mode

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    cd17496 View commit details
    Browse the repository at this point in the history
  2. better refine(consider task type)

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    1f79552 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. fix planner(Selection); fix gcworker

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    fd77409 View commit details
    Browse the repository at this point in the history
  2. refine case and failpoint

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    3d94b23 View commit details
    Browse the repository at this point in the history
  3. delete unnecessary var

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    e266256 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    cd3fcaf View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    8f32c37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e298492 View commit details
    Browse the repository at this point in the history
  3. fix unit-test case (window)

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a1f7042 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'disaggregate_planner_error' of github.com:guo-shaoge/ti…

    …db into disaggregate_planner_error
    guo-shaoge committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b1b4657 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8fd626 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. fix noMPP

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    70f158f View commit details
    Browse the repository at this point in the history
  2. check task before call addSelection4PlanCache

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    77a3676 View commit details
    Browse the repository at this point in the history
  3. fix tautological condition: non-nil != nil (nilness)

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    b0a8cd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf4321f View commit details
    Browse the repository at this point in the history