You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Grzegorz Grzybek (JIRA)" <ji...@apache.org> on 2016/02/19 20:48:18 UTC

[jira] [Updated] (KARAF-4351) [RBAC] Optimize access to JMXSecurityMBean.canInvoke(Map)

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

Grzegorz Grzybek updated KARAF-4351:
------------------------------------
    Affects Version/s: 2.4.4
                       3.0.6
                       4.0.4

> [RBAC] Optimize access to JMXSecurityMBean.canInvoke(Map)
> ---------------------------------------------------------
>
>                 Key: KARAF-4351
>                 URL: https://issues.apache.org/jira/browse/KARAF-4351
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-security
>    Affects Versions: 2.4.4, 3.0.6, 4.0.4
>            Reporter: Grzegorz Grzybek
>
> We've scenario where there are 2000 ActiveMQ queues running in Karaf with hawtio that leverages RBAC.
> hawtio, through Jolokia library calls {{org.apache.karaf.management.JMXSecurityMBean#canInvoke(java.util.Map<java.lang.String,java.util.List<java.lang.String>>)}} method passing map of >2000 MBeanNames to lists of average size = 20.
> Thus we have >40000 calls to one of {{org.apache.karaf.management.internal.JMXSecurityMBeanImpl#canInvoke()}} methods for pairs of MBean+signature and we have equal number of calls to {{org.osgi.service.cm.ConfigurationAdmin#listConfigurations("(service.pid=jmx.acl*)")}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)