0lai0 opened a new pull request, #9136: URL: https://github.com/apache/ozone/pull/9136
## What changes were proposed in this pull request? An unnecessary and confusing WARN message is logged after a snapshot is successfully deleted. The reason is that the program attempts to also remove the snapshot from the cache after its deletion. However, if the snapshot is not in the cache to begin with (which is a normal scenario for infrequently accessed data), the system still generates a "Key... does not exist in cache" warning. This warning is not an actual error; it is a cosmetic issue, but it can interfere with an administrator's ability to read the logs. ## What is the link to the Apache JIRA [https://issues.apache.org/jira/browse/HDDS-13603](https://issues.apache.org/jira/browse/HDDS-13603) ## How was this patch tested? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
