[ https://issues.apache.org/jira/browse/IGNITE-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16078297#comment-16078297 ]
ASF GitHub Bot commented on IGNITE-4831: ---------------------------------------- GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/2265 IGNITE-4831: Option to disable MBeans. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4831 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2265.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 #2265 ---- commit cfc3d0f1ea61eabc75bb4d13699958495edfdfd2 Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com> Date: 2017-07-04T15:21:10Z WIP. commit a93c5fb8b6841c6f9cc5196b5cc6dd20390cb18b Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com> Date: 2017-07-04T15:21:10Z WIP. commit 18c5d5ead54cb5ca1db0cdd20cc64f85e58403b1 Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com> Date: 2017-07-04T17:24:52Z WIP. commit 552c32e5387c94a403228931d5625ce1a53d871d Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com> Date: 2017-07-07T16:01:22Z Tests added commit 731dcdfef81fc1f24ad98cf9ee98475df920d820 Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com> Date: 2017-07-07T16:03:22Z Tests 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 > Assignee: Andrew Mashenkov > Fix For: 2.2 > > > 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.4.14#64029)