Bug 916387
Summary: | mod_cluster 1.2.3.Final with httpd 2.2.15-15 generates confusing warning about version mismatch | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ian Walker <ian.walker> |
Component: | mod_cluster | Assignee: | Jean-frederic Clere <jclere> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.1 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-30 14:20:27 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: | |
Embargoed: |
Description
Ian Walker
2013-02-28 00:01:34 UTC
Stuff added to the structure should be a problem, the logic in mod_cluster takes that in account. When the structure is too small "httpd version x.y.z too" will be displayed (and httpd won't start). I will changed the message to: httpd version %d.%d.%d doesn't match version used by mod_proxy_cluster.c which makes obvious that there is a glitch between to httpd version running and the version used to compile mod_cluster. (In reply to comment #2) > I will changed the message to: > httpd version %d.%d.%d doesn't match version used by mod_proxy_cluster.c > which makes obvious that there is a glitch between to httpd version running > and the version used to compile mod_cluster. Thank you for considering a change to the message. Unfortunately, "httpd version %d.%d.%d doesn't match version used by mod_proxy_cluster.c" does not tell one what version is used by mod_proxy_cluster.c, or what do do about the problem. I think something like one of the following would be a bit clearer: "httpd version %d.%d.%d does not match version used by mod_proxy_cluster.c. Try upgrading to a newer release of httpd." This way the user knows that the warning was generated by mod_proxy_cluster.c and that they should upgrade their httpd. "Try upgrading to a newer release of httpd." that might not solve the problem if mod_cluster has been compiled with older version for example. I will add httpd version used when compiling mod_cluster to the message... If the release number appears in the version info, then that will be fine. I'm worried that the release number (as defined in the rpm) won't appear and you might get messages like "httpd version 2.2.15 doesn't match version used by mod_proxy_cluster.c (2.2.15)". It will be fixed in the next 1.3.x version. |