[jboss-jira] [JBoss JIRA] (AS7-6343) To configure same node in two different cluster

Radoslav Husar (JIRA) jira-events at lists.jboss.org
Mon Jan 21 13:31:22 EST 2013


     [ https://issues.jboss.org/browse/AS7-6343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radoslav Husar closed AS7-6343.
-------------------------------

    Resolution: Rejected


The domain controller is managing an entire domain as a group whereas in your setup you have multiple separate groups and multiple domain controllers. Rolling to all nodes via one domain controller is not possible. You can write your own script that will do deploy on all nodes you wanted.

Moreover, this doesnt seem to be a great idea in general, you would probably want to upgrade more user-friendly, where you drain existing sessions before redeploying a running apllication.

Replication of sessions between geographically distant locations is another concept which will be introduced in future versions as 'cross site replication'.

Please use community forums for further discussion
https://community.jboss.org/index.jspa
                
> To configure same node in two different cluster 
> ------------------------------------------------
>
>                 Key: AS7-6343
>                 URL: https://issues.jboss.org/browse/AS7-6343
>             Project: Application Server 7
>          Issue Type: Clarification
>          Components: Clustering, Domain Management
>    Affects Versions: 7.0.2.Final
>         Environment: jboss-as-web-7.0.2.Final , Linux , Postgresql 8.4 , Apache (Mod_cluster as load balancer)
>            Reporter: hitesh yadav
>            Assignee: Paul Ferraro
>              Labels: jboss
>
> Assume that...
> There are  two cluster.
> 1st in USA with with 4 node U1 ,U2, U3 ,U4.
> Here U1 work as Master(domain controller) and U2,U3 and U4 work as slave.
> 2nd Cluster in Europe with 4 node E1,E2,E3,E4.
> Here E1 work as master(domain controller)
> Both cluster work fine.
> I want to create 3rd cluster in which only two nodes are include, U1( Master node or Domain controller) from USA and E1 (Master node or Domain Controller) from Europe.
> My basic requirement is that when i deploy any '.war' file on U1(Domain controller or Master node in USA) it will deploy same '.war' file in all Node U2,U3,U4 and also in E1(Domain Controller or Master Node in Europe).
> Then duty of E1 is to deploy that '.war' file in E2,E3,E4.
> If HttpSession or Cache are not replicated or Distributed between U1 and E1 node  then it will be acceptable but same  '.war' file must be deploy on E1 and U1 as cluster.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list