You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Bill Bejeck (Jira)" <ji...@apache.org> on 2020/03/16 13:57:00 UTC

[jira] [Assigned] (KAFKA-5493) Optimize calls to flush for tasks and standby tasks

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

Bill Bejeck reassigned KAFKA-5493:
----------------------------------

    Assignee:     (was: Bill Bejeck)

> Optimize calls to flush for tasks and standby tasks
> ---------------------------------------------------
>
>                 Key: KAFKA-5493
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5493
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Bill Bejeck
>            Priority: Major
>
> With EOS enabled we don't checkpoint on {{commit}} so there is no need to call {{flush}} when committing _top level tasks_ .  However for _standby tasks_ we still checkpoint thus need to still flush when committing. We need to develop an approach where we can optimize for top level tasks by avoid flushing on commit, while still preserving flush on commit for standby tasks.



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