[jira] [Created] (KAFKA-13535) Workaround for mitigating CVE-2021-44228 Kafka

2021-12-10 Thread Akansh Shandilya (Jira)
Akansh Shandilya created KAFKA-13535: Summary: Workaround for mitigating CVE-2021-44228 Kafka Key: KAFKA-13535 URL: https://issues.apache.org/jira/browse/KAFKA-13535 Project: Kafka

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #577

2021-12-10 Thread Apache Jenkins Server
See Changes: -- [...truncated 506467 lines...] [2021-12-11T03:40:48.741Z] [INFO] Changes detected - recompiling the module! [2021-12-11T03:40:48.741Z] [INFO] Compiling 3

Re: [VOTE] KIP-778 KRaft upgrades

2021-12-10 Thread deng ziming
Hi, David Looking forwarding to this feature +1 (non-binding) Thanks! Ziming Deng > On Dec 11, 2021, at 4:49 AM, David Arthur wrote: > > Hey everyone, I'd like to start a vote for KIP-778 which adds support for > KRaft to KRaft upgrades. > > Notably in this KIP is the first use case of

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #576

2021-12-10 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-782: Expandable batch size in producer

2021-12-10 Thread Lucas Bradstreet
Hi Jun, One difference compared to increasing the default batch size is that users may actually prefer smaller batches but it makes much less sense to accumulate many small batches if a batch is already sending. For example, imagine a user that prefer 16K batches with 5ms linger. Everything is

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.1 #33

2021-12-10 Thread Apache Jenkins Server
See Changes: -- [...truncated 500227 lines...] [2021-12-10T23:46:54.079Z] [2021-12-10T23:46:54.079Z] GetOffsetShellTest >

Re: [VOTE] KIP-806: Add session and window query over KV-store in IQv2

2021-12-10 Thread Guozhang Wang
Hi Patrick, I made a pass on the KIP and have a few comments below: 1. The `WindowRangeQuery` has a private constructor while the `WindowKeyQuery` has not, is that intentional? 2. The `WindowRangeQuery` seems not allowing to range over both window and key, but only window with a fixed key, in

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #575

2021-12-10 Thread Apache Jenkins Server
See

Re: [DISCUSS] Please review the 3.1.0 blog post

2021-12-10 Thread David Jacot
I have put the wrong link in my previous email. Here is the public one: https://blogs.apache.org/preview/kafka/?previewEntry=what-s-new-in-apache7 Best, David On Fri, Dec 10, 2021 at 10:35 PM David Jacot wrote: > > Hello all, > > I have prepared a draft of the release announcement post for the

[DISCUSS] Please review the 3.1.0 blog post

2021-12-10 Thread David Jacot
Hello all, I have prepared a draft of the release announcement post for the Apache Kafka 3.1.0 release: https://blogs.apache.org/roller-ui/authoring/preview/kafka/?previewEntry=what-s-new-in-apache7 I would greatly appreciate your reviews if you have a moment. Thanks, David

[VOTE] KIP-806: Add session and window query over KV-store in IQv2

2021-12-10 Thread Patrick Stuedi
Hi everyone, I would like to start the vote for KIP-806 that adds window and session query support to query KV-stores using IQv2. The KIP can be found here: https://cwiki.apache.org/confluence/x/LJaqCw Skipping the discussion phase as this KIP is following the same pattern as the previously

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #574

2021-12-10 Thread Apache Jenkins Server
See

[VOTE] KIP-778 KRaft upgrades

2021-12-10 Thread David Arthur
Hey everyone, I'd like to start a vote for KIP-778 which adds support for KRaft to KRaft upgrades. Notably in this KIP is the first use case of KIP-584 feature flags. As such, there are some addendums to KIP-584 included.

[jira] [Created] (KAFKA-13534) Upgrade Log4j to 2.15.0 - CVE-2021-44228

2021-12-10 Thread Sai Kiran Vudutala (Jira)
Sai Kiran Vudutala created KAFKA-13534: -- Summary: Upgrade Log4j to 2.15.0 - CVE-2021-44228 Key: KAFKA-13534 URL: https://issues.apache.org/jira/browse/KAFKA-13534 Project: Kafka Issue

Re: [VOTE] KIP-805: Add range and scan query support in IQ v2

2021-12-10 Thread Guozhang Wang
Thanks Vicky, I'd suggest we change the KIP title as "add range and scan query over kv-store in IQv2" just for clarification, otherwise I'm +1. Guozhang On Wed, Dec 8, 2021 at 4:18 PM Matthias J. Sax wrote: > Thanks for the KIP. > > +1 (binding) > > On 12/5/21 7:03 PM, Luke Chen wrote: > > Hi

Re: [DISCUSS] KIP-805: Add range and scan query support in IQ v2

2021-12-10 Thread Vasiliki Papavasileiou
Hey Guozhang, Thank you for looking into the KIP. Windowed stores are addressed in another KIP. FYI, I made a change to the KIP and removed the `RawRangeQuery`. After some more thought, it doesn't provide us with many benefits (we save on one cast) which doesn't justify the cost of adding an

Re: [DISCUSS] KIP-782: Expandable batch size in producer

2021-12-10 Thread Jun Rao
Hi, Artem, Luke, Thanks for the reply. 11. If we get rid of batch.max.size and increase the default batch.size, it's true the behavior is slightly different than before. However, does that difference matter to most of our users? In your example, if a user sets linger.ms to 100ms and thinks 256KB

[jira] [Created] (KAFKA-13533) Task resources are not cleaned up if task initialization fails

2021-12-10 Thread Chris Egerton (Jira)
Chris Egerton created KAFKA-13533: - Summary: Task resources are not cleaned up if task initialization fails Key: KAFKA-13533 URL: https://issues.apache.org/jira/browse/KAFKA-13533 Project: Kafka

Re: [DISCUSS] KIP-779: Allow Source Tasks to Handle Producer Exceptions

2021-12-10 Thread Knowles Atchison Jr
Good morning, Any additional feedback and/or review on the PR for this change would be greatly appreciated: https://github.com/apache/kafka/pull/11382 Knowles On Tue, Nov 16, 2021 at 4:02 PM Knowles Atchison Jr wrote: > Thank you all for the feedback, the KIP has been updated. > > On Tue,

[jira] [Created] (KAFKA-13532) Flaky test KafkaStreamsTest.testInitializesAndDestroysMetricsReporters

2021-12-10 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-13532: --- Summary: Flaky test KafkaStreamsTest.testInitializesAndDestroysMetricsReporters Key: KAFKA-13532 URL: https://issues.apache.org/jira/browse/KAFKA-13532

[jira] [Created] (KAFKA-13531) Flaky test NamedTopologyIntegrationTest

2021-12-10 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-13531: --- Summary: Flaky test NamedTopologyIntegrationTest Key: KAFKA-13531 URL: https://issues.apache.org/jira/browse/KAFKA-13531 Project: Kafka Issue Type:

[jira] [Resolved] (KAFKA-12933) Flaky test ReassignPartitionsIntegrationTest.testReassignmentWithAlterIsrDisabled

2021-12-10 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-12933. - Resolution: Fixed > Flaky test >

[jira] [Created] (KAFKA-13530) Flaky test ReplicaManagerTest

2021-12-10 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-13530: --- Summary: Flaky test ReplicaManagerTest Key: KAFKA-13530 URL: https://issues.apache.org/jira/browse/KAFKA-13530 Project: Kafka Issue Type: Test