[jboss-jira] [JBoss JIRA] (WFLY-1430) Create clustering subsystem

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Thu Jun 13 16:21:54 EDT 2013


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

Richard Achmatowicz commented on WFLY-1430:
-------------------------------------------

For the ManagementAPIClusterSupport mechanism, implementing the following:
- a method to allow executing a management command (ModelNode form) on all nodes in the cluster and return all responses
- some custom methods which return cluster-wide specific information about channels and caches (e.g. in the case of a channel: {view, view history, number of commnications (unicast, multicast, RPCs), number of communication failures} ) which will be displayed as part of the cluster information:
/subsystem=cluster/name=web/view 
/subsystem=cluster/name=web/view-history
...

Want to avoid having to make many RPCs to collect up all the information required to display the stats for a cluster, so the custom commands avoid that.
 

                
> Create clustering subsystem
> ---------------------------
>
>                 Key: WFLY-1430
>                 URL: https://issues.jboss.org/browse/WFLY-1430
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: Clustering
>    Affects Versions: 8.0.0.Alpha2
>            Reporter: Richard Achmatowicz
>            Assignee: Richard Achmatowicz
>
> Create a clustering subsystem which collects together clustering-related functionality as described in WFLY-1236.

--
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