Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-205

WildFly just respond 200 OK and no access log when max-concurrent-requests reached

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 1.0.2.Final
    • 1.0.0.Final
    • Core
    • None
    • Hide

      Remove connection-limit settings for now

      Show
      Remove connection-limit settings for now

      I'm running wildfly-8.0.0.Final, I set "<connection-limit name="connection-limit-1" max-concurrent-requests="3000" queue-size="30000"/>" in undertow subsystem and reference it in host section. When I did an performance testing (long-polling API, server will hold it until http timeout), I found once the created connections reach 3000, client just received 200 OK response immediately, and there's no access log of these response.

      I found undertow-1.0.0.Final/core/src/main/java/io/undertow/server/handlers/RequestLimit.java is related to it, the above described behavior doesn't match the javadoc, so I posted it here.

            sdouglas1@redhat.com Stuart Douglas
            zhs_jira Zen Zhong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: