You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/03/05 21:07:00 UTC

[jira] [Commented] (GEODE-6442) Statistics numericId should default to PID and textId should default to Member Name

    [ https://issues.apache.org/jira/browse/GEODE-6442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16784909#comment-16784909 ] 

ASF subversion and git services commented on GEODE-6442:
--------------------------------------------------------

Commit 22f7730e984c1c308317524dabc424b23032edda in geode's branch refs/heads/develop from Kirk Lund
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=22f7730 ]

GEODE-6442: Fix Statistics textId and numericId

* Move getPid from StatSampler to StatisticsManager
* Default textId to StatisticsManager.getName if textId is empty
* Default numericId to StatisticsManager.getPid if numericId is zero


> Statistics numericId should default to PID and textId should default to Member Name
> -----------------------------------------------------------------------------------
>
>                 Key: GEODE-6442
>                 URL: https://issues.apache.org/jira/browse/GEODE-6442
>             Project: Geode
>          Issue Type: Bug
>          Components: statistics
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Major
>             Fix For: 1.10.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> StatSampler should use PID if available and fall back to DistributedSystem ID if the PID is unavailable. This is used to help identify the OS and Process Statistics.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)