[
https://issues.apache.org/jira/browse/KAFKA-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008602#comment-16008602
]
ASF GitHub Bot commented on KAFKA-5196:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/3008
> LogCleaner should be transaction-aware
> --------------------------------------
>
> Key: KAFKA-5196
> URL: https://issues.apache.org/jira/browse/KAFKA-5196
> Project: Kafka
> Issue Type: Sub-task
> Components: clients, core, producer
> Reporter: Jason Gustafson
> Assignee: Jason Gustafson
> Priority: Critical
> Fix For: 0.11.0.0
>
>
> In accordance with the KIP-98 design, the log cleaner should be aware of
> transaction markers. This means the following:
> 1. Cleaning should be restricted below the last stable offset (which ensures
> that only decided data is considered when cleaning).
> 2. Records from aborted transactions are removed immediately.
> 3. Removal of the COMMIT/ABORT markers must be delayed to ensure that they
> are not missed by concurrent readers.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)