-
Bug
-
Resolution: Done
-
Blocker
-
7.2.5.CR1
There is a change in behavior of the max-connections attribute in Undertow's http(s)-listener between EAP 7.2.4 and 7.2.5.CR1.
Let's say max-connections=10:
- 7.2.4: the number of concurrent connections is limited to 10, additional connections are rejected
- 7.2.5.CR1: there are still only up to 10 connections created, but the additional requests are no longer rejected, but instead processed in batches of 10
It looks like the change actually comes from the XNIO upgrade to 3.7.6 (JBEAP-17665)
- clones
-
XNIO-355 Alternative queued acceptor should be disabled by default
- Resolved
- is incorporated by
-
JBEAP-17880 (7.2.z) Upgrade XNIO from 3.7.6.Final-redhat-00001 to 3.7.6.SP1
- Closed
- relates to
-
JBEAP-17711 [GSS](7.2.z) Introduce alternative queued acceptor to fix XNIO-258 XNIO-286 XNIO-335 XNIO-265
- Closed
-
JBEAP-17910 (7.3.0) Document Undertow max-connections behavior when # of requests > max-connections
- Closed