[jbossts-issues] [JBoss JIRA] (JBTM-312) Add clustering support

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Wed Feb 22 10:33:37 EST 2012


    [ https://issues.jboss.org/browse/JBTM-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669997#comment-12669997 ] 

Tom Jenkinson commented on JBTM-312:
------------------------------------

Would this work as a general design pattern if you wanted to implement a HA recovery coordinator?

1. Use the JDBC object store.

2. Configure a recovery coordinaor (RC) on each node to recover all (*) nodes. You can only *start* one of these RC at any one time

3. Develop some "watchdog" process runs on every node and monitors the current RC process and if it fails, uses a group protocol to elects one of the other RC's to start

4. Rather than starting the RC on one of the nodes, start the watchdog processes and allow them to enable one of the RC's

Would this work for JTS?
                
> Add clustering support
> ----------------------
>
>                 Key: JBTM-312
>                 URL: https://issues.jboss.org/browse/JBTM-312
>             Project: JBoss Transaction Manager
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: JTA, JTS, Recovery, Transaction Core, XTS
>    Affects Versions: 4.3.0.BETA2
>            Reporter: Mark Little
>            Assignee: Tom Jenkinson
>             Fix For: 5.0.0.Final
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossts-issues mailing list