[
https://issues.apache.org/jira/browse/HDDS-12711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai resolved HDDS-12711.
-------------------------------------
Fix Version/s: 2.1.0
Resolution: Fixed
> 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
> Assignee: Chia-Chuan Yu
> Priority: Major
> Labels: newbie, pull-request-available
> Fix For: 2.1.0
>
>
> 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]