Skip to content
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

Revert #3755 #3842

Merged
merged 1 commit into from
Jan 26, 2023
Merged

Revert #3755 #3842

merged 1 commit into from
Jan 26, 2023

Conversation

MichaelSnowden
Copy link
Contributor

What changed?
This change reverts a commit which added error-checking to service/history/shard, and it makes our code explicitly ignore those errors.

Why?

  1. We don't want the controller to be aware of these errors
  2. The usage of multierr may cause explicit error type checks to fail
  3. Error logging is already in place

How did you test it?
It's a small PR, so I verified the diff was only the intended changes, and you can see the multierr import is removed.

Potential risks
Nothing, reverting to the behavior in 1.19.

Is hotfix candidate?
No

@MichaelSnowden MichaelSnowden merged commit c52848e into master Jan 26, 2023
@MichaelSnowden MichaelSnowden deleted the snowden/errcheck-revert branch January 26, 2023 17:42
MichaelSnowden added a commit that referenced this pull request Jan 31, 2023
MichaelSnowden added a commit that referenced this pull request Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants