[History Server] Replace "runtime class name" flag and env var with "storage backend" - #5085
Open
machichima wants to merge 2 commits into
Open
[History Server] Replace "runtime class name" flag and env var with "storage backend"#5085machichima wants to merge 2 commits into
machichima wants to merge 2 commits into
Conversation
…ckend Signed-off-by: machichima <nary12321@gmail.com>
machichima
requested review from
MortalHappiness,
andrewsykim,
kevin85421 and
rueian
as code owners
August 5, 2026 04:44
win5923
reviewed
Aug 5, 2026
win5923
left a comment
Member
There was a problem hiding this comment.
For follow-up, we should also need to update the ray doc:
win5923
approved these changes
Aug 5, 2026
6 tasks
machichima
force-pushed
the
remove-runtime-class-name
branch
from
August 7, 2026 02:59
42c7867 to
cd6ccf2
Compare
Collaborator
Author
|
cc @rueian or @andrewsykim to merge when you have time. Thanks! |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
Reviewed by Cursor Bugbot for commit cd6ccf2. Configure here.
…untime-class-name Signed-off-by: machichima <nary12321@gmail.com>
machichima
force-pushed
the
remove-runtime-class-name
branch
from
August 7, 2026 05:39
cd6ccf2 to
9636f35
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Why are these changes needed?
We currently have both "runtime class name" (old one) and "storage backend" referring to the name of the storage backend we used. This PR removes the old "runtime class name".
This PR do following changes across code / docs / YAMLs:
--runtime-class-nameflag to--storage-backendRUNTIME_CLASS_NAMEenv var--runtime-class-config-pathflag to--storage-backend-config-pathRelated issue number
Related to ray-project/ray#65139 (comment)
Labels
doc-updates-requiredlabel.breaking-changelabel.Checks
Manual test instructions