-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
[Autoscaler][Logs][minor] Prefix (autoscaler) instead of (scheduler) for autoscaler events #24807
Comments
Can you please post some logs as example so I can pinpoint what places it might be coming from in autoscaler ? |
Thanks -- will do -- this issue could indeed use more context. |
@DmitriGekhtman Is this still needed ? If yes, could you please add some logs/context here when you get a chance ? I can throw in a fix. |
@DmitriGekhtman It seems that we are waiting for more context : ) |
Run any Ray workload workload that triggers autoscaling, such as the one described here: https://docs.ray.io/en/latest/ray-contribute/fake-autoscaler.html (can be run on a laptop). |
…r events (#31489) Signed-off-by: praveeng <praveeng@anyscale.com> # Why are these changes needed? Autoscaler event logs are prefixed with (scheduler) which is misleading. This PR changes the prefix to be (autoscaler) Tested building ray locally and running an application (see attached logs). Added unit tests. # Related issue number Closes #24807
…r events (#31489) Signed-off-by: praveeng <praveeng@anyscale.com> # Why are these changes needed? Autoscaler event logs are prefixed with (scheduler) which is misleading. This PR changes the prefix to be (autoscaler) Tested building ray locally and running an application (see attached logs). Added unit tests. # Related issue number Closes #24807
…r events (ray-project#31489) Signed-off-by: praveeng <praveeng@anyscale.com> # Why are these changes needed? Autoscaler event logs are prefixed with (scheduler) which is misleading. This PR changes the prefix to be (autoscaler) Tested building ray locally and running an application (see attached logs). Added unit tests. # Related issue number Closes ray-project#24807 Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
What happened + What you expected to happen
The autoscaler pushes some logs to the Ray driver. The logs are prefixed with
(scheduler)
which is misleading.The prefix should be
(autoscaler)
.Versions / Dependencies
Ray master.
Reproduction script
Submit a Ray task or actor which triggers upscaling to trigger the logs.
Issue Severity
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered: