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 2021/07/15 02:09:00 UTC

[jira] [Work logged] (ARTEMIS-3386) Broker could use too many Threads to expire messages on the reaper

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

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

                Author: ASF GitHub Bot
            Created on: 15/Jul/21 02:08
            Start Date: 15/Jul/21 02:08
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on pull request #3654:
URL: https://github.com/apache/activemq-artemis/pull/3654#issuecomment-880333088


   there are failures on a full test suite run I took, so I'm converting this to draft


-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

    Worklog Id:     (was: 622828)
    Time Spent: 20m  (was: 10m)

> Broker could use too many Threads to expire messages on the reaper
> ------------------------------------------------------------------
>
>                 Key: ARTEMIS-3386
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3386
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.17.0
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>             Fix For: 2.18.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> PostOffice Reaper thread will call queue.expire which will then start using one instance of the executors.
>  
> this will fire the system to expire messages on all the destinations all at once. This could be bad in a situation where the system has a lot of queues with messages to be expired.



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