Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0808710178 for ; Fri, 23 Jan 2015 17:54:56 +0000 (UTC) Received: (qmail 10014 invoked by uid 500); 23 Jan 2015 17:54:56 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 9971 invoked by uid 500); 23 Jan 2015 17:54:56 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 9958 invoked by uid 99); 23 Jan 2015 17:54:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2015 17:54:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 23 Jan 2015 17:54:55 +0000 Received: (qmail 9641 invoked by uid 99); 23 Jan 2015 17:54:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2015 17:54:34 +0000 Date: Fri, 23 Jan 2015 17:54:34 +0000 (UTC) From: "Dmitriy Setrakyan (JIRA)" To: dev@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-49) Implement statistics and management MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IGNITE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14289599#comment-14289599 ] Dmitriy Setrakyan commented on IGNITE-49: ----------------------------------------- Nikolai, I saw that you have implemented the fix, but I am still seeing inconsistencies: # What is the difference between {{ClusterMetrics}} and {{ClusterNodeMetrics}}? This two APIs seem identical to me. # {{ClusterNodeMetrics}} is not an MxBean, but has the MxBean annotations. This seems wrong. # {{ClusterNodeMetricsMxBean}} is located in the {{org.apache.ignite.internal}} package, while {{CacheMetricsMxBean}} is located in public package. I think all MxBeans should be public. > Implement statistics and management > ------------------------------------ > > Key: IGNITE-49 > URL: https://issues.apache.org/jira/browse/IGNITE-49 > Project: Ignite > Issue Type: Sub-task > Components: cache > Reporter: Semen Boikov > Assignee: Nikolay Tikhonov > Fix For: sprint-1 > > Attachments: ignite-49.patch > > > See CacheMXBean, CacheStatisticsMXBean. Note: statistics/management can be enabled/disabled at runtime, also see spec '12.4. Statistics Effects of Cache Operations', need to check if it is consistent with current GridGain metrics. -- This message was sent by Atlassian JIRA (v6.3.4#6332)