-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
SelectorManager: Random close error #4297
Comments
Not much we can say about just that stack trace without more background info. |
Little (14 bytes), I don't set content-length bc Jetty does it in this case. Issue is generated randomly while using the async version of HttpOutput.sendContent:
The callback checks for non-null exceptions and log them:
NOTE: The blocking version Async or blocking version the response in both cases are received OK by client, just got that random exception on logs while using async. |
Still see it. Will look again and try to give you more details |
@jknack are you still seeing this? If so, what release are you on now? |
This issue has been automatically marked as stale because it has been a |
This issue has been closed due to it having no activity. |
I do see some random close errors generated by SelectorManager.
Response is generated OK, just sometimes got this error on logs (this is the whole stacktrace).
jetty: 9.4.20
jvm: 1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10
The text was updated successfully, but these errors were encountered: