Improve NameNode metrics to distinguish between InodeDirectory and InodeFiles
-----------------------------------------------------------------------------
Key: HADOOP-3527
URL: https://issues.apache.org/jira/browse/HADOOP-3527
Project: Hadoop Core
Issue Type: Improvement
Components: metrics
Reporter: Lohit Vijayarenu
On trunk we have NameNode which records FilesCreated and FSDirectory records
files_deleted. While NameNode records actual number of files created,
FSDirectory records deletion of files and directories. These are not
consistent. It would be good to re-factor these metrics so that we collect only
Inode counts in FSDirectory and file creation/deletion in NameNode.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.