Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-8346

(7.1.0) IO worker connection count provides incorrect values

XMLWordPrintable

    • Hide
      1. start server
      2. check actual connection count, which should be 0 at the beginning [1]
      3. do multiple concurrent requests => ab -n 50 -c 50 http://127.0.0.1:8080/
      4. check again the connection count after requests finished with [1] and you can see that the number is negative, which is incorrect.

      [1] /subsystem=io/worker=default/server=\/127.0.0.1\:8080:read-resource(include-runtime=true)

      Show
      start server check actual connection count, which should be 0 at the beginning [1] do multiple concurrent requests => ab -n 50 -c 50 http://127.0.0.1:8080/ check again the connection count after requests finished with [1] and you can see that the number is negative, which is incorrect. [1] /subsystem=io/worker=default/server=\/127.0.0.1\:8080:read-resource(include-runtime=true)

      If I create multiple concurrent requests to server, the count is lower than actual number of connections established (visible with long running requests) and also after the requests are processed, the connection count becomes negative number.

            thofman Tomas Hofman
            rhatlapa@redhat.com Radim Hatlapatka (Inactive)
            Radim Hatlapatka Radim Hatlapatka (Inactive)
            Radim Hatlapatka Radim Hatlapatka (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: