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 53DB510329 for ; Thu, 22 Jan 2015 18:53:01 +0000 (UTC) Received: (qmail 11986 invoked by uid 500); 22 Jan 2015 18:53:01 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 11944 invoked by uid 500); 22 Jan 2015 18:53:01 -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 11933 invoked by uid 99); 22 Jan 2015 18:53:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 18:53:01 +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; Thu, 22 Jan 2015 18:53:00 +0000 Received: (qmail 10289 invoked by uid 99); 22 Jan 2015 18:52:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 18:52:35 +0000 Date: Thu, 22 Jan 2015 18:52:35 +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=14287965#comment-14287965 ] Dmitriy Setrakyan commented on IGNITE-49: ----------------------------------------- Additionally, after consulting with Yakov, I think that ClusterNode should continue to return ClusterMetrics as a snapshot (I was wrong in my initial suggestion that it should be ClusterNodeMetrixMBean). So, to summarize: # {{IgniteCache.metrcis()}} should continue to return {{CacheMetrics}} snapshot # {{IgntieCacheMxBean}} should inherit from {{CacheStatisticsMxBean}} and return current values (not snapshot) together with additional cache management functionality we have. # We should add method {{IgniteCache.mxBean()}} which will return {{IgniteCacheMxBean}} # {{ClusterNode.metrics()}} method should return an instance of {{ClusterMetrics}} snapshot. # {{ClusterNodeMetricsMBean}} should become {{ClusterNodeMetricsMxBean}} and continue to work as before. # We should also probably rename all MBean classes to MxBean (Yakov, please comment if you disagree here) > 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)