You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/10/24 14:41:59 UTC

[jira] [Created] (KAFKA-4336) Frequent log rolling when there's a mix of delayed and current data

Ismael Juma created KAFKA-4336:
----------------------------------

             Summary: Frequent log rolling when there's a mix of delayed and current data
                 Key: KAFKA-4336
                 URL: https://issues.apache.org/jira/browse/KAFKA-4336
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 0.10.1.0
            Reporter: Ismael Juma
             Fix For: 0.10.2.0


Jun said in KAFKA-4099: suppose that you have 2 producers, one producing data with the current timestamp and another producing data with timestamp 7 days old (e.g., if some data is delayed or some old data is replayed), this will still cause the log segments to roll frequently. This may not be common, but can definitely happen. So, it seems we will still need to improve on how log rolls.

I am creating a new JIRA because KAFKA-4099 is closed so easy to lose track.



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