[JBoss JIRA] (MODCLUSTER-99) mod_cluster_manager doesn't seem to ENABLE/DISABLE the right context
by Michal Babacek (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-99?page=com.atlassian.jira.plu... ]
Michal Babacek closed MODCLUSTER-99.
------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
> mod_cluster_manager doesn't seem to ENABLE/DISABLE the right context
> --------------------------------------------------------------------
>
> Key: MODCLUSTER-99
> URL: https://issues.jboss.org/browse/MODCLUSTER-99
> Project: mod_cluster
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 1.0.1.GA
> Environment: Any with few nodes...
> Reporter: Jean-Frederic Clere
> Assignee: Jean-Frederic Clere
> Fix For: 1.0.2.GA, 1.1.0.Beta1
>
>
> You need to start few nodes (a least 4) then the ENABLE or DISABLE are not always acts on the right context....
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (MODCLUSTER-213) mod_rewrite PT doesn't work
by Michal Babacek (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-213?page=com.atlassian.jira.pl... ]
Michal Babacek closed MODCLUSTER-213.
-------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
> mod_rewrite PT doesn't work
> ---------------------------
>
> Key: MODCLUSTER-213
> URL: https://issues.jboss.org/browse/MODCLUSTER-213
> Project: mod_cluster
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 1.0.8, 1.1.1.Final
> Environment: any
> Reporter: Jean-Frederic Clere
> Assignee: Jean-Frederic Clere
> Fix For: 1.0.9, 1.1.2.Final
>
>
> RewriteRule ^/(.*)$ balancer://mycluster/myapp/$1 [L,PT]
> Doesn't work with mod_cluster
> PT already writes something like
> balancer://mycluster/myapp/MyCount in uri
> Mod_cluster shouldn't use proxy:balancer://mycluster/+uri as uri already contains the balancer part.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (MODCLUSTER-9) LoadManager component for Mod-Cluster integration
by Michal Babacek (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-9?page=com.atlassian.jira.plug... ]
Michal Babacek closed MODCLUSTER-9.
-----------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
> LoadManager component for Mod-Cluster integration
> -------------------------------------------------
>
> Key: MODCLUSTER-9
> URL: https://issues.jboss.org/browse/MODCLUSTER-9
> Project: mod_cluster
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Brian Stansberry
> Assignee: Paul Ferraro
>
> Component that is able to respond to periodic requests for load information by gathering metrics from other services in its server instance and from the VM itself. Digests those into a single value.
> Subcomponents that provide metric information should be pluggable.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (MODCLUSTER-239) Failover triggers 500 Internal Server Error
by Michal Babacek (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-239?page=com.atlassian.jira.pl... ]
Michal Babacek closed MODCLUSTER-239.
-------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
> Failover triggers 500 Internal Server Error
> -------------------------------------------
>
> Key: MODCLUSTER-239
> URL: https://issues.jboss.org/browse/MODCLUSTER-239
> Project: mod_cluster
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 1.0.10
> Environment: failover tests killing nodes with -9
> Reporter: Jean-Frederic Clere
> Assignee: Jean-Frederic Clere
> Fix For: MOD_CLUSTER_1_0_10_GA_CP01
>
> Attachments: patch.txt
>
>
> the access_log contains errors like:
> 10.16.89.42 - - [24/May/2011:13:54:52 -0500] "GET /st/SessionTestServlet? HTTP/1.1" 500 608 "-" "Jakarta Commons-HttpClient/3.1"
> error_log in debug shows the corresponding error:
> +++
> [Tue May 24 13:54:52 2011] [debug] mod_proxy_cluster.c(1245): proxy: byrequests balancer DONE (ajp://10.16.88.180:8009)
> [Tue May 24 13:54:52 2011] [debug] mod_proxy.c(1015): Running scheme balancer handler (attempt 0)
> [Tue May 24 13:54:52 2011] [debug] mod_proxy_http.c(1955): proxy: HTTP: declining URL ajp://10.16.88.180:8009/st/SessionTestServlet?
> [Tue May 24 13:54:52 2011] [debug] mod_proxy_ajp.c(668): proxy: AJP: serving URL ajp://10.16.88.180:8009/st/SessionTestServlet?
> [Tue May 24 13:54:52 2011] [debug] proxy_util.c(2011): proxy: AJP: has acquired connection for (10.16.88.180)
> [Tue May 24 13:54:52 2011] [debug] proxy_util.c(2067): proxy: connecting ajp://10.16.88.180:8009/st/SessionTestServlet? to 10.16.88.180:8009
> [Tue May 24 13:54:52 2011] [debug] proxy_util.c(2193): proxy: connected /st/SessionTestServlet? to 10.16.88.180:8009
> [Tue May 24 13:54:52 2011] [debug] ajp_utils.c(31): Into ajp_handle_cping_cpong
> [Tue May 24 13:54:52 2011] [debug] ajp_utils.c(102): ajp_handle_cping_cpong: Done
> [Tue May 24 13:54:52 2011] [debug] ajp_header.c(224): Into ajp_marshal_into_msgb
> [Tue May 24 13:54:52 2011] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[0] [User-Agent] = [Jakarta Commons-HttpClient/3.1]
> [Tue May 24 13:54:52 2011] [debug] ajp_header.c(290): ajp_marshal_into_msgb: Header[1] [Host] = [dev66:8888]
> [Tue May 24 13:54:52 2011] [debug] ajp_header.c(450): ajp_marshal_into_msgb: Done
> [Tue May 24 13:54:52 2011] [debug] mod_proxy_ajp.c(265): proxy: APR_BUCKET_IS_EOS
> [Tue May 24 13:54:52 2011] [debug] mod_proxy_ajp.c(270): proxy: data to read (max 8186 at 4)
> [Tue May 24 13:54:52 2011] [debug] mod_proxy_ajp.c(285): proxy: got 0 bytes of data
> [Tue May 24 13:54:52 2011] [debug] ajp_header.c(687): ajp_read_header: ajp_ilink_received 09
> [Tue May 24 13:54:52 2011] [debug] ajp_header.c(697): ajp_parse_type: got 09
> [Tue May 24 13:54:52 2011] [debug] mod_proxy_ajp.c(555): proxy: Processing of request failed backend: 1, output: 0
> [Tue May 24 13:54:52 2011] [error] proxy: dialog to 10.16.88.180:8009 (10.16.88.180) failed
> +++
> In fact it is due to failing cping/cpong a lot earlier:
> +++
> [Tue May 24 13:52:30 2011] [error] ajp_cping_cpong: apr_socket_recv failed
> [Tue May 24 13:52:35 2011] [error] ajp_cping_cpong: apr_socket_recv failed
> +++
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (MODCLUSTER-12) LoadMetricSource for mod_cluster LoadManager
by Michal Babacek (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-12?page=com.atlassian.jira.plu... ]
Michal Babacek closed MODCLUSTER-12.
------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
> LoadMetricSource for mod_cluster LoadManager
> --------------------------------------------
>
> Key: MODCLUSTER-12
> URL: https://issues.jboss.org/browse/MODCLUSTER-12
> Project: mod_cluster
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Brian Stansberry
> Assignee: Paul Ferraro
>
> A LoadMetricSource is a pluggable object that can interact with an element of a running AS to provide a metric (set of related metrics?).
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (MODCLUSTER-169) Demo client throws Bus Error when run with JDK 1.6 on OSX
by Michal Babacek (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-169?page=com.atlassian.jira.pl... ]
Michal Babacek closed MODCLUSTER-169.
-------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
> Demo client throws Bus Error when run with JDK 1.6 on OSX
> ---------------------------------------------------------
>
> Key: MODCLUSTER-169
> URL: https://issues.jboss.org/browse/MODCLUSTER-169
> Project: mod_cluster
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 1.1.0.CR3
> Environment: OSX 10.6.3
> java version "1.6.0_20"
> Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065)
> Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode)
> Reporter: Bob McWhirter
> Assignee: Jean-Frederic Clere
> Priority: Minor
> Fix For: 1.1.0.Final
>
>
> Using the run-demo.sh results in a Bus Error when using JDK6 on OSX.
> Explicitly invoking JDK5 causes the client to launch without problem.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (MODCLUSTER-130) Add getLoad() to load metric mbean interface
by Michal Babacek (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-130?page=com.atlassian.jira.pl... ]
Michal Babacek closed MODCLUSTER-130.
-------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
> Add getLoad() to load metric mbean interface
> --------------------------------------------
>
> Key: MODCLUSTER-130
> URL: https://issues.jboss.org/browse/MODCLUSTER-130
> Project: mod_cluster
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 1.1.0.Beta1
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Fix For: 1.1.0.CR1
>
>
> getLoad() will need to create and close a new LoadContext and return the result of getLoad(LoadContext) with respect to the metric's capacity.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (MODCLUSTER-75) ProxyPass / balancer://mycluster can't work in mod_cluster
by Michal Babacek (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-75?page=com.atlassian.jira.plu... ]
Michal Babacek closed MODCLUSTER-75.
------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
> ProxyPass / balancer://mycluster can't work in mod_cluster
> ----------------------------------------------------------
>
> Key: MODCLUSTER-75
> URL: https://issues.jboss.org/browse/MODCLUSTER-75
> Project: mod_cluster
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 1.0.0.CR1
> Environment: any
> Reporter: Jean-Frederic Clere
> Assignee: Jean-Frederic Clere
> Fix For: 1.0.0.GA
>
>
> It is not possible to use ProxyPass / balancer://mycluster in mod_cluster.
> The idea is have something like:
> Listen localhost:6667
> <VirtualHost localhost:6667>
> ProxyPass / balancer://mycluster1/
> </VirtualHost>
> Listen localhost:6668
> <VirtualHost localhost:6668>
> ProxyPass / balancer://mycluster2/
> </VirtualHost>
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (MODCLUSTER-14) LoadMetricSource impl for gather JBossWeb request metrics
by Michal Babacek (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-14?page=com.atlassian.jira.plu... ]
Michal Babacek closed MODCLUSTER-14.
------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
> LoadMetricSource impl for gather JBossWeb request metrics
> ---------------------------------------------------------
>
> Key: MODCLUSTER-14
> URL: https://issues.jboss.org/browse/MODCLUSTER-14
> Project: mod_cluster
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Clustering, Web (Tomcat) service
> Reporter: Brian Stansberry
> Assignee: Paul Ferraro
> Fix For: JBossAS-5.1.0.Beta1
>
>
> Gather metrics (presumably from JBossWeb connectors) about the number of requests the server is handling, as well as related issues like connection pool usage, etc.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (MODCLUSTER-201) update mod_cluster to use HTTP/1.1
by Michal Babacek (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-201?page=com.atlassian.jira.pl... ]
Michal Babacek closed MODCLUSTER-201.
-------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
> update mod_cluster to use HTTP/1.1
> ----------------------------------
>
> Key: MODCLUSTER-201
> URL: https://issues.jboss.org/browse/MODCLUSTER-201
> Project: mod_cluster
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 1.1.0.Final
> Reporter: Samuel Mendenhall
> Assignee: Jean-Frederic Clere
> Priority: Minor
> Fix For: 1.1.1.Final
>
>
> Certain technologies like siteminder require the host header which is not present in HTTP/1.0 so siteminder won't work out of the box with HTTP/1.0
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months