Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2048618B3D for ; Wed, 9 Mar 2016 19:55:41 +0000 (UTC) Received: (qmail 68909 invoked by uid 500); 9 Mar 2016 19:55:41 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 68836 invoked by uid 500); 9 Mar 2016 19:55:40 -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 68816 invoked by uid 99); 9 Mar 2016 19:55:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2016 19:55:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C28D72C1F58 for ; Wed, 9 Mar 2016 19:55:40 +0000 (UTC) Date: Wed, 9 Mar 2016 19:55:40 +0000 (UTC) From: "Alpet Tekinalp (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-2690) Format of uptime for metrics MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15187798#comment-15187798 ] Alpet Tekinalp commented on IGNITE-2690: ---------------------------------------- Hi [~dmagda], I am not able to change the assignee nor the status of the bug. > Format of uptime for metrics > ---------------------------- > > Key: IGNITE-2690 > URL: https://issues.apache.org/jira/browse/IGNITE-2690 > Project: Ignite > Issue Type: Bug > Components: general > Affects Versions: 1.5.0.final > Reporter: Sergey Kozlov > Priority: Trivial > Labels: newbie > Attachments: master_baa1312_IGNITE-2690.patch > > > Milliseconds of uptime from metrics should be properly formatted (3 digits): > {noformat} > [16:35:08,994][INFO][grid-timeout-worker-#33%null%][IgniteKernal] > Metrics for local node (to disable set 'metricsLogFrequency' to 0) > ^-- Node [id=fcc9d9ca, name=null, uptime=01:04:00:996] > ... > [16:36:09,011][INFO][grid-timeout-worker-#33%null%][IgniteKernal] > Metrics for local node (to disable set 'metricsLogFrequency' to 0) > ^-- Node [id=fcc9d9ca, name=null, uptime=01:05:01:14] > {noformat} > :14 -> :014 -- This message was sent by Atlassian JIRA (v6.3.4#6332)