[
https://issues.apache.org/jira/browse/HDDS-8835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai resolved HDDS-8835.
------------------------------------
Fix Version/s: 1.4.0
Resolution: Implemented
> ReplicationManager: Fix metrics to work with new RM
> ---------------------------------------------------
>
> Key: HDDS-8835
> URL: https://issues.apache.org/jira/browse/HDDS-8835
> Project: Apache Ozone
> Issue Type: Sub-task
> Reporter: Stephen O'Donnell
> Assignee: Stephen O'Donnell
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.4.0
>
>
> This change is to tidy up the metrics in ReplicationManager metrics. Some of
> the legacy metrics are no longer valid in the new RM, and the naming was
> inconsistent between the old Ratis metrics and EC metrics.
> The new metrics after this change look like the following:
> {code}
> "name" :
> "Hadoop:service=StorageContainerManager,name=ReplicationManagerMetrics",
> "modelerType" : "ReplicationManagerMetrics",
> "tag.Hostname" : "835ec174c7ef",
> "InflightReplication" : 0,
> "InflightDeletion" : 0,
> "InflightEcReplication" : 0,
> "InflightEcDeletion" : 2,
> "UnderReplicatedQueueSize" : 0,
> "OverReplicatedQueueSize" : 0,
> "OpenContainers" : 0,
> "ClosingContainers" : 0,
> "QuasiClosedContainers" : 0,
> "ClosedContainers" : 14,
> "DeletingContainers" : 1,
> "DeletedContainers" : 0,
> "RecoveringContainers" : 0,
> "UnderReplicatedContainers" : 0,
> "MisReplicatedContainers" : 0,
> "OverReplicatedContainers" : 0,
> "MissingContainers" : 0,
> "UnhealthyContainers" : 0,
> "EmptyContainers" : 0,
> "OpenUnhealthyContainers" : 0,
> "StuckQuasiClosedContainers" : 0,
> "ReplicationCmdsSentTotal" : 0,
> "ReplicasCreatedTotal" : 0,
> "ReplicaCreateTimeoutTotal" : 0,
> "DeletionCmdsSentTotal" : 0,
> "ReplicasDeletedTotal" : 0,
> "ReplicaDeleteTimeoutTotal" : 0,
> "EcReplicationCmdsSentTotal" : 0,
> "EcDeletionCmdsSentTotal" : 62,
> "EcReplicasCreatedTotal" : 5,
> "EcReplicasDeletedTotal" : 0,
> "EcReconstructionCmdsSentTotal" : 15,
> "EcReplicaCreateTimeoutTotal" : 10,
> "EcReplicasDeletedTotal" : 0,
> "EcReplicaDeleteTimeoutTotal" : 60,
> "EcReconstructionCmdsDeferredTotal" : 0,
> "DeleteContainerCmdsDeferredTotal" : 0,
> "ReplicateContainerCmdsDeferredTotal" : 0
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]