-
Notifications
You must be signed in to change notification settings - Fork 6k
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] monitor: do not call logger.Exception in sig handler #36491
Conversation
Thank you so much for fixing this ❤️ I have seen this so many times and was always confused what was going on. This makes so much sense. |
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
b7fcfbc
to
dcbb040
Compare
Ah nice fix! Can we mark this as Closing #33747 ? Also nit: prefix PR title with [Autoscaler] |
technically autoscaler is inside the monitor (I think), but I do not really mind about the terms. |
ok. I meant put the category (monitor or autoscaler) in brackets, this makes it easier to do release logs 😄 |
got it! brackets! |
…y-project#36491) Otherwise, it will print the following message on normal exiting: ``` 2023-06-16 06:33:59,740 ERROR monitor.py:551 -- Error in monitor loop NoneType: None ``` Fix ray-project#33747 Signed-off-by: Lonnie Liu <lonnie@anyscale.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Otherwise, it will print the following message on normal exiting:
Fix #33747