You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2015/02/23 23:29:12 UTC

[jira] [Resolved] (KAFKA-1979) LogCleaner delete file asynchronously and can cause inconsistency between log cleaner checkpoint and first dirty log segment file.

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

Jiangjie Qin resolved KAFKA-1979.
---------------------------------
    Resolution: Invalid

> LogCleaner delete file asynchronously and can cause inconsistency between log cleaner checkpoint and first dirty log segment file.
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-1979
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1979
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jiangjie Qin
>
> In LogCleaner we delete the log segment file asynchronously and then checkpoint the cleaned offsets. If broker exit after checkpoint is written but before log segment got deleted, when the broker start again, it will have the first dirty log offset different from the check-pointed offset.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)