[
https://issues.apache.org/jira/browse/ARTEMIS-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16118800#comment-16118800
]
ASF GitHub Bot commented on ARTEMIS-1328:
-----------------------------------------
Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/1447
@clebertsuconic only query i have
was why this change?
- public static final int CHECK_QUEUE_SIZE_PERIOD = 100;
+ public static final int CHECK_QUEUE_SIZE_PERIOD = 1000;
> 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)