[jira] [Commented] (ARTEMIS-1680) Message load balancing type isn't updated in the linked bindings when wildcards are used

2020-11-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238664#comment-17238664
 ] 

ASF subversion and git services commented on ARTEMIS-1680:
--

Commit 7b9641dc9a68752bd9227346994e97bed5051d02 in activemq-artemis's branch 
refs/heads/master from gtully
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=7b9641d ]

ARTEMIS-3009 - reference remoteBinding loadbalancing type on add binding, 
rather then doing a second pass via the po and address manager. rework 
ARTEMIS-1680


> Message load balancing type isn't updated in the linked bindings when 
> wildcards are used
> 
>
> Key: ARTEMIS-1680
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1680
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: Raul Valdoleiros
>Priority: Major
> Fix For: 2.5.0
>
>
> I added a test in the class MqttClusterWildcardTest that shows the problem.
> The problem is:
>  * Broker 1 starts
>  * Client 1 connects
>  ** subscribe a wildcard address
>  ** send data to a linked address (from the previous bullet)
>  * Broker 2 starts
>  * Client 2 connects
>  ** subscribe a wildcard address
>  ** send data to a linked address
>  * Stackoverflow error



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARTEMIS-1680) Message load balancing type isn't updated in the linked bindings when wildcards are used

2018-02-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARTEMIS-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16369293#comment-16369293
 ] 

ASF GitHub Bot commented on ARTEMIS-1680:
-

Github user asfgit closed the pull request at:

https://github.com/apache/activemq-artemis/pull/1869


> Message load balancing type isn't updated in the linked bindings when 
> wildcards are used
> 
>
> Key: ARTEMIS-1680
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1680
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: Raul Valdoleiros
>Priority: Blocker
>
> I added a test in the class MqttClusterWildcardTest that shows the problem.
> The problem is:
>  * Broker 1 starts
>  * Client 1 connects
>  ** subscribe a wildcard address
>  ** send data to a linked address (from the previous bullet)
>  * Broker 2 starts
>  * Client 2 connects
>  ** subscribe a wildcard address
>  ** send data to a linked address
>  * Stackoverflow error



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARTEMIS-1680) Message load balancing type isn't updated in the linked bindings when wildcards are used

2018-02-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARTEMIS-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16365335#comment-16365335
 ] 

ASF GitHub Bot commented on ARTEMIS-1680:
-

Github user Skiler commented on the issue:

https://github.com/apache/activemq-artemis/pull/1869
  
Hi @clebertsuconic ,

I hope it's good now. Let me know if you have any thing else.

Thanks


> Message load balancing type isn't updated in the linked bindings when 
> wildcards are used
> 
>
> Key: ARTEMIS-1680
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1680
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: Raul Valdoleiros
>Priority: Blocker
>
> I added a test in the class MqttClusterWildcardTest that shows the problem.
> The problem is:
>  * Broker 1 starts
>  * Client 1 connects
>  ** subscribe a wildcard address
>  ** send data to a linked address (from the previous bullet)
>  * Broker 2 starts
>  * Client 2 connects
>  ** subscribe a wildcard address
>  ** send data to a linked address
>  * Stackoverflow error



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARTEMIS-1680) Message load balancing type isn't updated in the linked bindings when wildcards are used

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARTEMIS-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364426#comment-16364426
 ] 

ASF GitHub Bot commented on ARTEMIS-1680:
-

Github user clebertsuconic commented on the issue:

https://github.com/apache/activemq-artemis/pull/1869
  
can you tidy up the commit message...


I'm a bit flexible with long names.. some people are strict with 80 
characters on the first line... but your line is way too big.. it's hard to 
read with a git log


> Message load balancing type isn't updated in the linked bindings when 
> wildcards are used
> 
>
> Key: ARTEMIS-1680
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1680
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: Raul Valdoleiros
>Priority: Blocker
>
> I added a test in the class MqttClusterWildcardTest that shows the problem.
> The problem is:
>  * Broker 1 starts
>  * Client 1 connects
>  ** subscribe a wildcard address
>  ** send data to a linked address (from the previous bullet)
>  * Broker 2 starts
>  * Client 2 connects
>  ** subscribe a wildcard address
>  ** send data to a linked address
>  * Stackoverflow error



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARTEMIS-1680) Message load balancing type isn't updated in the linked bindings when wildcards are used

2018-02-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARTEMIS-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16362546#comment-16362546
 ] 

ASF GitHub Bot commented on ARTEMIS-1680:
-

GitHub user Skiler opened a pull request:

https://github.com/apache/activemq-artemis/pull/1869

ARTEMIS-1680 - Message load balancing type isn't updated in the linke…

…d bindings when wildcards are used

This makes the linked address consistent  when a message is sent to a 
linked address and after the wildcard address is subscribed

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Skiler/activemq-artemis wildcard

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/1869.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1869


commit 788f817c5cc7e388ca280f03680ac925d75cd52c
Author: raul.valdoleiros 
Date:   2018-02-13T15:55:46Z

ARTEMIS-1680 - Message load balancing type isn't updated in the linked 
bindings when wildcards are used

This makes the linked address consistent  when a message is sent to a 
linked address and after the wildcard address is subscribed




> Message load balancing type isn't updated in the linked bindings when 
> wildcards are used
> 
>
> Key: ARTEMIS-1680
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1680
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: Raul Valdoleiros
>Priority: Blocker
>
> I added a test in the class MqttClusterWildcardTest that shows the problem.
> The problem is:
>  * Broker 1 starts
>  * Client 1 connects
>  ** subscribe a wildcard address
>  ** send data to a linked address (from the previous bullet)
>  * Broker 2 starts
>  * Client 2 connects
>  ** subscribe a wildcard address
>  ** send data to a linked address
>  * Stackoverflow error



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)