-
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
[Core] Log restore errors by default #25172
Conversation
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.
Huh, not sure why this was DEBUG only before... :D
cc @rkooo567 in case he knows why. |
@kennethlien could you address the lint errors? You can use |
@stephanie-wang Whoops, fixed! |
I think this was extremely noisy when the failure actually happens because we do infinite retry. I think we should go this direction instead of just turning the log #25000. |
So I prefer not to merge this, but if you feel strong about this, please go ahead. But I'd prefer to make progress on this PR asap #25000 instead of merging this. |
We're awaiting a response on #24248 (comment), not too sure how to proceed with related work for #25000. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
We will take over this task if there's no progress. cc @rickyyx (I am thinking this is important as a part of state improvement after 2.0 branch cut). Let's discuss in person |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
Hi again! The issue will be closed because there has been no more activity in the 14 days since the last message. Please feel free to reopen or open a new issue if you'd still like it to be addressed. Again, you can always ask for help on our discussion forum or Ray's public slack channel. Thanks again for opening the issue! |
Why are these changes needed?
Failed restores result in Ray silently hanging. This should alert users when restores have failed
Related issue number
#24248
Checks
scripts/format.sh
to lint the changes in this PR.