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 2020/01/31 09:50:00 UTC

[jira] [Work logged] (ARTEMIS-2606) Artemis Admin Web Console not loading on server with many queues

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

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

                Author: ASF GitHub Bot
            Created on: 31/Jan/20 09:49
            Start Date: 31/Jan/20 09:49
    Worklog Time Spent: 10m 
      Work Description: sebthom commented on pull request #2965: ARTEMIS-2606 Upgrade to Hawt.io 1.5.12
URL: https://github.com/apache/activemq-artemis/pull/2965
 
 
   
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

            Worklog Id:     (was: 379886)
    Remaining Estimate: 0h
            Time Spent: 10m

> Artemis Admin Web Console not loading on server with many queues
> ----------------------------------------------------------------
>
>                 Key: ARTEMIS-2606
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2606
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: 2.11.0
>         Environment: Artemis 2.11.0 on AmazonLinux 2 with Amazon Corretto JDK (but also reproducable on Windows with OpenJDK)
>            Reporter: Sebastian T
>            Priority: Critical
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We have a high number of queues 10.000+ on one of our Artemis cluster. Now the Artemis admin UI is not responding at all (blank screen).
> I did some testing and saw that when I access a server with 500 queues, the console downloads a 8.5MB JSON file from the server to the browser, when I have 3000 queues that JSON file is already 35MB large.
> This is the HTTP Request:
> https://<ROOT_URL>/jolokia/?maxDepth=9&maxCollectionSize=50000&ignoreErrors=true&canonicalNaming=false
> Request Method:POST
> Request Body: \{"type":"exec","mbean":"hawtio:type=security,name=RBACRegistry","operation":"list()"}
> I suspect the problem is related to the fact that Artemis creates MBean objects for each address and queue and when all MBean information are downloaded by Hawt.io via Jolokia.
> We used RabbitMQ before and had no issues with their admin UI while administering 30.000+ queues.
> Any suggestions regarding temporary workarounds are appreciated.



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