[ 
https://issues.apache.org/jira/browse/ARTEMIS-1925?focusedWorklogId=628943&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-628943
 ]

ASF GitHub Bot logged work on ARTEMIS-1925:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Jul/21 09:21
            Start Date: 28/Jul/21 09:21
    Worklog Time Spent: 10m 
      Work Description: gtully commented on pull request #3676:
URL: https://github.com/apache/activemq-artemis/pull/3676#issuecomment-888154546


   > e.g. im using OFF to ensure redistribute never occurs, regardless. it 
should never redistribute.
   in my reading of the code and doc, this is just a broken assumption.
   disable redistribution by not enabling redistribution.
   
   redistribution is a solution to the problem of stuck messages due to early 
load balancing at routing time.
   what is nice is that it is separate and it can have a binary behaviour.
   5.x has deceaseNetworkConsumerPriority that biases towards local consumers. 
enabling redistribution can make such a feature binary (and better) when 
combined with no loadbalancing on initial routing. 
   
   ON_DEMAND is like STRICT when there are remote consumers, if we only want to 
go remote when we have stuck messages, then redistribution is the nice answer.
   this change makes that possible by extending what is there in a natural way.
   
   the change in semantic, that needs to be communicated for sure, but it need 
not be a blocker.
   the real semantics are in the code and test and git history, all the tests 
are fine with this change and the new test verifies it.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 628943)
    Time Spent: 6h 10m  (was: 6h)

> Allow message redistribution even with STRICT or OFF message-load-balancing 
> semantics
> -------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1925
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1925
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Justin Bertram
>            Priority: Major
>          Time Spent: 6h 10m
>  Remaining Estimate: 0h
>
> Currently if the {{message-load-balancing}} is {{STRICT}} or {{OFF}} then 
> message redistribution is disabled.  Message redistribution should be 
> controlled only by the {{redistribtion-delay}}.



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

Reply via email to