chiacyu opened a new pull request, #7939: URL: https://github.com/apache/ozone/pull/7939
## What changes were proposed in this pull request? There are many unnecessary logs, like the one below, when SnapshotDeletingService is moving keys from the DELETED snapshot to the next Snapshot. ```shell 2025-02-18 12:46:26,676 INFO [SnapshotDeletingService#0]-org.apache.hadoop.ozone.om.helpers.OmKeyInfo: OmKeyInfo.getCodec ignorePipeline = true 2025-02-18 12:46:26,874 INFO [SnapshotDeletingService#0]-org.apache.hadoop.ozone.om.helpers.OmKeyInfo: OmKeyInfo.getCodec ignorePipeline = true 2025-02-18 12:46:26,999 INFO [SnapshotDeletingService#0]-org.apache.hadoop.ozone.om.helpers.OmKeyInfo: OmKeyInfo.getCodec ignorePipeline = true 2025-02-18 12:46:27,164 INFO [SnapshotDeletingService#0]-org.apache.hadoop.ozone.om.helpers.OmKeyInfo: OmKeyInfo.getCodec ignorePipeline = true 2025-02-18 12:46:27,338 INFO [SnapshotDeletingService#0]-org.apache.hadoop.ozone.om.helpers.OmKeyInfo: OmKeyInfo.getCodec ignorePipeline = true 2025-02-18 12:46:27,499 INFO [SnapshotDeletingService#0]-org.apache.hadoop.ozone.om.helpers.OmKeyInfo: OmKeyInfo.getCodec ignorePipeline = true 2025-02-18 12:46:27,676 INFO [SnapshotDeletingService#0]-org.apache.hadoop.ozone.om.helpers.OmKeyInfo: OmKeyInfo.getCodec ignorePipeline = true ``` ## What is the link to the Apache JIRA [HDDS-12367](https://issues.apache.org/jira/browse/HDDS-12367) ## How was this patch tested? It can test by CI. -- 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]
