Jenkins build is back to normal : kafka-trunk-jdk8 #4265

2020-02-23 Thread Apache Jenkins Server
See

Issue in retention with compact,delete cleanup policy

2020-02-23 Thread Koushik Chitta
Hi, I have a Topic with following config. cleanup.policy = compact,delete segment.bytes = 52428800 (~52 mb) min.compaction.lag.ms = 180 (30 min) delete.retention.ms = 8640 (1 day) retention.ms = 25920 (3 days) Ideally I would want the old records > 3 days to be deleted without prod

[jira] [Created] (KAFKA-9598) RocksDB exception when grouping dynamically appearing topics into a KTable

2020-02-23 Thread Sergey Menshikov (Jira)
Sergey Menshikov created KAFKA-9598: --- Summary: RocksDB exception when grouping dynamically appearing topics into a KTable Key: KAFKA-9598 URL: https://issues.apache.org/jira/browse/KAFKA-9598 Proje

[jira] [Resolved] (KAFKA-9541) Flaky Test DescribeConsumerGroupTest#testDescribeGroupMembersWithShortInitializationTimeout

2020-02-23 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-9541. Resolution: Fixed > Flaky Test > DescribeConsumerGroupTest#testDescribeGroupMembersWithSho

[jira] [Resolved] (KAFKA-9530) Flaky Test kafka.admin.DescribeConsumerGroupTest.testDescribeGroupWithShortInitializationTimeout

2020-02-23 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-9530. Resolution: Fixed > Flaky Test > kafka.admin.DescribeConsumerGroupTest.testDescribeGroupWi

Re: [Discuss] KIP-571: Add option to force remove members in StreamsResetter

2020-02-23 Thread Boyang Chen
Hey Feyman, thanks a lot for the update, the KIP LGTM now. Will let Sophie take a look again, also a minor API change: s/setGroupInstanceId/withGroupInstanceId, and similar to setMemberId, as usually setters are not expected to return an actual object. Boyang On Sat, Feb 22, 2020 at 11:05 PM fey

Jenkins build is back to normal : kafka-trunk-jdk11 #1184

2020-02-23 Thread Apache Jenkins Server
See

Build failed in Jenkins: kafka-2.5-jdk8 #41

2020-02-23 Thread Apache Jenkins Server
See Changes: [matthias] HOTFIX: fix NPE in Kafka Streams IQ (#8158) -- [...truncated 2.90 MB...] org.apache.kafka.streams.MockProcessorContextTest > shouldCapturePunctuator

Build failed in Jenkins: kafka-2.4-jdk8 #151

2020-02-23 Thread Apache Jenkins Server
See Changes: -- [...truncated 2.22 MB...] kafka.coordinator.group.GroupMetadataTest > testDeadToPreparingRebalanceIllegalTransition PASSED kafka.coordinator.group.GroupMetadataTest > t

Build failed in Jenkins: kafka-trunk-jdk8 #4264

2020-02-23 Thread Apache Jenkins Server
See Changes: [github] HOTFIX: fix NPE in Kafka Streams IQ (#8158) -- [...truncated 2.90 MB...] org.apache.kafka.streams.TopologyTestDriverTest > shouldNotUpdateStoreFor

[jira] [Created] (KAFKA-9597) Flaky Test KafkaProducerTest#testInitTransactionTimeout

2020-02-23 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-9597: -- Summary: Flaky Test KafkaProducerTest#testInitTransactionTimeout Key: KAFKA-9597 URL: https://issues.apache.org/jira/browse/KAFKA-9597 Project: Kafka Iss

[jira] [Reopened] (KAFKA-9441) Refactor commit logic

2020-02-23 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax reopened KAFKA-9441: The first PR was just part of this ticket. We still need to change the commit logic for eos-be