-
Notifications
You must be signed in to change notification settings - Fork 646
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
HTTP/2 Benchmarks on reactor netty 2 don't work #2829
Labels
type/bug
A general bug
Milestone
Comments
pderop
added
type/bug
A general bug
status/need-triage
A new issue that still need to be evaluated as a whole
labels
Jun 9, 2023
pderop
changed the title
HTTP/2 Benchmarks on reactor netty 2 does not work
HTTP/2 Benchmarks on reactor netty 2 don't work
Jun 9, 2023
some updates: the frontend test server was not setting any max concurrent streams, and specify a max-concurrent-stream on the frontend server avoids the memory leak. Now, the benchmark still fails with this exception that happens on the frontend server (using the "TextPlain" scenario:
|
violetagg
removed
the
status/need-triage
A new issue that still need to be evaluated as a whole
label
Jun 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Be able to run some Gatling HTTP/2 bench using reactor netty 2 and netty 5.
Actual Behavior
HTTP/2 gatling benchmarks are failing with errors like this:
Steps to Reproduce
After few minutes, some errors will be displayed like "handshake timed out".
While the test is running, jstat seems to indicate that the frontend is having some heap memory leak:
Using the following Netty5 debug options don't report anything:
Possible Solution
Your Environment
Java 19
Benchmarks project
Reactor Netty 2
Netty 5
The text was updated successfully, but these errors were encountered: