[jboss-jira] [JBoss JIRA] (AS7-2189) Revisit the jgroups management configuration
Heiko Braun (Commented) (JIRA)
jira-events at lists.jboss.org
Wed Nov 23 05:21:40 EST 2011
[ https://issues.jboss.org/browse/AS7-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645051#comment-12645051 ]
Heiko Braun commented on AS7-2189:
----------------------------------
The description is missing as well:
{noformat}
[standalone at localhost:9999 /] /subsystem=jgroups:read-resource-description(recursive=true)
{
"outcome" => "success",
"result" => {
"description" => "The configuration of the jgroups subsystem.",
"head-comment-allowed" => true,
"tail-comment-allowed" => true,
"namespace" => "urn:jboss:domain:jgroups:1.0",
"children" => {"stack" => {"model-description" => {"*" => {"description" => "The configuration of a jgroups protocol stack."}}}}
}
}
{noformat}
> Revisit the jgroups management configuration
> --------------------------------------------
>
> Key: AS7-2189
> URL: https://issues.jboss.org/browse/AS7-2189
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Domain Management
> Reporter: Heiko Braun
> Assignee: Richard Achmatowicz
> Fix For: 7.1.0.CR1
>
>
> This doesn't look very reasonable to me:
> {noformat}
> [domain at localhost:9999 /] /profile=ha/subsystem=jgroups/stack=tcp:read-resource
> {
> "outcome" => "success",
> "result" => {
> "protocol" => [
> {
> "type" => "MPING",
> "socket-binding" => "jgroups-mping"
> },
> {"type" => "MERGE2"},
> {
> "type" => "FD_SOCK",
> "socket-binding" => "jgroups-tcp-fd"
> },
> {"type" => "FD"},
> {"type" => "VERIFY_SUSPECT"},
> {"type" => "BARRIER"},
> {"type" => "pbcast.NAKACK"},
> {"type" => "UNICAST"},
> {"type" => "pbcast.STABLE"},
> {"type" => "VIEW_SYNC"},
> {"type" => "pbcast.GMS"},
> {"type" => "UFC"},
> {"type" => "MFC"},
> {"type" => "FRAG2"},
> {"type" => "pbcast.STREAMING_STATE_TRANSFER"},
> {"type" => "pbcast.FLUSH"}
> ],
> "transport" => {
> "type" => "TCP",
> "socket-binding" => "jgroups-tcp",
> "diagnostics-socket-binding" => "jgroups-diagnostics"
> }
> }
> }
> {noformat}
--
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