-
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
After upgrading jetty to 9.4.38 our log is floaded a lot of messages "2021/05/05 06:16:45 | 2021-05-05 06:16:44.650:WARN:oejs.HttpConnection:qtp676765127-4057: HttpConnection@4add1f37::DecryptedEndPoint@2c987239{l=/10.211.40.50:8443,r=/10.211.48.45:37168,OPEN,fill=-,flush=-,to=0/30000} fill with unconsumed content!" #6234
Comments
You are probably hitting #6121. |
On it. Thank you. |
Not sure what you mean here.
I don't understand this one either? |
What kind of request, payload might have caused that so we can may be mitigate the issue until the patch is applied.
I am asking if besides this printout in the log there is a request failure or thread infinite loop that will impact end users? |
See also #6168. |
So my question how can i reproduce\imitate the case of unconsumed content? |
Why you want to do that? You can look at the fix and related test cases if you want to reproduce. |
Just to be clear, I don't know how you can reproduce your issue, nor I have any idea of the impacts on your end users (how can I possibly know?). You have provided zero information about your system, the load, the type of requests/responses, etc. Your issue looks like another couple that we fixed meanwhile, but may be something different, and I said that you may be probably hitting one of the solved issues. So upgrading to 9.4.40 and reporting back is a good way to go -- it will confirm that you were hitting one of the existing issues, and that the fixes for those also work for you. If you upgrade and still have the problem, then it is a new issue and we need more information. |
Thanks it worked! |
@shimon-cherny thanks for the feedback! |
9.4.38
Java version 8
Centos 7.6
After upgrading jetty to 9.4.38 our log is floaded a lot of messages "2021/05/05 06:16:45 | 2021-05-05 06:16:44.650:WARN:oejs.HttpConnection:qtp676765127-4057: HttpConnection@4add1f37::DecryptedEndPoint@2c987239{l=/10.211.40.50:8443,r=/10.211.48.45:37168,OPEN,fill=-,flush=-,to=0/30000} fill with unconsumed content!"
There are a lot of messages in the log of these type.
Please advise.
We have upgraded from 9.4.24
The text was updated successfully, but these errors were encountered: