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

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Thu Jul 4 16:40:21 EDT 2013


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

Richard Achmatowicz edited comment on WFLY-1430 at 7/4/13 4:40 PM:
-------------------------------------------------------------------

Implementation of attributes for name=*

{noformat}
[standalone at localhost:9990 /] /subsystem=cluster/name=web:read-resource(include-runtime=true)
{
    "outcome" => "success",   
    "result" => {
        "rpc-stats" => [
            ("barney/web" => "unicasts: 6, multicasts: 0, anycasts: 0"),
            ("lenovo/web" => "unicasts: 8, multicasts: 0, anycasts: 0")
        ],
        "view" => [
            ("barney/web" => "[barney/web|1] [barney/web, lenovo/web]"),
            ("lenovo/web" => "[barney/web|1] [barney/web, lenovo/web]")
        ],
        "view-history" => [
            ("barney/web" => "Thu Jul 04 16:26:18 EDT 2013: [barney/web|0] [barney/web], Thu Jul 04 16:26:25 EDT 2013: [barney/web|1] [barney/web, lenovo/web]
"),
            ("lenovo/web" => "Thu Jul 04 16:26:25 EDT 2013: [barney/web|1] [barney/web, lenovo/web]
")
        ],
        "deployment" => {
            "default-host/distributable" => undefined,
            "___defaultcache" => undefined,
            "repl" => undefined
        }
    }
}
{noformat}

The view-history can probably be improved by making the value of the property a LIST, so that the management interface displays it better.

                
      was (Author: rachmato):
    Implementation of attributes for name=*

{noformat}
[standalone at localhost:9990 /] /subsystem=cluster/name=web:read-resource(include-runtime=true)
{
    "outcome" => "success",   
    "result" => {
        "rpc-stats" => [
            ("barney/web" => "unicasts: 6, multicasts: 0, anycasts: 0"),
            ("lenovo/web" => "unicasts: 8, multicasts: 0, anycasts: 0")
        ],
        "view" => [
            ("barney/web" => "[barney/web|1] [barney/web, lenovo/web]"),
            ("lenovo/web" => "[barney/web|1] [barney/web, lenovo/web]")
        ],
        "view-history" => [
            ("barney/web" => "Thu Jul 04 16:26:18 EDT 2013: [barney/web|0] [barney/web], Thu Jul 04 16:26:25 EDT 2013: [barney/web|1] [barney/web, lenovo/web]
"),
            ("lenovo/web" => "Thu Jul 04 16:26:25 EDT 2013: [barney/web|1] [barney/web, lenovo/web]
")
        ],
        "deployment" => {
            "default-host/distributable" => undefined,
            "___defaultcache" => undefined,
            "repl" => undefined
        }
    }
}
{noformat}

                  
> 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