[jboss-jira] [JBoss JIRA] (WFLY-3944) Broken integration between messaging subsystem and jgroups subsystem

Brian Stansberry (JIRA) issues at jboss.org
Tue Oct 7 11:13:14 EDT 2014


Brian Stansberry created WFLY-3944:
--------------------------------------

             Summary: Broken integration between messaging subsystem and jgroups subsystem
                 Key: WFLY-3944
                 URL: https://issues.jboss.org/browse/WFLY-3944
             Project: WildFly
          Issue Type: Bug
          Components: Clustering
            Reporter: Brian Stansberry
            Assignee: Paul Ferraro
            Priority: Critical


The integration between messaging and jgroups is currently broken. My guess is this was due to recent changes in clustering.

To reproduce it change the bg-group1 element in standalone-full-ha.xml to replace the socket-binding element with the following:

{code}

	                <jgroups-stack>udp</jgroups-stack>
	                <jgroups-channel>hq-bg</jgroups-channel>
                        <!--<socket-binding>messaging-group</socket-binding>-->
{code}

At boot this appears in the logs:

{code}
10:00:58,707 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
    ("subsystem" => "messaging"),
    ("hornetq-server" => "default")
]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.messaging.default is missing [jboss.jgroups.stack.udp]"]}
10:00:58,930 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0184:    New missing/unsatisfied dependencies:
      service jboss.jgroups.stack.udp (missing) dependents: [service jboss.messaging.default] 
{code}

WFLY-3943 is about the lack of testing of this integration,



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jboss-jira mailing list