[jboss-jira] [JBoss JIRA] (WFLY-3944) Broken integration between messaging subsystem and jgroups subsystem
Paul Ferraro (JIRA)
issues at jboss.org
Tue Oct 7 14:37:11 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009494#comment-13009494 ]
Paul Ferraro commented on WFLY-3944:
------------------------------------
The messaging subsystem was not leveraging the public ChannelFactoryService.getServiceName(...) method for generating the ServiceName of a ChannelFactory. The implementation of this method had changed to accommodate fork channels.
> 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