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

2022-07-26 Thread Apache Jenkins Server
See Changes: -- [...truncated 488056 lines...] [2022-07-27T04:17:33.708Z] [INFO] [2022-07-27T04:17:33.708Z] [INFO] --- maven-archetype-plugin:2.2:update-local-catalog

Re: [DISCUSS] KIP-854 Separate configuration for producer ID expiry

2022-07-26 Thread Luke Chen
Hi Justine, Thanks for the KIP. I agree with you that we should try our best to keep backward compatibility, although our intention is to have lower producer id expiration timeout. So, I think we should keep default to -1 IMO. Maybe we change the default to 1 day in next major release (4.0)?

Re: New Jira Account - contributor list

2022-07-26 Thread Luke Chen
Hi Dalibor, I've added you into the contribution list. Thanks for the interest in Apache Kafka. Luke On Wed, Jul 27, 2022 at 5:46 AM Dalibor Plavcic wrote: > Hi dev@kafka, > > I have created a new Jira account and I would like to start contributing > to the Kafka project. > > [How to

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.3 #18

2022-07-26 Thread Apache Jenkins Server
See Changes: -- [...truncated 568568 lines...] [2022-07-27T02:08:28.442Z] Exception: java.lang.AssertionError thrown from the UncaughtExceptionHandler in thread

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

2022-07-26 Thread Apache Jenkins Server
See Changes: -- [...truncated 488036 lines...] [2022-07-27T01:08:34.918Z] > Task :connect:api:testSrcJar [2022-07-27T01:08:34.918Z] > Task

Re: [DISCUSS] KIP-854 Separate configuration for producer ID expiry

2022-07-26 Thread Justine Olshan
Thanks for taking a look Jason! I wondered if we wanted to have a smaller default but wasn't sure about the compatibility story -- especially since there is the chance for producer IDs to expire silently. I do think that 1 day is fairly reasonable. If I don't hear any conflicting opinions I can

Re: [VOTE] 3.2.1 RC3

2022-07-26 Thread Matthew Benedict de Detrich
Thanks for the RC, I ran the full (unit + integration) tests using Scala 2.12 and 2.13 across OpenJDK (Linux) 11 and 17 and all tests passed apart from a single one which is documented at https://issues.apache.org/jira/browse/KAFKA-13514 +1 (non binding) On Fri, Jul 22, 2022 at 3:15 AM David

New Jira Account - contributor list

2022-07-26 Thread Dalibor Plavcic
Hi dev@kafka, I have created a new Jira account and I would like to start contributing to the Kafka project. [How to contribute guide](https://kafka.apache.org/contributing.html) says that I should contact you to add me to the contributor list so I can assign myself to the JIRA tickets. May I

[jira] [Resolved] (KAFKA-13806) Check CRC when reading snapshots

2022-07-26 Thread Niket Goel (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niket Goel resolved KAFKA-13806. Fix Version/s: 3.3 Resolution: Duplicate > Check CRC when reading snapshots >

[jira] [Created] (KAFKA-14111) Dynamic config update fails for "password" configs in KRaft

2022-07-26 Thread David Arthur (Jira)
David Arthur created KAFKA-14111: Summary: Dynamic config update fails for "password" configs in KRaft Key: KAFKA-14111 URL: https://issues.apache.org/jira/browse/KAFKA-14111 Project: Kafka

Re: [DISCUSS]: Including TLA+ in the repo

2022-07-26 Thread Ismael Juma
I'm +1 for inclusion in the main repo and I was going to suggest the same in the KIP-853 discussion. The original authors of 3 and 4 are part of the kafka community, so we can ask them to submit PRs. Ismael On Tue, Jul 26, 2022 at 7:58 AM Tom Bentley wrote: > Hi, > > I noticed that TLA+ has

Re: [DISCUSS]: Including TLA+ in the repo

2022-07-26 Thread José Armando García Sancio
Divij Vaidya wrote: > 1. As an aside, would we be open to accept other alternative forms of > proofs such as property based testing (semi-formal methods) in future? The Apache Kafka repository already has support for property based testing using jqwik. So feel free to add more property based

Re: [DISCUSS] KIP-854 Separate configuration for producer ID expiry

2022-07-26 Thread Jason Gustafson
Hi Justine, Thanks for the KIP. Although I hate seeing new configurations, I think this is a good change. Combining these timeout behaviors into a single configuration was definitely a mistake, but we didn't anticipate the problem with the producer id cache. I do wonder if we can make the default

Re: [VOTE] 3.2.1 RC3

2022-07-26 Thread Rajini Sivaram
Hi David, +1 (binding) Verified signatures, ran quickstart with binaries, built from source and verified with quickstart, checked some javadocs. Thanks for the RC, David! Regards, Rajini On Tue, Jul 26, 2022 at 4:32 PM Randall Hauch wrote: > Thanks for the RC, David. > > I was able to

Re: [ANNOUNCE] New Committer: Chris Egerton

2022-07-26 Thread Arjun Satish
Many congrats Chris! On Tue, Jul 26, 2022 at 4:02 AM Bruno Cadonna wrote: > Congratulations Chris! Well deserved! > > Best, > Bruno > > On 26.07.22 05:24, Kumud Kumar Srivatsava Tirupati wrote: > > Congratulations Chris! > > > > On Tue, 26 Jul, 2022, 7:11 AM deng ziming, > wrote: > > > >>

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

2022-07-26 Thread Apache Jenkins Server
See Changes: -- [...truncated 390049 lines...] [2022-07-26T17:45:49.745Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ streams-quickstart-java ---

Re: [DISCUSS] KIP-844: Transactional State Stores

2022-07-26 Thread Nick Telford
Hi Alex, Excellent proposal, I'm very keen to see this land! Would it be useful to permit configuring the type of store used for uncommitted offsets on a store-by-store basis? This way, users could choose whether to use, e.g. an in-memory store or RocksDB, potentially reducing the overheads

Re: [DISCUSS]: Including TLA+ in the repo

2022-07-26 Thread Divij Vaidya
I second the proposal. 1. As an aside, would we be open to accept other alternative forms of proofs such as property based testing (semi-formal methods) in future? 2. TLA+ serves as a proof of correctness for the specification. The north star would be to have assertions for invariants defined in

Re: [VOTE] 3.2.1 RC3

2022-07-26 Thread Randall Hauch
Thanks for the RC, David. I was able to successfully complete the following: - Installed 3.2.1 RC3 and performed quickstart for broker and Connect (using Java 17) - Verified signatures and checksums - Verified the tag - Manually compared the release notes to JIRA - Build release archive from the

[jira] [Created] (KAFKA-14110) Streaming recursion in Kafka Streams

2022-07-26 Thread Nicholas Telford (Jira)
Nicholas Telford created KAFKA-14110: Summary: Streaming recursion in Kafka Streams Key: KAFKA-14110 URL: https://issues.apache.org/jira/browse/KAFKA-14110 Project: Kafka Issue Type:

Re: [DISCUSS]: Including TLA+ in the repo

2022-07-26 Thread Haruki Okada
Hi. That also sounds good to me. TLA+ spec helps us to understand the protocol from a high-level. Also I agree with Tim's point that the spread of familiarity with formal methods would be beneficial in the long term. 2022年7月26日(火) 23:58 Tom Bentley : > Hi, > > I noticed that TLA+ has featured

[DISCUSS] KIP-857: Streaming recursion in Kafka Streams

2022-07-26 Thread Nick Telford
Hi everyone, URL: https://cwiki.apache.org/confluence/display/KAFKA/KIP-857%3A+Streaming+recursion+in+Kafka+Streams Here's a KIP for extending the Streams DSL API to support "streaming recursion". See the Motivation section for details on what I mean by this, along with an example of recursively

[DISCUSS]: Including TLA+ in the repo

2022-07-26 Thread Tom Bentley
Hi, I noticed that TLA+ has featured in the Test Plans of a couple of recent KIPs [1,2]. This is a good thing in my opinion. I'm aware that TLA+ has been used in the past to prove properties of various parts of the Kafka protocol [3,4]. The point I wanted to raise is that I think it would be

Re: [VOTE] 3.2.1 RC3

2022-07-26 Thread Jakub Scholz
+1 (non-binding). I run my tests with the staged binaries and all seems to work fine. Thanks for running the release. Jakub On Fri, Jul 22, 2022 at 3:15 AM David Arthur wrote: > Hello Kafka users, developers and client-developers, > > This is the first release candidate of Apache Kafka 3.2.1.

[jira] [Created] (KAFKA-14109) Clean up JUnit 4 test infrastructure

2022-07-26 Thread Christo Lolov (Jira)
Christo Lolov created KAFKA-14109: - Summary: Clean up JUnit 4 test infrastructure Key: KAFKA-14109 URL: https://issues.apache.org/jira/browse/KAFKA-14109 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14108) Allow JUnit 4 and JUnit 5 tests to run while the migration is going on

2022-07-26 Thread Christo Lolov (Jira)
Christo Lolov created KAFKA-14108: - Summary: Allow JUnit 4 and JUnit 5 tests to run while the migration is going on Key: KAFKA-14108 URL: https://issues.apache.org/jira/browse/KAFKA-14108 Project:

[jira] [Created] (KAFKA-14107) Upgrade Jetty for CVE fixes

2022-07-26 Thread Andrew Borley (Jira)
Andrew Borley created KAFKA-14107: - Summary: Upgrade Jetty for CVE fixes Key: KAFKA-14107 URL: https://issues.apache.org/jira/browse/KAFKA-14107 Project: Kafka Issue Type: Bug

[jira] [Resolved] (KAFKA-14001) Part 1

2022-07-26 Thread Christo Lolov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christo Lolov resolved KAFKA-14001. --- Reviewer: Bruno Cadonna Resolution: Fixed > Part 1 > -- > > Key:

Re: [ANNOUNCE] New Committer: Chris Egerton

2022-07-26 Thread Bruno Cadonna
Congratulations Chris! Well deserved! Best, Bruno On 26.07.22 05:24, Kumud Kumar Srivatsava Tirupati wrote: Congratulations Chris! On Tue, 26 Jul, 2022, 7:11 AM deng ziming, wrote: Congratulations Chris ! -- Ziming On Jul 26, 2022, at 5:01 AM, Matthias J. Sax wrote: Congrats! Well