-
Notifications
You must be signed in to change notification settings - Fork 279
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
[Good first issue] Exception while processing response #2303
Comments
could you please assign this task to me? |
/assign |
DescriptionThere is a proposal to downgrade the error level in Selector.openOrClosingChannelOrFail method from throwing an IllegalStateException to a WARN level log. After careful analysis, I believe this change would be inappropriate for the following reasons: Analysis
ReasoningDowngrading this error to a WARN level would hide a legitimate issue that should be addressed. The IllegalStateException correctly indicates that the system has reached an inconsistent state: |
/assign |
/assign |
/assign |
1 similar comment
/assign |
Error Log
Expect
The text was updated successfully, but these errors were encountered: