HDFS-8773. Few FSNamesystem metrics are not documented in the Metrics page. Contributed by Rakesh R.
This commit is contained in:
parent
cb03768b1b
commit
a26cc66f38
|
@ -231,6 +231,11 @@ Each metrics record contains tags such as HAState and Hostname as additional inf
|
||||||
| `BlockCapacity` | Current number of block capacity |
|
| `BlockCapacity` | Current number of block capacity |
|
||||||
| `StaleDataNodes` | Current number of DataNodes marked stale due to delayed heartbeat |
|
| `StaleDataNodes` | Current number of DataNodes marked stale due to delayed heartbeat |
|
||||||
| `TotalFiles` | Current number of files and directories (same as FilesTotal) |
|
| `TotalFiles` | Current number of files and directories (same as FilesTotal) |
|
||||||
|
| `MissingReplOneBlocks` | Current number of missing blocks with replication factor 1 |
|
||||||
|
| `NumFilesUnderConstruction` | Current number of files under construction |
|
||||||
|
| `NumActiveClients` | Current number of active clients holding lease |
|
||||||
|
| `HAState` | (HA-only) Current state of the NameNode: initializing or active or standby or stopping state |
|
||||||
|
| `FSState` | Current state of the file system: Safemode or Operational |
|
||||||
|
|
||||||
JournalNode
|
JournalNode
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -1062,6 +1062,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
HDFS-7582. Enforce maximum number of ACL entries separately per access
|
HDFS-7582. Enforce maximum number of ACL entries separately per access
|
||||||
and default. (vinayakumarb)
|
and default. (vinayakumarb)
|
||||||
|
|
||||||
|
HDFS-8773. Few FSNamesystem metrics are not documented in the Metrics page.
|
||||||
|
(Rakesh R via cnauroth)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue