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

Fix error messages and handling #499

Merged
merged 3 commits into from
Oct 21, 2022
Merged

Fix error messages and handling #499

merged 3 commits into from
Oct 21, 2022

Conversation

ese
Copy link
Member

@ese ese commented Oct 21, 2022

Description

In service.go we were logging error level messages outside the error checks given confusing log messages

In redis/client.go when there is no match in replication info does means it is the master itself so there is no error regarding to an unknown master instance. The only possible error here is if we can not obtain the replication info in a given instance

Bug introduced in: #490

Extra:

  • Update golang to 1.19

@ese ese requested a review from a team as a code owner October 21, 2022 11:13
@ese ese changed the title Error messages Fix error messages and handling Oct 21, 2022
@ese
Copy link
Member Author

ese commented Oct 21, 2022

cc: @raghu-nandan-bs

@ese ese merged commit e93a030 into master Oct 21, 2022
@ese ese deleted the error-messages branch October 21, 2022 11:32
@ese ese restored the error-messages branch October 21, 2022 11:32
@ese ese deleted the error-messages branch October 21, 2022 11:32
@raghu-nandan-bs
Copy link
Contributor

thanks @ese

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