-
1. Re: Choosing the running node for HASingletons
brian.stansberry Sep 8, 2006 9:39 AM (in response to dimitris)Done :-) http://jira.jboss.com/jira/browse/JBAS-2499
The policy impl we have is a simple modulus based one (make node #X in the view become master), but the policy has access to the HAPartition, so a policy instance could communicate with its peers to negotiate something more complex. -
2. Re: Choosing the running node for HASingletons
dimitris Sep 8, 2006 9:49 AM (in response to dimitris)Excellent! Any chance of backporting this?
-
3. Re: Choosing the running node for HASingletons
brian.stansberry Sep 8, 2006 10:27 AM (in response to dimitris)IIRC there shouldn't be any incompatibility or API-breakage problems. I'll ask Alex Fu if he can backport it; I won't have any cycles for a while.
I assume you are talking for 4.0.6.CR1. -
4. Re: Choosing the running node for HASingletons
dimitris Sep 8, 2006 10:36 AM (in response to dimitris)Yes, 4.0.6.CR1
-
5. Re: Choosing the running node for HASingletons
brian.stansberry Sep 8, 2006 11:27 AM (in response to dimitris)Alex can do it; JIRA is http://jira.jboss.com/jira/browse/JBAS-3636 .
-
6. Re: Choosing the running node for HASingletons
alexfu.novell Nov 3, 2006 7:54 AM (in response to dimitris)Dimitris,
I'm confused. You said 4.0.6.CR1 in this thread but you just modified http://jira.jboss.com/jira/browse/JBAS-3636 to say it needs to be done in Branch_4_2?
Should I back out the changes from 4_0 and redo it in 4_2?
Thanks,
-Alex -
7. Re: Choosing the running node for HASingletons
dimitris Nov 3, 2006 7:57 AM (in response to dimitris)Are you subscribed to the jboss-development list?
There won't be any 4.0.6 release.
Branch_4_0 is copied onto Branch_4_2 so your changes are now there.
Branch_4_0 was then rollbacked to what was when version 4.0.5.GA was produced, so we need to re-apply your changes to Branch_4_0.
Confusing? :) -
8. Re: Choosing the running node for HASingletons
dimitris Nov 3, 2006 8:00 AM (in response to dimitris)Actually, I only want you to reply JBAS-3805 in Branch_4_0.
JBAS-3636 should only be in Branch_4_2, so we are ok -
9. Re: Choosing the running node for HASingletons
alexfu.novell Nov 3, 2006 9:20 AM (in response to dimitris)Thanks.
I didn't realize that you created Branch_4_2 yesterday so I thought it was a parallel branch there for a long time. Now I'm not confused :)