[
https://issues.apache.org/jira/browse/IGNITE-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010812#comment-16010812
]
ASF GitHub Bot commented on IGNITE-4831:
----------------------------------------
GitHub user rfqu opened a pull request:
https://github.com/apache/ignite/pull/1945
IGNITE-4831 fixed (Add an option to disable MBeans). Option IGNITE_DI…
…SABLE_MBEANS added.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rfqu/ignite ignite-4831
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1945.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 #1945
----
commit 8123b84a9b7d5322455dc67187b2d2f6673f61ab
Author: rfqu <[email protected]>
Date: 2017-05-15T16:19:32Z
IGNITE-4831 fixed (Add an option to disable MBeans). Option
IGNITE_DISABLE_MBEANS added.
----
> Add an option to disable MBeans
> -------------------------------
>
> Key: IGNITE-4831
> URL: https://issues.apache.org/jira/browse/IGNITE-4831
> Project: Ignite
> Issue Type: Improvement
> Components: general
> Affects Versions: 1.8
> Reporter: Valentin Kulichenko
>
> There are multiple MBeans registered by Ignite and there is no way to avoid
> their registration (in case they're not allowed for security reasons for
> example). We should have a system property that will disable MBeans.
> In addition, if MBean registration throws a {{RuntimeException}}, this
> exception is not properly handled. For example, if it happens during cache
> creation, {{createCache}} method hangs forever.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)