[ 
https://issues.apache.org/jira/browse/HDDS-12711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sadanand Shenoy updated HDDS-12711:
-----------------------------------
    Description: 
 In DBCheckpointServlet,
{code:java}
LOG.info("Received excluding SST {}", receivedSstList);{code}
{code:java}
LOG.info("Excluded SST {} from the latest checkpoint.",
    excludedSstList); {code}
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

> Change log level to debug to print excluded SST Files during bootstrap
> ----------------------------------------------------------------------
>
>                 Key: HDDS-12711
>                 URL: https://issues.apache.org/jira/browse/HDDS-12711
>             Project: Apache Ozone
>          Issue Type: Bug
>            Reporter: Sadanand Shenoy
>            Priority: Major
>
>  In DBCheckpointServlet,
> {code:java}
> LOG.info("Received excluding SST {}", receivedSstList);{code}
> {code:java}
> LOG.info("Excluded SST {} from the latest checkpoint.",
>     excludedSstList); {code}
> 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



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