Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #1136

2022-08-11 Thread Apache Jenkins Server
See

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

2022-08-11 Thread Apache Jenkins Server
See Changes: -- [...truncated 419934 lines...] [2022-08-12T01:48:27.956Z] > Task :connect:api:testSrcJar [2022-08-12T01:48:27.956Z] > Task

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

2022-08-11 Thread Apache Jenkins Server
See Changes: -- [...truncated 569198 lines...] [2022-08-11T23:59:36.349Z] [2022-08-11T23:59:36.349Z] org.apache.kafka.streams.processor.internals.StreamsAssignmentScaleTest

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

2022-08-11 Thread Apache Jenkins Server
See Changes: -- [...truncated 417663 lines...] [2022-08-11T23:20:02.917Z] > Task :connect:json:generateMetadataFileForMavenJavaPublication [2022-08-11T23:20:02.917Z] >

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

2022-08-11 Thread Justine Olshan
Hey all, Thanks for the votes! To summarize, we have 4 binding votes: - David Jacot - Jason Gustafson - Tom Bentley - Luke Chen and one non-binding vote: - Sagar This meets the requirements for the KIP to be accepted! Thanks again! Justine On Thu, Aug 11, 2022 at 2:13 AM Luke

[jira] [Resolved] (KAFKA-13986) DescribeQuorum does not return the observers (brokers) for the Metadata log

2022-08-11 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-13986. - Fix Version/s: 3.3.0 Resolution: Fixed > DescribeQuorum does not return the

[jira] [Created] (KAFKA-14164) Enabling JMX on one Service Breaks kafka-run-class Shell Script for All

2022-08-11 Thread Prime Minister of Funhavistan (Jira)
Prime Minister of Funhavistan created KAFKA-14164: - Summary: Enabling JMX on one Service Breaks kafka-run-class Shell Script for All Key: KAFKA-14164 URL:

[jira] [Resolved] (KAFKA-14163) Build failing in streams-scala:compileScala due to zinc compiler cache

2022-08-11 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-14163. - Resolution: Workaround > Build failing in streams-scala:compileScala due to zinc

[jira] [Created] (KAFKA-14163) Build failing in scala:compileScala due to zinc compiler cache

2022-08-11 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-14163: --- Summary: Build failing in scala:compileScala due to zinc compiler cache Key: KAFKA-14163 URL: https://issues.apache.org/jira/browse/KAFKA-14163 Project: Kafka

Re: [DISCUSS] KIP-862: Implement self-join optimization

2022-08-11 Thread Guozhang Wang
Thanks Vicky for your reply! Re 1/2): I think you have a great point here to adhere with the existing implementation, I'm convinced. In that case we do not need to consider left/outer-joins, and hence do not need to worry about the extra store in the impl. Re 3): I'm curious how the

Re: Questions about the Dev Process

2022-08-11 Thread Guozhang Wang
Hello Martin, FindBugs / checkstyle are used (you can find the how-tos in the README.md files) and they are included as part of the jenkins builds, so in a word they do require to be resolved before merging a patch. You can find more information in the README.md / gradle files. Hope this helps.

Questions about the Dev Process

2022-08-11 Thread Felber, Martin
Hi everyone, I am currently working on my bachelor thesis in the context of Tools for Code / Quality control and happened to pick the Kafka project for some of my research. The high quality commit messages in this project made it very appealing to me to use this project :D Q: Do you use any

Re: Permission to assign Apache Kafka Jiras to myself

2022-08-11 Thread David Jacot
Hi Yash, You are all set. Best, David On Thu, Aug 11, 2022 at 3:47 PM Yash Mayya wrote: > > Hey folks, > > I can't currently assign Apache Kafka Jiras to myself and I just discovered > that someone needs to add me to the contributors list in order for me to be > able to do that. Could someone

Permission to assign Apache Kafka Jiras to myself

2022-08-11 Thread Yash Mayya
Hey folks, I can't currently assign Apache Kafka Jiras to myself and I just discovered that someone needs to add me to the contributors list in order for me to be able to do that. Could someone please do that for me? Here are my Jira account details: Username: yash.mayya Email:

[GitHub] [kafka-site] SimonRenault86 opened a new pull request, #437: HelloSafe Kafta

2022-08-11 Thread GitBox
SimonRenault86 opened a new pull request, #437: URL: https://github.com/apache/kafka-site/pull/437 HelloSafe is an international online insurance policy comparison platform. It is a completely free site, made available to consumers with the aim of helping them to facilitate their choice of

[GitHub] [kafka-site] SimonRenault86 closed pull request #436: HelloSafe Kafka

2022-08-11 Thread GitBox
SimonRenault86 closed pull request #436: HelloSafe Kafka URL: https://github.com/apache/kafka-site/pull/436 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [kafka-site] SimonRenault86 opened a new pull request, #436: HelloSafe Kafta

2022-08-11 Thread GitBox
SimonRenault86 opened a new pull request, #436: URL: https://github.com/apache/kafka-site/pull/436 HelloSafe is an international online insurance policy comparison platform. It is a completely free site, made available to consumers with the aim of helping them to facilitate their choice of

Re: [DISCUSS] KIP-862: Implement self-join optimization

2022-08-11 Thread Vasiliki Papavasileiou
Hi Guozhang, Thank you very much for your comments. Regarding 1: the extra state store is only needed in outer joins since that's the only case we have non-joining records that would need to get emitted when the window closes, right? If we do decide to go with an outer-join implementation, I

[jira] [Resolved] (KAFKA-14161) kafka-consumer-group.sh --list not list all consumer groups

2022-08-11 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-14161. --- Resolution: Not A Problem > kafka-consumer-group.sh --list not list all consumer groups >

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

2022-08-11 Thread Luke Chen
Hi Justine, Thanks for the KIP. +1 (binding) from me. Luke On Wed, Aug 10, 2022 at 1:44 AM Tom Bentley wrote: > Hi Justine, > > Thanks again for the KIP, +1 (binding). > > > > On Tue, 9 Aug 2022 at 18:09, Jason Gustafson > wrote: > > > Thanks Justine, +1 from me. > > > > On Tue, Aug 9, 2022

[jira] [Created] (KAFKA-14162) HoistField SMT should not return an immutable map for schemaless key/value

2022-08-11 Thread Yash Mayya (Jira)
Yash Mayya created KAFKA-14162: -- Summary: HoistField SMT should not return an immutable map for schemaless key/value Key: KAFKA-14162 URL: https://issues.apache.org/jira/browse/KAFKA-14162 Project:

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

2022-08-11 Thread Tom Bentley
Hi Divij, I don't think that really works for a couple of reasons: 1. I'm not sure every KIP author would necessarily know enough to be able to answer that question; we don't want knowledge of TLA+ to be seen as necessary for writing KIPs. 2. It's not just KIPs which could make breaking changes.

[jira] [Created] (KAFKA-14161) kafka-consumer-group.sh --list not list all consumer groups

2022-08-11 Thread yandufeng (Jira)
yandufeng created KAFKA-14161: - Summary: kafka-consumer-group.sh --list not list all consumer groups Key: KAFKA-14161 URL: https://issues.apache.org/jira/browse/KAFKA-14161 Project: Kafka Issue