-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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] Remove gcs InternalConfigTable #49152
[core] Remove gcs InternalConfigTable #49152
Conversation
Signed-off-by: dayshah <dhyey2019@gmail.com>
io_context_provider_.GetDefaultIOContext().run(); | ||
// Reset the main service to the initial status otherwise, the signal handler | ||
// will be called. | ||
io_context_provider_.GetDefaultIOContext().restart(); |
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.
assuming the io context also doesn't have to be restarted now
Signed-off-by: dayshah <dhyey2019@gmail.com>
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.
Curious how did you figure out which header files to remove?
clangd just shows me with unused-includes |
Signed-off-by: dayshah <dhyey2019@gmail.com>
Signed-off-by: dayshah <dhyey2019@gmail.com> Signed-off-by: ujjawal-khare <ujjawal.khare@dream11.com>
Why are these changes needed?
GCS InternalConfigTable is actually unused now. It was only used for the raylet_config_list before and now that's stored directly as a member of GcsInternalKVManager and HandleGetInternalConfig directly returns the raylet_config_list that was stored as a member variable.
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.