Hemant Kumar created HDDS-12367:
-----------------------------------

             Summary: Change ignorePipeline log level to DEBUG in OmKeyInfo
                 Key: HDDS-12367
                 URL: https://issues.apache.org/jira/browse/HDDS-12367
             Project: Apache Ozone
          Issue Type: Improvement
            Reporter: Hemant Kumar


There are many unnecessary logs, like the one below, when 
SnapshotDeletingService is moving keys from the DELETED snapshot to the next 
Snapshot.
{code:java}
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 {code}

It would be better to change this to DEBUG level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to