You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Clebert Suconic (Jira)" <ji...@apache.org> on 2022/12/15 18:55:00 UTC

[jira] [Updated] (ARTEMIS-4116) Protect broker against user's anxiety

     [ https://issues.apache.org/jira/browse/ARTEMIS-4116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clebert Suconic updated ARTEMIS-4116:
-------------------------------------
    Description: 
Say the management is used for long running tasks (like remove queues, drop queues).

the broker should have a valve protecting multiple long running tasks running at once as that could put a broker down.

What we have observed over time is that when things are running slow, users will use the console to get metrics, and as things are slowing down they will keep clicking on tasks what will then make things worse.

We should protect long running calls with a semaphore to not allow that happening.
        Summary: Protect broker against user's anxiety  (was: Protect broker against OCD)

> Protect broker against user's anxiety
> -------------------------------------
>
>                 Key: ARTEMIS-4116
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4116
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Clebert Suconic
>            Priority: Major
>
> Say the management is used for long running tasks (like remove queues, drop queues).
> the broker should have a valve protecting multiple long running tasks running at once as that could put a broker down.
> What we have observed over time is that when things are running slow, users will use the console to get metrics, and as things are slowing down they will keep clicking on tasks what will then make things worse.
> We should protect long running calls with a semaphore to not allow that happening.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)