[ https://issues.apache.org/jira/browse/KAFKA-17035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai resolved KAFKA-17035. ------------------------------------ Fix Version/s: 4.0.0 Resolution: Fixed > Add debug log to retention cleanupLogs method to help troubleshoot issues > ------------------------------------------------------------------------- > > Key: KAFKA-17035 > URL: https://issues.apache.org/jira/browse/KAFKA-17035 > Project: Kafka > Issue Type: Improvement > Reporter: Luke Chen > Assignee: Kuan Po Tseng > Priority: Major > Fix For: 4.0.0 > > > Sometimes, there will be some log segments leftover without getting deleted > as configured. One example is, the config is set to retention.ms = 7 days, > but there are some log segments stay in storage for more than 7 days. In this > case, it's difficult to troubleshoot if there is a bug in kafka or something > wrong in the log segment (ex: max time is wrongly set). > To help troubleshooting, we could add "trace level" or "debug level" logs > when doing retentionSize/retentionMs/logStartOffset check for each log > segment. -- This message was sent by Atlassian Jira (v8.20.10#820010)