-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19945/
-----------------------------------------------------------
Review request for Ambari and Tom Beerbower.
Bugs: AMBARI-5324
https://issues.apache.org/jira/browse/AMBARI-5324
Repository: ambari
Description
-------
FilesCreated is missing in NameNode dfs metrics.
Diffs
-----
contrib/ambari-scom/ambari-scom-server/src/main/resources/sqlserver_properties.json
5422867
Diff: https://reviews.apache.org/r/19945/diff/
Testing
-------
Tested manually.
API response:
{
"href" :
"http://winhdp-1:8080/api/v1/clusters/ambari/services/HDFS/components/NAMENODE?fields=metrics/dfs",
"ServiceComponentInfo" : {
"cluster_name" : "ambari",
"component_name" : "NAMENODE",
"service_name" : "HDFS"
},
"metrics" : {
"dfs" : {
"FSNamesystem" : {
"BlockCapacity" : 2097152,
"BlocksTotal" : 0,
"CapacityRemaining" : 130285973504,
"CapacityRemainingGB" : 121.0,
"CapacityTotal" : 159618428928,
"CapacityTotalGB" : 149.0,
"CapacityUsed" : 131,
"CapacityUsedGB" : 0.0,
"CorruptBlocks" : 0,
"ExcessBlocks" : 0,
"FilesTotal" : 5,
"MissingBlocks" : 0,
"PendingDeletionBlocks" : 0,
"PendingReplicationBlocks" : 0,
"ScheduledReplicationBlocks" : 0,
"TotalLoad" : 1,
"UnderReplicatedBlocks" : 0
},
"namenode" : {
"DeadNodes" : "{}",
"DecomNodes" : "{}",
"DeleteFileOps" : 0,
"FilesAppended" : 0,
"FilesCreated" : 0,
"FilesDeleted" : 0,
"FilesRenamed" : 0,
"Free" : 130284171264,
"JournalTransactionsBatchedInSync" : 0,
"LiveNodes" :
"{\"WINHDP-1.ambari.scom\":{\"numBlocks\":0,\"usedSpace\":131,\"lastContact\":2,\"capacity\":159618428928,\"nonDfsUsedSpace\":29334257533,\"adminState\":\"In
Service\",\"version\":\"2.2.0.2.0.6.0-0009\"}}",
"NameDirStatuses" :
"{\"failed\":{},\"active\":{\"C:\\\\hadoop\\\\data\\\\hdfs\\\\nn\":\"IMAGE_AND_EDITS\"}}",
"NonDfsUsedSpace" : 29334257533,
"PercentRemaining" : 81.62226,
"PercentUsed" : 8.207072E-8,
"Safemode" : "",
"SafemodeTime" : 7088,
"Threads" : 64,
"Total" : 159618428928,
"TotalBlocks" : 0,
"TotalFiles" : 5,
"UpgradeFinalized" : true,
"Used" : 131,
"Version" : "2.2.0.2.0.6.0-0009,
rb845729d6990bc11889a5bdefaf6d2221ef9e6d1",
"fsImageLoadTime" : 3223
}
}
}
}
Test results:
Results :
Tests run: 74, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.235s
[INFO] Finished at: Wed Apr 02 19:50:34 EEST 2014
[INFO] Final Memory: 11M/306M
[INFO] ------------------------------------------------------------------------
Thanks,
Artem Baranchuk