mukul1987 opened a new pull request #1665: URL: https://github.com/apache/ozone/pull/1665
## What changes were proposed in this pull request? During Ozone Key, File, and Directory creations, intermediate directories are not counted towards the number of keys in the system. When a directory is deleted, however, we traverse each of the keys and delete it, this results in underflow of the numKey metric. ## What is the link to the Apache JIRA (Please create an issue in ASF JIRA before opening a pull request, and you need to set the title of the pull request which starts with the corresponding JIRA issue number. (e.g. HDDS-XXXX. Fix a typo in YYY.) Please replace this section with the link to the Apache JIRA) https://issues.apache.org/jira/browse/HDDS-4554 (Please explain how this patch was tested. Ex: unit tests, manual tests) Added a new unit test. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
