[jboss-jira] [JBoss JIRA] (AS7-4512) Cluster partition name not exposed

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Tue May 22 15:17:18 EDT 2012


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

Paul Ferraro commented on AS7-4512:
-----------------------------------

The socket-binding name for the udp stack can be retrieved via:
read-attribute --node=/subsystem=jgroups/stack=udp/transport=TRANSPORT socket-binding

Using the default configuration, this returns: jgroups-udp

The multicast address/port can then be retrieved via:
read-attribute multicast-address --node=/socket-binding-group=standard-sockets/socket-binding=jgroups-udp
read-attribute multicast-port --node=/socket-binding-group=standard-sockets/socket-binding=jgroups-udp
                
> Cluster partition name not exposed
> ----------------------------------
>
>                 Key: AS7-4512
>                 URL: https://issues.jboss.org/browse/AS7-4512
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Clustering
>            Reporter: Heiko Rupp
>            Assignee: Paul Ferraro
>              Labels: rhq
>
> In previous versions of AS, the cluster partition name was exposed and user changeable. Users expect to set that in order to build different clusters. This should be exposed r/w in the management api.
> See also https://issues.jboss.org/browse/ISPN-1976

--
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 jboss-jira mailing list