-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feat: include container name in error message. Fixes #10007 #13790
Conversation
Co-authored-by: Anton Gilgur <[email protected]> Signed-off-by: tooptoop4 <[email protected]>
Co-authored-by: Anton Gilgur <[email protected]> Signed-off-by: tooptoop4 <[email protected]>
Co-authored-by: Anton Gilgur <[email protected]> Signed-off-by: tooptoop4 <[email protected]>
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
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.
This makes sense to me, but would like more folks to take a look since it will change a lot of messages
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.
I think this a breaking change, we better have a documentation for this.
I can imagine there exist users using conditional retry with exact matching on message
There are some libraries that consider errors as part of the API boundary, but we currently don't. This also isn't the first time we've changed an error.
Some libraries, like |
Signed-off-by: tooptoop4 <[email protected]>
added a note |
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.
Some copy-edits below
Co-authored-by: Anton Gilgur <[email protected]> Signed-off-by: tooptoop4 <[email protected]>
Co-authored-by: Anton Gilgur <[email protected]> Signed-off-by: tooptoop4 <[email protected]>
Fixes #10007