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

executor: fix IndexMerge handle panic logic #41036

Merged
merged 24 commits into from
Feb 5, 2023

Commits on Feb 3, 2023

  1. executor: fix indexmerge handle panic logic

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1a8204b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6870571 View commit details
    Browse the repository at this point in the history
  3. fix

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

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a8847a7 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    bf5c133 View commit details
    Browse the repository at this point in the history
  6. add case

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3e4bf51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef1f609 View commit details
    Browse the repository at this point in the history
  8. fix case

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c1bcc8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    031db7a View commit details
    Browse the repository at this point in the history
  10. add log

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    21abf92 View commit details
    Browse the repository at this point in the history
  11. add failpoint and memTracker

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a5a869d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ad036d5 View commit details
    Browse the repository at this point in the history
  13. add intersectoin fp

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6b1974f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eb89643 View commit details
    Browse the repository at this point in the history
  15. fix log

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0722d19 View commit details
    Browse the repository at this point in the history
  16. refine err

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1299ab0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. refine case

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

Commits on Feb 5, 2023

  1. refine handleXXXPanic()

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    0a476fa View commit details
    Browse the repository at this point in the history
  2. fix handlePickAndExecTaskPanic()

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    12f93ea View commit details
    Browse the repository at this point in the history
  3. refine handleXXXPanic() name

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    6c26558 View commit details
    Browse the repository at this point in the history
  4. fix case

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    4493763 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff3fc75 View commit details
    Browse the repository at this point in the history
  6. add error fp

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    d2f23ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec8e8b3 View commit details
    Browse the repository at this point in the history