[
https://issues.apache.org/jira/browse/KAFKA-7400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bob Barrett reassigned KAFKA-7400:
----------------------------------
Assignee: Bob Barrett
> Compacted topic segments that precede the log start offset are not cleaned up
> -----------------------------------------------------------------------------
>
> Key: KAFKA-7400
> URL: https://issues.apache.org/jira/browse/KAFKA-7400
> Project: Kafka
> Issue Type: Bug
> Components: log
> Affects Versions: 1.1.0, 1.1.1, 2.0.0
> Reporter: Bob Barrett
> Assignee: Bob Barrett
> Priority: Minor
>
> LogManager.cleanupLogs currently checks if a topic is compacted, and skips
> any deletion if it is. This means that if the log start offset increases, log
> segments that precede the start offset will never be deleted. The log cleanup
> logic should be improved to delete these segments even for compacted topics.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)