You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Xinyu Liu (Jira)" <ji...@apache.org> on 2019/10/15 00:09:00 UTC

[jira] [Created] (SAMZA-2352) Use min.compaction.lag.ms to avoid compacting the Kafka changelog topic

Xinyu Liu created SAMZA-2352:
--------------------------------

             Summary: Use min.compaction.lag.ms to avoid compacting the Kafka changelog topic
                 Key: SAMZA-2352
                 URL: https://issues.apache.org/jira/browse/SAMZA-2352
             Project: Samza
          Issue Type: Sub-task
            Reporter: Xinyu Liu
            Assignee: Xinyu Liu


To enable transactional state, we will need to avoid the head of the changelog (the ones after last checkpoint) not being log-compacted so we can trim the rest of the updates. We use min.compaction.log.ms to control the compaction time.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)