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 subversion and git services (JIRA)" <ji...@apache.org> on 2018/06/13 12:12:00 UTC

[jira] [Commented] (AMQ-6854) Log a warning if paging in for queues blocks on usage constraints

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

ASF subversion and git services commented on AMQ-6854:
------------------------------------------------------

Commit 57a6f2373eb7609ce4ab7cadcd7d38889414a24c in activemq's branch refs/heads/master from gtully
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=57a6f23 ]

AMQ-6854 - ensure non null return in the event on no space to page in


> Log a warning if paging in for queues blocks on usage constraints
> -----------------------------------------------------------------
>
>                 Key: AMQ-6854
>                 URL: https://issues.apache.org/jira/browse/AMQ-6854
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.15.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Minor
>             Fix For: 5.16.0
>
>
> In a case where the cache is disabled but there is no flow control, messages can continue to be produced directly to the store.  Dispatch from memory will continue and paging in will work in the normal way.
> However it is possible for queues to starve each other when paging in, such that some queues with no messages in memory will not be able to page in.
> In this case, it is important that we log a warning to have some indication in the logs that consumers may be starved such that memory limits can be increased if necessary.



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