-
Notifications
You must be signed in to change notification settings - Fork 0
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
Streaming data via AJP causes OOME #1787
Comments
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented I've made a quick change to the aforementioned mentioned class and it appears to have resolved the problem. We can provide a drop-in replacement JAR for the Grizzly runtime within GlassFish for you to test/confirm with in your environment, but we'll need to know what version of GlassFish you're using. |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented You should be able to replace the existing 2.3.19 jar in your local maven repo and re-build your custom GF server to pick the JAR up. |
@glassfishrobot Commented BTW your repo synch to github seems to have stopped https://github.com/GrizzlyNIO/grizzly-mirror |
@glassfishrobot Commented As to the mirror, you're right. Thanks for pointing that out. We'll look into it. |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
|
Streaming data via AJP without setting a Content-Length header results in the data accumulating in-memory resulting in an eventual OutOfMemoryError.
See payara/Payara#350 for detailed diagnostics and reproducer
Affected Versions
[2.3.19]
The text was updated successfully, but these errors were encountered: