|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
[jira] Created: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics librariesAdditional metrics & jmx beans and cleanup to use the recent metrics libraries
------------------------------------------------------------------------------- Key: HADOOP-2645 URL: https://issues.apache.org/jira/browse/HADOOP-2645 Project: Hadoop Issue Type: Improvement Reporter: Sanjay Radia Assignee: Sanjay Radia Fix For: 0.16.0 This patch does following: Data node : Additional metrics Cleunup old metrics to use recent metrics lib MBeans for data node metrics Namenode Cleunup old updates of metrics to use recent metrics lib Split Name none mbean to 2 MBeans - statistics and FSNamesystem status rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Attachment: metrics2.patch > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560116#action_12560116 ] Raghu Angadi commented on HADOOP-2645: -------------------------------------- Could you fix the eclipse warnings? E.g. unused imports, members etc ... > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560146#action_12560146 ] Raghu Angadi commented on HADOOP-2645: -------------------------------------- Also there are few javadoc warnings. are getLiveDatanode() and getDeadDatanode() executed automatically (evey few minutes)? apart from this, +1. > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Status: Patch Available (was: Open) > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560170#action_12560170 ] Sanjay Radia commented on HADOOP-2645: -------------------------------------- The MBean server doe snot cal these method automatically. It is called on demand if a JMX client call this. However since JMX console has a convenient graphing tool for numeric attributes someone could graph these it would call these methods. I have changed these from attributes to explicit operations. Thanks for catching this Raghu. > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Attachment: metrics3.patch > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Attachment: (was: metrics3.patch) > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Attachment: metrics3.patch > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560344#action_12560344 ] Hadoop QA commented on HADOOP-2645: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12373463/metrics3.patch against trunk revision r613115. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new compiler warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests -1. The patch failed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1637/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1637/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1637/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1637/console This message is automatically generated. > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Status: Patch Available (was: Open) > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch, metrics4.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Attachment: metrics4.patch I was not able to reproduce the error. I have run it several times. An updated version off the latest trunk is attached for a retest. > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch, metrics4.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Status: Open (was: Patch Available) > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch, metrics4.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560741#action_12560741 ] Hadoop QA commented on HADOOP-2645: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12373564/metrics4.patch against trunk revision r613446. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new compiler warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests -1. The patch failed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1655/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1655/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1655/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1655/console This message is automatically generated. > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch, metrics4.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Attachment: metrics5.patch > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch, metrics4.patch, metrics5.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Status: Open (was: Patch Available) > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch, metrics4.patch, metrics5.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Status: Patch Available (was: Open) > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch, metrics4.patch, metrics5.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561715#action_12561715 ] Hadoop QA commented on HADOOP-2645: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12373802/metrics5.patch against trunk revision r614413. @author +1. The patch does not contain any @author tags. patch -1. The patch command could not apply the patch. Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1683/console This message is automatically generated. > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch, metrics4.patch, metrics5.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Status: Open (was: Patch Available) > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch, metrics4.patch, metrics5.patch, metrics6.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (HADOOP-2645) Additional metrics & jmx beans and cleanup to use the recent metrics libraries[ https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Radia updated HADOOP-2645: --------------------------------- Attachment: metrics6.patch > Additional metrics & jmx beans and cleanup to use the recent metrics libraries > ------------------------------------------------------------------------------- > > Key: HADOOP-2645 > URL: https://issues.apache.org/jira/browse/HADOOP-2645 > Project: Hadoop > Issue Type: Improvement > Reporter: Sanjay Radia > Assignee: Sanjay Radia > Fix For: 0.16.0 > > Attachments: metrics2.patch, metrics3.patch, metrics4.patch, metrics5.patch, metrics6.patch > > > This patch does following: > Data node : > Additional metrics > Cleunup old metrics to use recent metrics lib > MBeans for data node metrics > Namenode > Cleunup old updates of metrics to use recent metrics lib > Split Name none mbean to 2 MBeans - statistics and FSNamesystem status > rename of name node mbean for consistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |