[jboss-jira] [JBoss JIRA] Commented: (JBAS-4919) HASingletonElectionPolicySimple does not handle heterogeneous topologies
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Tue Jan 15 08:23:19 EST 2008
[ http://jira.jboss.com/jira/browse/JBAS-4919?page=comments#action_12395132 ]
Galder Zamarreno commented on JBAS-4919:
----------------------------------------
[design forum post] http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127691
> HASingletonElectionPolicySimple does not handle heterogeneous topologies
> ------------------------------------------------------------------------
>
> Key: JBAS-4919
> URL: http://jira.jboss.com/jira/browse/JBAS-4919
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Affects Versions: JBossAS-4.2.1.GA, JBossAS-5.0.0.Beta3, JBossAS-4.2.0.GA, JBossAS-4.2.2.GA
> Reporter: Brian Stansberry
> Assigned To: Galder Zamarreno
> Priority: Critical
> Fix For: JBossAS-5.0.0.Beta4, JBossAS-4.2.3.GA
>
>
> HASingletonElectionPolicySimple is just getting the current view from HAPartition and making a decision based on that, ignoring the fact that the service it's managing may not be running on all members of the cluster.
> The HASingletonElectionPolicy API should be changed. The isMasterReplica method should take (List<ClusterNode> newReplicants, int newViewID) rather than HAPartition. The partition is provided via dependency injection at startup, no need to pass it in the method call. HASingletonElectionPolicySimple uses the provided replicants to make its decision, not the HAPartition view.
--
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
More information about the jboss-jira
mailing list