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 83B2218C2E for ; Tue, 2 Feb 2016 17:54:40 +0000 (UTC) Received: (qmail 99699 invoked by uid 500); 2 Feb 2016 17:54:40 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 99621 invoked by uid 500); 2 Feb 2016 17:54:39 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 99597 invoked by uid 99); 2 Feb 2016 17:54:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2016 17:54:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C62CB2C044E for ; Tue, 2 Feb 2016 17:54:39 +0000 (UTC) Date: Tue, 2 Feb 2016 17:54:39 +0000 (UTC) From: "Vladimir Ershov (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-2537) Cache metrics missing implementation. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Vladimir Ershov created IGNITE-2537: --------------------------------------- Summary: Cache metrics missing implementation. Key: IGNITE-2537 URL: https://issues.apache.org/jira/browse/IGNITE-2537 Project: Ignite Issue Type: Improvement Components: cache Affects Versions: 1.5.0.final Reporter: Vladimir Ershov Looking at CacheMetricsImple all those methods are stubbed with return 0: {noformat} getTxCommitQueueSizegetTxCommitQueueSize getTxPrepareQueueSize getTxStartVersionCountsSize getTxDhtCommitQueueSize getTxDhtPrepareQueueSize getTxDhtStartVersionCountsSize {noformat} This should be improved. -- This message was sent by Atlassian JIRA (v6.3.4#6332)