[
https://issues.apache.org/jira/browse/IGNITE-7334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16305619#comment-16305619
]
ASF GitHub Bot commented on IGNITE-7334:
----------------------------------------
GitHub user slukyano opened a pull request:
https://github.com/apache/ignite/pull/3317
IGNITE-7334: added escaping of special characters to MBean registrati…
…on code
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7334
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3317.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3317
----
commit 8650dddb717a32a05071fda0053ac89029bf4a13
Author: Stanislav Lukyanov <stanlukyanov@...>
Date: 2017-12-28T17:13:08Z
IGNITE-7334: added escaping of special characters to MBean registration code
----
> MBeans fail to be created for caches with special symbols in names
> ------------------------------------------------------------------
>
> Key: IGNITE-7334
> URL: https://issues.apache.org/jira/browse/IGNITE-7334
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.4
> Reporter: Stanislav Lukyanov
> Assignee: Stanislav Lukyanov
>
> If a cache contains a certain symbols, e.g. an asterisk, its creation will
> fail due to an exception during MBean creation. This is because of
> insufficient escaping in the shared MBean registration code in IgniteUtils.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)