chiacyu opened a new pull request, #8186:
URL: https://github.com/apache/ozone/pull/8186

   ## What changes were proposed in this pull request?
    In `DBCheckpointServlet`:
   ```java
   LOG.info("Received excluding SST {}", receivedSstList);
   LOG.info("Excluded SST {} from the latest checkpoint.", excludedSstList); 
   ```
   
   In a cluster with large workloads and multiple snapshots, number of SST's 
per DB can be in the order of tens of thousands. This will just flood the logs 
during incremental bootstrap process.
   
   Change the log level to debug and only print say 5 or 10 and print the total 
number of sst files to exclude under `LOG.info`
   ## What is the link to the Apache JIRA
   [HDDS-12711](https://issues.apache.org/jira/browse/HDDS-12711)
   
   ## How was this patch tested?
   CI:
   https://github.com/chiacyu/ozone/actions/runs/14141287743
   


-- 
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]

Reply via email to