[ https://issues.apache.org/jira/browse/HDDS-13080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated HDDS-13080: ---------------------------------- Labels: pull-request-available (was: ) > Improve delete metrics to show number of timeout DN command from SCM for each > DN > -------------------------------------------------------------------------------- > > Key: HDDS-13080 > URL: https://issues.apache.org/jira/browse/HDDS-13080 > Project: Apache Ozone > Issue Type: Sub-task > Reporter: Ashish Kumar > Assignee: Sreeja > Priority: Minor > Labels: pull-request-available > > Currently in delete operation we are showing number of commands sent, success > and failure for each DN. We can include metrics to show number of commands > timedout from SCM to DN. This will help in debugging which DN is slow in > processing. > {code:java} > public DatanodeCommandCounts() { > this.commandsSent = 0; > this.commandsSuccess = 0; > this.commandsFailure = 0; > } {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org