Back to bug 1030965

Who When What Removed Added
Michal Karm Babacek 2013-11-15 12:27:26 UTC Priority unspecified high
Target Release --- EAP 6.3.0
Link ID JBoss Issue Tracker MODCLUSTER-372
Michal Karm Babacek 2013-12-02 13:01:29 UTC Doc Text Cause:
Httpd shared mem operations on workers->nodes table slow down the balancer.

Consequence:
Performance of the httpd load balancer goes down with the rising number of registered contexts.

Workaround (if any):
If you experience performance problems, try to lower the number of registered contexts.

Solution:
Solution is being engineered along the lines of utilizing httpd local mem rather than the shared one. Preliminary results look good and a patch will be delivered.
Doc Type Bug Fix Known Issue
Lucas Costi 2013-12-03 02:10:36 UTC CC lcosti
Doc Text Cause:
Httpd shared mem operations on workers->nodes table slow down the balancer.

Consequence:
Performance of the httpd load balancer goes down with the rising number of registered contexts.

Workaround (if any):
If you experience performance problems, try to lower the number of registered contexts.

Solution:
Solution is being engineered along the lines of utilizing httpd local mem rather than the shared one. Preliminary results look good and a patch will be delivered.
A performance issue has been identified on the Apache HTTP Server with mod_cluster configured as a load balancer. httpd shared memory operations on the `workers->nodes` table negatively affects the performance of the load balancer. As a result, performance of the httpd load balancer decreases as the number of registered contexts increases.

To workaround this issue, attempt to lower the number of registered contexts.

A solution is being engineered that modifies the httpd to utilize local memory rather than shared memory. A fix is expected in a future release.
Michal Karm Babacek 2014-03-03 12:42:00 UTC Status NEW MODIFIED
Target Milestone --- DR2
Paul Gier 2014-03-05 23:10:26 UTC Status MODIFIED ON_QA
Michal Karm Babacek 2014-03-06 10:17:43 UTC Status ON_QA MODIFIED
Target Milestone DR2 DR3
Ingo Weiss 2014-03-11 11:40:47 UTC CC iweiss
Paul Gier 2014-03-11 21:56:02 UTC Status MODIFIED ON_QA
Lucas Costi 2014-03-11 22:53:53 UTC CC lcosti
Michal Karm Babacek 2014-03-12 10:38:38 UTC Status ON_QA MODIFIED
Michal Karm Babacek 2014-03-13 11:26:13 UTC CC mbabacek
Tim Peeters 2014-03-14 12:16:14 UTC CC tim.peeters
Steven Post 2014-03-14 12:20:15 UTC CC steven.post
Christian Huffman 2014-03-19 16:26:24 UTC CC chuffman
Jimmy Wilson 2014-03-21 05:30:28 UTC Blocks 1079156
Jimmy Wilson 2014-04-07 06:19:05 UTC Blocks 1084882
Michal Karm Babacek 2014-05-14 14:18:44 UTC Status MODIFIED ON_QA
Michal Karm Babacek 2014-05-14 14:20:54 UTC Status ON_QA VERIFIED
Target Milestone DR3 ER3
Nichola Moore 2014-05-15 04:33:13 UTC CC nmoore
Doc Text A performance issue has been identified on the Apache HTTP Server with mod_cluster configured as a load balancer. httpd shared memory operations on the `workers->nodes` table negatively affects the performance of the load balancer. As a result, performance of the httpd load balancer decreases as the number of registered contexts increases.

To workaround this issue, attempt to lower the number of registered contexts.

A solution is being engineered that modifies the httpd to utilize local memory rather than shared memory. A fix is expected in a future release.
A performance issue has been identified on the Apache HTTP Server with mod_cluster configured as a load balancer. httpd shared memory operations on the `workers->nodes` table negatively affects the performance of the load balancer. As a result, performance of the httpd load balancer decreases as the number of registered contexts increases.

To workaround this issue, attempt to lower the number of registered contexts.

To fix this bug, the httpd has been modified to utilize local memory rather than shared memory.
Doc Type Known Issue Bug Fix
mark yarborough 2014-06-28 15:44:30 UTC Status VERIFIED CLOSED
Resolution --- CURRENTRELEASE
Last Closed 2014-06-28 11:44:30 UTC
Nichola Moore 2014-08-12 02:08:44 UTC CC nmoore
Giuseppe Bonocore 2014-11-14 16:48:00 UTC Blocks 1164327

Back to bug 1030965