[
https://issues.apache.org/jira/browse/KAFKA-5165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikandan P updated KAFKA-5165:
--------------------------------
Affects Version/s: 0.9.0.1
> Kafka Logs Cleanup Not happening, Huge File Growth - Windows
> ------------------------------------------------------------
>
> Key: KAFKA-5165
> URL: https://issues.apache.org/jira/browse/KAFKA-5165
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 0.9.0.1
> Environment: windows, Kafka Server(Version: 0.9.0.1)
> Reporter: Manikandan P
>
> We had set the below configuration: Retention hours as 1, Retention bytes as
> 150 MB in the server.properties in the Kafka Server(Version: 0.9.0.1). Also
> modified other settings as given below.
> log.dirs=/tmp/kafka-logs
> log.retention.hours=1
> log.retention.bytes=157286400
> log.segment.bytes=1073741824
> log.retention.check.interval.ms=300000
> log.cleaner.enable=true
> log.cleanup.policy=delete
> After checking few days, Size of the Kafka log folder too huge as 13.2 GB. We
> have seen that Topic Offset getting updated and ignores the Old data but Log
> File doesnt reduce and has all the Old Data and become too huge. Could you
> help us to find out why Kafka is not deleting the logs(Physically). Do we
> need to change any configuration ?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)