[JBoss JIRA] Created: (JBAS-5981) ActiveSessions should have consistent meaning in both clustered and non-clustered session manager
by Paul Ferraro (JIRA)
ActiveSessions should have consistent meaning in both clustered and non-clustered session manager
-------------------------------------------------------------------------------------------------
Key: JBAS-5981
URL: https://jira.jboss.org/jira/browse/JBAS-5981
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Web (Tomcat) service
Affects Versions: JBossAS-5.0.0.CR2
Reporter: Paul Ferraro
Assignee: Remy Maucherat
Priority: Minor
Fix For: JBossAS-5.0.0.GA
The "ActiveSessions" attribute of the non-clustered session manager returns the number of active sessions on the server. In the clustered case, this attribute takes on a different meaning and returns the number of active sessions on all servers in the partition. A separate "LocalActiveSessions" attribute returns just the active sessions on the local node.
"ActiveSessions" should return the same value for both the clustered and non-clustered session manager. The clustered session manager should replace "LocalActiveSessions" with an "ActiveReplicatedSessions" attribute that returns the total number of active sessions in the partition.
Mod-cluster has an ActiveSessionsLoadMetric that determines the number of active sessions on the node using this attribute on the session manager. Requiring the user to override the attribute name depending on whether or not they use session replication is rather sloppy. Instead, this attribute should have a consistent meaning regardless of session manager implementation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 5 months
[JBoss JIRA] Created: (JBAS-7112) EJB3 Metrics Test Failing in trunk
by Andrew Lee Rubinger (JIRA)
EJB3 Metrics Test Failing in trunk
----------------------------------
Key: JBAS-7112
URL: https://jira.jboss.org/jira/browse/JBAS-7112
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Test Suite
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: JBossAS-6.0.0.Alpha1
Managed Component not getting deployed?
junit.framework.AssertionFailedError: Component not found; no managed object with name "testEjb3xMetrics.jar/TestLoggingMDB" in: []
at org.jboss.test.profileservice.test.Ejb3MetricsUnitTestCase.getAndTestManagedComponent(Ejb3MetricsUnitTestCase.java:416)
at org.jboss.test.profileservice.test.Ejb3MetricsUnitTestCase.testMdb(Ejb3MetricsUnitTestCase.java:319)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 5 months