[JBoss JIRA] Created: (JBAS-5020) Incorrect system property usage in JMX console clustering service
by Brian Stansberry (JIRA)
Incorrect system property usage in JMX console clustering service
-----------------------------------------------------------------
Key: JBAS-5020
URL: http://jira.jboss.com/jira/browse/JBAS-5020
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Clustering
Affects Versions: JBossAS-4.2.2.GA
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Priority: Minor
Fix For: JBossAS-5.0.0.Beta3, JBossAS-4.2.3.GA
In ./deploy/jmx-console.war/WEB-INF/web.xml: <param-value>UDP(ip_mcast=true;ip_ttl=16;loopback=false;mcast_addr=${jboss.partition.udpGroup:228.1.2.3};mcast_port=${jboss.partition.udpPort:45566}):
Should not be jboss.partition.udpPort as that property should NOT be set; it will cause all channels to use the same port.
Will switch it to jboss.jmxconsolepartition.mcast_port to be consistent with JBAS-4021 usage.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 7 months
[JBoss JIRA] Created: (JBAS-4802) FirstAvailable target should not be transient
by Brian Stansberry (JIRA)
FirstAvailable target should not be transient
---------------------------------------------
Key: JBAS-4802
URL: http://jira.jboss.com/jira/browse/JBAS-4802
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Clustering
Affects Versions: JBossAS-4.2.1.GA, JBossAS-5.0.0.Beta2
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Priority: Minor
If a bean proxy that already has a target established gets serialized (e.g. passed through a remote call), the sticky target is lost on the other end. This can lead to invocations against the same target bean on multiple servers.
I don't see any reason for FirstAvailable.electedTarget to be transient.
Problem here is changing this changes the serialized form of the class, breaking interoperability. Class also does not implement Externalizable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 7 months
[JBoss JIRA] Created: (JBAS-4934) JBossCacheWrapper should not re-use data gravitation option
by Brian Stansberry (JIRA)
JBossCacheWrapper should not re-use data gravitation option
-----------------------------------------------------------
Key: JBAS-4934
URL: http://jira.jboss.com/jira/browse/JBAS-4934
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Clustering, Web (Tomcat) service
Affects Versions: JBossAS-4.2.2.GA, JBossAS-4.2.1.GA, JBossAS-4.2.0.GA, JBossAS-4.0.5.GA
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Fix For: JBossAS-4.2.3.GA
JBossCacheWrapper has a minor optimization where it creates an instance of Option, sets it to forceDataGravitation=true and then tries to re-use it across all invocations where we need to gravitate. This is invalid usage; JBC does not promise an Option will be in its original state when an invocation returns.
Just need to create an Option for each call; no big deal.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 7 months