artur-mal
artur-mal
I run the reproducer code with a 60s wait time and the following Payara Server settings: ``` configs.config.server-config.network-config.protocols.protocol.http-listener-1.http.timeout-seconds=10 configs.config.server-config.network-config.protocols.protocol.http-listener-1.http.request-timeout-seconds=30 ``` Observed Outcome: - HTTP/2 (HTTPS): connection timeout after 10s -...
I tested the connection timeout for HTTP/1.1 and found no issues. However, for HTTP/2, the problem appears to be a connection timeout being triggered rather than a request timeout.
I repeated the tests and reached different conclusions. This time, I used a proper stopwatch to determine which timeout was triggered. It appears that my previous inaccurate manual time measurement...
I tried again and freshly installed Payara Community 6.2025.6: ``` time curl -k --http1.1 https://localhost:8181/timeOutIgnored-1.0-SNAPSHOT/timeout-test Hello, World! real 3m0.020s user 0m0.004s sys 0m0.018s time curl -k --http2 https://localhost:8181/timeOutIgnored-1.0-SNAPSHOT/timeout-test Hello, World!...
@ctabin, provide a simple, self-contained reproducer that we can test.
We're aware of the issue and have created a JIRA task (FISH-10138) to address it.
The issue doesn't exist in the latest release.
I have escalated this issue to the platform development team with the reference `FISH-11774`
I have verified the issue and escalated it to the platform development team with the reference `FISH-12088`. Before we add a new attribute for Payara Server distributions, you can add...