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

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

Closed
shimon-cherny opened this issue May 5, 2021 · 10 comments

Comments

@shimon-cherny
Copy link

shimon-cherny commented May 5, 2021

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

@sbordet
Copy link
Contributor

sbordet commented May 5, 2021

You are probably hitting #6121.
Please upgrade to 9.4.40 and report if that fixed the problem for you.

@shimon-cherny
Copy link
Author

On it. Thank you.
Is there some specific case i should be checking?
Also what is the impact on the end users here and what flow might have caused it?

@sbordet
Copy link
Contributor

sbordet commented May 5, 2021

Is there some specific case i should be checking?

Not sure what you mean here.

Also what is the impact on the end users here and what flow might have caused it?

I don't understand this one either?

@shimon-cherny
Copy link
Author

shimon-cherny commented May 5, 2021

Is there some specific case i should be checking?

What kind of request, payload might have caused that so we can may be mitigate the issue until the patch is applied.
As well not sure it will resolve the issue eventually...

Also what is the impact on the end users here and what flow might have caused it?

I am asking if besides this printout in the log there is a request failure or thread infinite loop that will impact end users?

@sbordet
Copy link
Contributor

sbordet commented May 5, 2021

See also #6168.

@shimon-cherny
Copy link
Author

So my question how can i reproduce\imitate the case of unconsumed content?

@sbordet
Copy link
Contributor

sbordet commented May 5, 2021

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.
Upgrading to Jetty 9.4.40 should solve your issue.

@sbordet
Copy link
Contributor

sbordet commented May 5, 2021

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.

@shimon-cherny
Copy link
Author

Thanks it worked!

@sbordet
Copy link
Contributor

sbordet commented May 10, 2021

@shimon-cherny thanks for the feedback!

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

No branches or pull requests

2 participants