You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Stanislav Lukyanov (JIRA)" <ji...@apache.org> on 2018/02/20 14:48:00 UTC

[jira] [Created] (IGNITE-7771) Names of Ignite JMX beans should not be quoted unless required

Stanislav Lukyanov created IGNITE-7771:
------------------------------------------

             Summary: Names of Ignite JMX beans should not be quoted unless required
                 Key: IGNITE-7771
                 URL: https://issues.apache.org/jira/browse/IGNITE-7771
             Project: Ignite
          Issue Type: Bug
            Reporter: Stanislav Lukyanov
            Assignee: Stanislav Lukyanov


Names of Ignite JMX beans and bean groups are currently quoted if they contain non-alphanumeric characters. This leads to names with spaces, e.g. Thread Pools, appearing as "Thread Pools". Moreover, Thread Pools and "Thread Pools" are recognized by JMX as distinct names, so code accessing that MBean needs to take that into account.

It would be better not to quote the bean and group names unless they contain specific control characters. That way users won't need to quote names in their JMX clients.



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