Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D9865200CBE for ; Fri, 7 Jul 2017 18:08:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D7FE4169748; Fri, 7 Jul 2017 16:08:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 322AE169744 for ; Fri, 7 Jul 2017 18:08:06 +0200 (CEST) Received: (qmail 99397 invoked by uid 500); 7 Jul 2017 16:08:05 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 99388 invoked by uid 99); 7 Jul 2017 16:08:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2017 16:08:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C8C0EC061B for ; Fri, 7 Jul 2017 16:08:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.752 X-Spam-Level: X-Spam-Status: No, score=-99.752 tagged_above=-999 required=6.31 tests=[KAM_LOTSOFHASH=0.25, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id SikDBk_um60r for ; Fri, 7 Jul 2017 16:08:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A76A35FDE4 for ; Fri, 7 Jul 2017 16:08:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 637FEE0D45 for ; Fri, 7 Jul 2017 16:08:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 162DC24695 for ; Fri, 7 Jul 2017 16:08:00 +0000 (UTC) Date: Fri, 7 Jul 2017 16:08:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-4831) Add an option to disable MBeans MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 07 Jul 2017 16:08:07 -0000 [ 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 Date: 2017-07-04T15:21:10Z WIP. commit a93c5fb8b6841c6f9cc5196b5cc6dd20390cb18b Author: Andrey V. Mashenkov Date: 2017-07-04T15:21:10Z WIP. commit 18c5d5ead54cb5ca1db0cdd20cc64f85e58403b1 Author: Andrey V. Mashenkov Date: 2017-07-04T17:24:52Z WIP. commit 552c32e5387c94a403228931d5625ce1a53d871d Author: Andrey V. Mashenkov Date: 2017-07-07T16:01:22Z Tests added commit 731dcdfef81fc1f24ad98cf9ee98475df920d820 Author: Andrey V. Mashenkov 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)