Summary: | mod_cluster core when use ProxyPass / balancer://bal and CreateBalancers 1 | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Web Server 2 | Reporter: | Michal Karm Babacek <mbabacek> |
Component: | mod_cluster | Assignee: | Weinan Li <weli> |
Status: | CLOSED EOL | QA Contact: | Michal Karm Babacek <mbabacek> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.0.1 | CC: | bperkins, jclere, lfuka, mbabacek, pslavice, rsvoboda |
Target Milestone: | ER01 | ||
Target Release: | 2.1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Previously in JBoss Enterprise Web Server, setting <literal>CreateBalancers 1</literal> in <filename class="directory">/conf.d/</filename><filename>mod_cluster.conf</filename> without setting the <literal>stickysession=JSESSIONID|jsessionid</literal> configuration displayed the following segmentation fault information:
<screen>[notice] child pid 7787 exit signal Segmentation fault (11)</screen>
This issue is fixed in JBoss Enterprise Web Server 2.1.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-13 12:09:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Michal Karm Babacek
2013-05-02 22:06:02 UTC
See also the EAP-related sister: https://bugzilla.redhat.com/show_bug.cgi?id=958991 Unlike with EAP, we might have enough time for including Jean's 08be77c8c393d421ca9c1abb7145fd006165df70 fix. Michal Babacek <mbabacek> made a comment on jira MODCLUSTER-334 Verified on [modcluster/mod_cluster/tree/1.2.x|https://github.com/modcluster/mod_cluster/tree/1.2.x]. Closing. Michal Babacek <mbabacek> updated the status of jira MODCLUSTER-334 to Closed not EAP6.1 = not EWS 2.0.1 = Unknown bug. (In reply to Jean-frederic Clere from comment #4) > not EAP6.1 = not EWS 2.0.1 = Unknown bug. ??? Um...the bug is present both in EAP6.1 and EWS 2.0.1 :-) Yes the bug is both in EWS 2.0.1 and EAP 6.1 has we share the same sources. Doc Text looks ok. Fixed in 2.1.0: [weli@dhcp-66-78-87 mod_proxy_cluster]$ grep -nr 'strcmp(sticky, balancer->sticky' * mod_proxy_cluster.c:838: if (balancer->sticky == NULL || strcmp(sticky, balancer->sticky) != 0) { Verified EWS 2.1.0.ER2. Changed Doc Type to Bug Fix. Updated Doc Text. Added - This issue is fixed in JBoss Enterprise Web Server 2.1.0. |