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

[Core] Fix check failure RAY_CHECK(it != current_tasks_.end()); #47659

Merged
merged 30 commits into from
Oct 9, 2024

Commits on Sep 13, 2024

  1. Detect old client

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2acc718 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Revert "Detect old client"

    This reverts commit 2acc718.
    jjyao committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0a8c319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84fde75 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. test

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b25fd15 View commit details
    Browse the repository at this point in the history
  2. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3612caa View commit details
    Browse the repository at this point in the history
  3. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ad308b3 View commit details
    Browse the repository at this point in the history
  4. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    296de76 View commit details
    Browse the repository at this point in the history
  5. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f752139 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    edf52b6 View commit details
    Browse the repository at this point in the history
  2. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5e24587 View commit details
    Browse the repository at this point in the history
  3. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d2c2715 View commit details
    Browse the repository at this point in the history
  4. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8b5e423 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    1bcd712 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    01a3b05 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. debug

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    50d4309 View commit details
    Browse the repository at this point in the history
  2. Fix

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    516ade3 View commit details
    Browse the repository at this point in the history
  3. debug

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cd8f59f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41a39e6 View commit details
    Browse the repository at this point in the history
  5. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    052d920 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f2efd56 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    eeb6cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d801564 View commit details
    Browse the repository at this point in the history
  3. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    959c664 View commit details
    Browse the repository at this point in the history
  4. fix test

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d3feab4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. up

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    5bafe7c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. add tests

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cd486cf View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fix

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    08974d1 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7186254 View commit details
    Browse the repository at this point in the history
  3. comments

    Signed-off-by: Jiajun Yao <[email protected]>
    jjyao committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d7a1703 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    f378709 View commit details
    Browse the repository at this point in the history