-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[serve][deploy refactor][2/X] Move lightweight update logic to DeploymentVersion #34430
Merged
Merged
Changes from 25 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
c8fe847
move lightweight update logic to DeploymentVersion
zcin ded09de
wip
zcin c06156f
java attempt
zcin 6b2e1b3
Merge branch 'master' into version-improvements
zcin 9361ec0
add test for missing deployments in config
zcin f2c6cb3
unify reconfigure path for user config and other deployment config op…
zcin 8023af7
Merge branch 'master' into version-improvements
zcin 22b1578
don't start task if code version didn't change
zcin e981957
fix java
zcin 5c1c266
fix
zcin 65bb55c
fix
zcin 91e3e5f
Merge branch 'master' into version-improvements
zcin 81fea37
fix
zcin b333529
fix
zcin fb23da4
fix
zcin 7c96c85
Merge branch 'master' into version-improvements
zcin a63da29
clean
zcin 7dcd27b
fix snapshot test
zcin 0bfb720
encode whether option is lighweight or not into deployment config
zcin c639912
Merge branch 'master' into version-improvements
zcin 8b9a82f
fix
zcin 6c7cab5
move version into actor replica wrapper
zcin daa1dca
add more tests
zcin 5c97224
fix + improve
zcin 9371a1f
Merge branch 'master' into version-improvements
zcin 4988852
fix java
zcin 35ac43d
Merge branch 'master' into version-improvements
zcin 4d200c5
add e2e test for user config, max concurrent queries, and graceful sh…
zcin 40e8bfb
fix typo
zcin 0257ada
Merge branch 'master' into version-improvements
zcin aef4ad1
fix deployment names
zcin e13b317
address comments
zcin 6b09917
add e2e tests for health check timout and health check period
zcin 127a4ed
fix
zcin 8a1edd6
Merge branch 'master' into version-improvements
zcin 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 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 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
6 changes: 2 additions & 4 deletions
6
java/serve/src/main/java/io/ray/serve/replica/RayServeReplica.java
This file contains 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 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 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice with sort_keys.