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

OutlierDetection does not provide a Status description when ejecting #10673

Closed
ejona86 opened this issue Nov 15, 2023 · 0 comments · Fixed by #11036
Closed

OutlierDetection does not provide a Status description when ejecting #10673

ejona86 opened this issue Nov 15, 2023 · 0 comments · Fixed by #11036
Assignees
Milestone

Comments

@ejona86
Copy link
Member

ejona86 commented Nov 15, 2023

Although RPCs should not fail because of OutlierDetection, as it makes sure there are still some working addresses, passing down a Status without a description can make debugging hard:

subchannelStateListener.onSubchannelState(
ConnectivityStateInfo.forTransientFailure(Status.UNAVAILABLE));

A hard-coded description would be really easy and make things more clear.

@ejona86 ejona86 added this to the 1.61 milestone Nov 15, 2023
@sergiitk sergiitk modified the milestones: 1.61, 1.62 Jan 11, 2024
@larry-safran larry-safran modified the milestones: 1.62, 1.63 Feb 6, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants