You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/08 03:52:00 UTC

[jira] [Commented] (ARTEMIS-1328) Delivery guard can take too long

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

ASF GitHub Bot commented on ARTEMIS-1328:
-----------------------------------------

GitHub user clebertsuconic opened a pull request:

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

    ARTEMIS-1328 Improving direct delivery check

    

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

    $ git pull https://github.com/clebertsuconic/activemq-artemis ARTEMIS-1328

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

    https://github.com/apache/activemq-artemis/pull/1447.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 #1447
    
----
commit 8a90d1bc3de5ad0d941195e7df8dc72e2f03c256
Author: Clebert Suconic <cl...@apache.org>
Date:   2017-08-08T03:48:29Z

    ARTEMIS-1328 Improving direct delivery check

----


> Delivery guard can take too long
> --------------------------------
>
>                 Key: ARTEMIS-1328
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1328
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>             Fix For: 2.3.0
>
>
> There is a flush on delivery guard flush.
> if it's taking too long it will block the queue for a long period.
> This needs to be a quick check or keep doing async checks.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)