[
https://issues.apache.org/jira/browse/EAGLE-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15112500#comment-15112500
]
ASF GitHub Bot commented on EAGLE-138:
--------------------------------------
GitHub user haoch opened a pull request:
https://github.com/apache/incubator-eagle/pull/73
EAGLE-138 Fix JMX Collector util_func bug
https://issues.apache.org/jira/browse/EAGLE-138
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/haoch/incubator-eagle EAGLE-138
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/73.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #73
----
commit 2c5295cd83deac4f82450c817ae5ec97373af898
Author: Hao Chen <[email protected]>
Date: 2016-01-22T09:58:37Z
Remove *.pyc
commit f7ee0d11f279a88458da7a94555a9e0e27e2a005
Author: Hao Chen <[email protected]>
Date: 2016-01-22T13:54:14Z
Clean code
commit 3c69437e92d51319574792b0f212fdd66591e41a
Author: Hao Chen <[email protected]>
Date: 2016-01-22T14:33:16Z
Implement hadoop.namenode.JournalTransaction
commit 1d947c10be3651cd0911d2035ad95aad7140f4b0
Author: Hao Chen <[email protected]>
Date: 2016-01-22T14:57:12Z
EAGLE-138 Fix JMX Collector util_func bug
https://issues.apache.org/jira/browse/EAGLE-138
----
> Extend JMX Collector to support "hadoop.namenode.JournalTransaction"
> --------------------------------------------------------------------
>
> Key: EAGLE-138
> URL: https://issues.apache.org/jira/browse/EAGLE-138
> Project: Eagle
> Issue Type: Improvement
> Affects Versions: 0.3.0
> Reporter: Hao Chen
> Assignee: Hao Chen
> Fix For: 0.3.0
>
>
> Convert
> {code}
> {
> name: "Hadoop:service=NameNode,name=NameNodeInfo",
> JournalTransactionInfo:
> "{\"LastAppliedOrWrittenTxId\":\"75672\",\"MostRecentCheckpointTxId\":\"38894\"}",
> }
> {code}
> to
> * hadoop.namenode.JournalTransactionInfo.LastAppliedOrWrittenTxId
> * hadoop.namenode.JournalTransactionInfo.MostRecentCheckpointTxId
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)