[jboss-jira] [JBoss JIRA] (WFLY-3943) There is no testing of the messaging subsystem integration with the JGroups subsystem

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


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

Brian Stansberry commented on WFLY-3943:
----------------------------------------

Merging a fix for WFLY-3805 will require some form of integration testing, JIRA for which is WFLY-3943.

> There is no testing of the messaging subsystem integration with the JGroups subsystem
> -------------------------------------------------------------------------------------
>
>                 Key: WFLY-3943
>                 URL: https://issues.jboss.org/browse/WFLY-3943
>             Project: WildFly
>          Issue Type: Task
>          Components: JMS
>    Affects Versions: 9.0.0.Alpha1
>            Reporter: Brian Stansberry
>            Assignee: Jeff Mesnil
>            Priority: Critical
>
> HornetQServerAdd and HornetQServerService have integration with the JGroups subsystem in order to add a dependency on a ChannelFactory for use with broadcast and discovery groups. But it seems there is no testing of this integration.
> Looks like it's currently broken. That problem is likely a clustering bug, as there was a recent major change in this area, and this works in the 6.x branch.
> This JIRA is about the fact lack of testing that would have caught the bug. Also, https://github.com/wildfly/wildfly/pull/6725 passed the testsuite with a code change that was binary incompatible with the version of HQ that was integrated at the time.
> I'll file a separate issue for the problem I'm referring to. 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}



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


More information about the jboss-jira mailing list