[JBoss JIRA] (WFLY-1264) Create a test to get notifications when hosts join/leave a domain
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-1264?page=com.atlassian.jira.plugin.... ]
Brian Stansberry commented on WFLY-1264:
----------------------------------------
The domain controller itself doesn't provide remote notifications of hosts joining and leaving a domain, so I don't see how there can be an arquillian based test of it.
QE, please clarify the requirements.
> Create a test to get notifications when hosts join/leave a domain
> -----------------------------------------------------------------
>
> Key: WFLY-1264
> URL: https://issues.jboss.org/browse/WFLY-1264
> Project: WildFly
> Issue Type: Task
> Components: Test Suite
> Reporter: Andrew Rubinger
> Assignee: Panagiotis Sotiropoulos
>
> Should be implemented by using the mechanism provided by AS7-1415, injection of the ManagementClient into the test. Verify this is working to fulfill the feature request from QE to get notifications on hosts joining/leaving the Domain. May depend upon the presence of an AS7 Domain Controller Container.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 9 months
[JBoss JIRA] (WFLY-3943) There is no testing of the messaging subsystem integration with the JGroups subsystem
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-3943?page=com.atlassian.jira.plugin.... ]
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)
11 years, 9 months
[JBoss JIRA] (WFLY-3944) Broken integration between messaging subsystem and jgroups subsystem
by Brian Stansberry (JIRA)
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)
11 years, 9 months