[jira] [Created] (KAFKA-13732) Improve offsets.retention.minutes document to specify it's consumer per topic instead whole consumer group

2022-03-13 Thread Yujie Li (Jira)
Yujie Li created KAFKA-13732: Summary: Improve offsets.retention.minutes document to specify it's consumer per topic instead whole consumer group Key: KAFKA-13732 URL: https://issues.apache.org/jira/browse/

[jira] [Resolved] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2018-03-05 Thread Jason Gustafson (JIRA)
of log.retention.hours and offsets.retention.minutes > -- > > Key: KAFKA-3806 > URL: https://issues.apache.org/jira/browse/KAFKA-3806 > Project: Kafka > Is

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2017-05-07 Thread Di Shang (JIRA)
not make it the default anyway. > Adjust default values of log.retention.hours and offsets.retention.minutes > -- > > Key: KAFKA-3806 > URL: https://issues.apache.org/jira/browse/KAFKA-3806

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2017-03-11 Thread Eric Bolinger (JIRA)
ween log.retention.hours and offsets.retention.minutes through experience rather than documentation. Then they search the internet for clues until they come upon this ticket. _If the Kafka cluster sets both properties to the same duration_ (accounting for hours vs minutes), then you have a st

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2017-01-25 Thread Jeff Widman (JIRA)
d reduce this value. > Adjust default values of log.retention.hours and offsets.retention.minutes > -- > > Key: KAFKA-3806 > URL: https://issues.apache.org/jira/browse/KAFKA

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2016-06-10 Thread Michal Turek (JIRA)
ound the issue by prolonging offsets.retention.minutes, it seems safe in our environment. > Adjust default values of log.retention.hours and offsets.retention.minutes > -- > > Key: KAFKA-3806 >

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2016-06-09 Thread James Cheng (JIRA)
the broker can efficiently tell the consumer what its most recent offset was. If you set the offsets.retention.minutes to a very large value, you will end up with fewer garbage collections, which means the in-memory aggregate size will be larger. > Adjust default values of log.re

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2016-06-09 Thread Jun Rao (JIRA)
g those tools for a short period of time, it would be useful to garbage collect the unused offsets. If you know this is not the case, you can increase offsets.retention.minutes. Yes, ideally, perhaps we should only start the expiration clock once the consumer becomes inactive, instead when an offse

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2016-06-09 Thread Michal Turek (JIRA)
= 7 days is pretty fine, but I would expect default for offsets.retention.minutes to be half a year or so. Remember it is basically only reasonably small group of tiny numbers. Can you explain me, what is the reason to have offsets.retention.minutes so small, only 1 day? What will be the consequ

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2016-06-09 Thread David Watzke (JIRA)
;t see a reason why would anybody prefer this over a saner default that would be closer to the default retention (time) value. Thanks > Adjust default values of log.retention.hours and offsets.retention.minutes > -- >

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2016-06-08 Thread James Cheng (JIRA)
og.retention.hours and offsets.retention.minutes > -- > > Key: KAFKA-3806 > URL: https://issues.apache.org/jira/browse/KAFKA-3806 > Project: Kafka > Issue Type: Improvement &g

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2016-06-08 Thread Jun Rao (JIRA)
l is likely too frequent and will add unnecessary load on the broker. So, committing offsets in some configured time interval will be better. The retention is done per topic/partition. If the last committed offset for a given topic/partition hasn't been updated for longer than offsets.retentio

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2016-06-08 Thread James Cheng (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15321422#comment-15321422 ] James Cheng commented on KAFKA-3806: Does the offsets.retention.minutes timer a

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2016-06-08 Thread James Cheng (JIRA)
.retention.hours and offsets.retention.minutes > -- > > Key: KAFKA-3806 > URL: https://issues.apache.org/jira/browse/KAFKA-3806 > Project: Kafka > Issue Type: Imp

[jira] [Commented] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2016-06-08 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15320931#comment-15320931 ] Jun Rao commented on KAFKA-3806: ---- offsets.retention.minutes is designed to handle the

[jira] [Created] (KAFKA-3806) Adjust default values of log.retention.hours and offsets.retention.minutes

2016-06-08 Thread Michal Turek (JIRA)
Michal Turek created KAFKA-3806: --- Summary: Adjust default values of log.retention.hours and offsets.retention.minutes Key: KAFKA-3806 URL: https://issues.apache.org/jira/browse/KAFKA-3806 Project

Re: offsets.retention.minutes

2016-04-03 Thread William Grim
>> I read the reasoning about using offsets.retention.minutes at >> https://mail-archives.apache.org/mod_mbox/kafka-users/201602.mbox/%3ccaaofhrah8p_a1yebfnh4wzsjwgiqpob_pr6hn4nymtluqqb...@mail.gmail.com%3E, >> but can we agree that the original reason behind

Re: offsets.retention.minutes

2016-04-02 Thread William Grim
? On Fri, Apr 1, 2016 at 11:29 PM, William Grim wrote: > Hi, > > I read the reasoning about using offsets.retention.minutes at > https://mail-archives.apache.org/mod_mbox/kafka-users/201602.mbox/%3ccaaofhrah8p_a1yebfnh4wzsjwgiqpob_pr6hn4nymtluqqb...@mail.gmail.com%3E, > but ca

offsets.retention.minutes

2016-04-01 Thread William Grim
Hi, I read the reasoning about using offsets.retention.minutes at https://mail-archives.apache.org/mod_mbox/kafka-users/201602.mbox/%3ccaaofhrah8p_a1yebfnh4wzsjwgiqpob_pr6hn4nymtluqqb...@mail.gmail.com%3E, but can we agree that the original reason behind it is wrong? In my personal world view