-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[core] Fix crash when killing actor handle from previous session #59425
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
Merged
+88
−7
Merged
Changes from 39 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
752697e
[serve][llm] Fix LLM target_ongoing_requests default (#59323)
eicherseiji 45f8bbd
[core] Fix crash when killing actor handle from previous session
kriyanshii 65ba9ec
Update python/ray/_private/worker.py
kriyanshii 954810b
[core] Move CreateCall to polling thread and add documentation on grp…
dayshah 6956c3e
[rllib] Fix `as-release-test` silently failing results upload (#59386)
pseudo-rnd-thoughts d0851de
[RLlib] Fix recursive imports in old test utils location (#59435)
ArturNiederfahrenhorst 655a5fc
[Serve][1/n] Improve type annotations for DeploymentHandle, Deploymen…
abrarsheikh 86ac775
[Serve] Fix `make_fastapi_class_based_view` for inherited methods (#5…
kouroshHakha 1cbb7ae
[Serve][2/n] add batching metrics (#59232)
abrarsheikh df332d4
[release] Change release test default python version 310 (#59396)
elliot-barn eb1bc60
[Data] Add configurable batching for resolve_block_refs to speed up i…
YoussefEssDS aeae004
[Data] Streamlining `Unique` aggregation and Preprocessors (#59402)
alexeykudinkin 4e76e84
[Data] Abstract autoscaler scaling delta calculation (#59192)
owenowenisme 076108f
[Serve][LLM] Add dispatch API for control plane operations across all…
kouroshHakha 9fade94
[scripts] remove install-nightly (#59441)
aslonnie b6266d0
[Core] Add authentication token to c++ opentelemetry_metrics_recorder…
sampan-s-nayak 1757370
[ci] use merge-base for conditional testing (#59452)
aslonnie 3230309
[release test] add helper that lists tests (#59253)
aslonnie aeeeff6
[ci] change base defaults to python 3.10 (#59442)
aslonnie 69893e9
[ci] remove residue of python 3.9 ci bases (#59443)
aslonnie 69c5402
[doc] removes docs depsets except python 3.10 (#59450)
aslonnie 97834b8
[ci][release] removing 3.9 builds (#59447)
elliot-barn 0574100
[Core] Fix flaky test_autoscaler_init: poll cluster status instead of…
Yicheng-Lu-llll 3449de2
[docs/data] Add `download` to key user journeys in documentation (#59…
richardliaw dd50c82
Revert "[Data] Fix DataContext deserialization issue with StatsActor"…
raulchen 60dec74
[core] Revert server CreateCall creation change #55904 (#59448)
dayshah a6cb667
[train] removes single python ml build (#59465)
aslonnie cbec7ad
[Serve][3/n] Add router queue latency (#59233)
abrarsheikh 1985eb7
[core][rdt] Enable nixl for RDT Microbenchmarks (#59291)
dayshah 122a592
Signed-off-by: kriyanshii <[email protected]>
kriyanshii 5dedf15
Merge branch 'master' into master
kriyanshii a871656
Merge branch 'ray-project:master' into master
kriyanshii 5bacc93
Signed-off-by: kriyanshii <[email protected]>
kriyanshii 2906b32
Merge branch 'master' into master
kriyanshii fec93d0
Merge branch 'ray-project:master' into master
kriyanshii 579971e
Merge branch 'master' into master
kriyanshii c257c20
Signed-off-by: kriyanshii <[email protected]>
kriyanshii 1472a8c
Signed-off-by: kriyanshii <[email protected]>
kriyanshii 31ae72c
Merge branch 'master' into master
kriyanshii b32ce33
Signed-off-by: kriyanshii <[email protected]>
kriyanshii 64d4c23
Merge branch 'master' into master
kriyanshii d2e03b4
Merge branch 'ray-project:master' into master
kriyanshii 66e2932
Merge branch 'master' into master
kriyanshii b8b9a65
Merge branch 'ray-project:master' into master
kriyanshii a40d599
Merge branch 'ray-project:master' into master
kriyanshii a584b0f
Merge branch 'ray-project:master' into master
kriyanshii c6702bb
Merge branch 'ray-project:master' into master
kriyanshii d9a658c
Merge branch 'ray-project:master' into master
kriyanshii 464b550
Merge branch 'ray-project:master' into master
kriyanshii a982498
Merge branch 'master' into master
kriyanshii aad0a4f
Merge branch 'master' into master
kriyanshii 607985a
Merge branch 'master' into master
kriyanshii 7872637
Merge branch 'master' into master
edoakes 4f3c083
Merge branch 'master' into master
kriyanshii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.