[jboss-jira] [JBoss JIRA] (WFLY-5796) Topic Subsriber does only get messages produced on node 2 after failover and failback of node 1

Jeff Mesnil (JIRA) issues at jboss.org
Tue Mar 29 08:58:01 EDT 2016


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

Jeff Mesnil commented on WFLY-5796:
-----------------------------------

I wonder if this issue is caused by https://issues.apache.org/jira/browse/ARTEMIS-425 (like WFLY-5795).

Does the issue also occur if the notification address is commented out in the messaging-activemq subsystem configuration in domain.xml?

> Topic Subsriber does only get messages produced on node 2 after failover and failback of node 1
> -----------------------------------------------------------------------------------------------
>
>                 Key: WFLY-5796
>                 URL: https://issues.jboss.org/browse/WFLY-5796
>             Project: WildFly
>          Issue Type: Bug
>          Components: JMS
>    Affects Versions: 10.0.0.CR4
>         Environment: 2 node symmetrical colocated life backup cluster (domain mode). Configuration (domain.xml, host.xml) provided as attachment.
>            Reporter: Michal Sudra
>            Assignee: Jeff Mesnil
>         Attachments: domain.xml, host.xml
>
>
> Client (Topic Subscriber) is connected to a 2 node symmetrical colocated life backup cluster receiving messages produced on any node (random).
> Observed behavior:
> When node 1 is shut down (failover to node 2). -> Client is automatically failing over to node 2 and is continuing to consume messages produced on node 2.
> Then node 1 is restarted (failback to node 1). From now on the client is only receiving messages produced on node 2, not messages produced on node 1.
> When node 2 is shut down (failover to node 1). -> Client is automatically failing over to node 1 and is continuing to consume messages produced on node 1.
> Then node 2 is restarted (failback to node 2). From now on the client is only receiving messages produced on node 1, not messages produced on node 2.
> Expected behavior:
> The client should at any time receive all messages regardless on which node the message is produced.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list