Re: Hosting videos on project website

2022-08-10 Thread Hen
Not sure if you've had a reply already. If it's hosting video content, then my expectation is that it is a contribution to the project under Apache-2.0 and it is branded as project content. With respect to third party branding, expectation is that any use of third party branding is obeying the

[jira] [Resolved] (KAFKA-14114) KIP-859: Add Metadata Log Processing Error Related Metrics

2022-08-10 Thread Niket Goel (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niket Goel resolved KAFKA-14114. Resolution: Fixed

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

2022-08-10 Thread Guozhang Wang
Hello Alex, Thanks for the replies. Regarding the global config v.s. per-store spec, I agree with John's early comments to some degrees, but I think we may well distinguish a couple scenarios here. In sum we are discussing about the following levels of per-store spec: *

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

2022-08-10 Thread Apache Jenkins Server
See Changes: -- [...truncated 170798 lines...] [2022-08-10T20:05:50.138Z] > Task :connect:api:testClasses UP-TO-DATE [2022-08-10T20:05:50.138Z] > Task :connect:api:testJar

[jira] [Created] (KAFKA-14160) Streamline clusterId retrieval in Connect

2022-08-10 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14160: -- Summary: Streamline clusterId retrieval in Connect Key: KAFKA-14160 URL: https://issues.apache.org/jira/browse/KAFKA-14160 Project: Kafka Issue Type:

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

2022-08-10 Thread Nick Telford
Hi everyone, On Guozhang's point 1): I actually considered a "recursion" API, something like you suggested, however it won't work, because to do the recursion you need to know both the end of the KStream that you want to recurse, AND the beginning of the stream you want to feed it back into. Your

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

2022-08-10 Thread Apache Jenkins Server
See Changes: -- [...truncated 420809 lines...] [2022-08-10T16:58:09.343Z] + echo Y [2022-08-10T16:58:09.343Z] + mvn archetype:generate -DarchetypeCatalog=local

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

2022-08-10 Thread Divij Vaidya
On keeping the proofs up to date: Shall we add a template questionnaire to the KIP template that would force the author to think about potential change in proofs, e.g. “Does the change modify the proof of semantics described at XYZ? If yes, how?” On Tue, Aug 9, 2022 at 11:54 PM Guozhang Wang

[jira] [Reopened] (KAFKA-12887) Do not trigger user-customized ExceptionalHandler for RTE

2022-08-10 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma reopened KAFKA-12887: - > Do not trigger user-customized ExceptionalHandler for RTE >

[jira] [Resolved] (KAFKA-13364) SQL Processor Alerts Creation when Failed

2022-08-10 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna resolved KAFKA-13364. --- Resolution: Invalid > SQL Processor Alerts Creation when Failed >

[jira] [Resolved] (KAFKA-13638) Slow KTable update when forwarding multiple values from transformer

2022-08-10 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna resolved KAFKA-13638. --- Resolution: Cannot Reproduce > Slow KTable update when forwarding multiple values from

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

2022-08-10 Thread Alexander Sorokoumov
Hey Guozhang, Bruno, Thank you for your feedback. I am going to respond to both of you in a single email. I hope it is okay. @Guozhang, We could, instead, have a global > config to specify if the built-in stores should be transactional or not. This was the original approach I took in this

RE: ARM/PowerPC builds

2022-08-10 Thread Amit Ramswaroop Baheti
I looked at the PR failures on PowerPC jenkins node & the issue was due to few stuck gradle daemons. I could find that using "./gradlew --status". After I cleaned them up using "./gradlew --stop", I was able to build & test existing PR's in the jenkins workspace on that node. I also pulled

[GitHub] [kafka-site] bbejeck commented on pull request #435: MINOR:Clean up images

2022-08-10 Thread GitBox
bbejeck commented on PR #435: URL: https://github.com/apache/kafka-site/pull/435#issuecomment-1210639264 @mimaison - this address comments for #433 - let me know what you think -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka-site] bbejeck opened a new pull request, #435: MINOR:Clean up images

2022-08-10 Thread GitBox
bbejeck opened a new pull request, #435: URL: https://github.com/apache/kafka-site/pull/435 This PR is a follow-up to #433. The images have been cleaned up, and the play buttons are centered. Also, the `width` and `height` attributes have been removed, so the images render at their

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

2022-08-10 Thread Apache Jenkins Server
See Changes: -- [...truncated 570241 lines...] [2022-08-10T11:51:12.815Z] > Task :connect:api:testJar [2022-08-10T11:51:12.815Z] > Task :connect:api:testSrcJar

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

2022-08-10 Thread Apache Jenkins Server
See Changes: -- [...truncated 336146 lines...] [Pipeline] { [Pipeline] sh [2022-08-10T11:21:32.881Z] [2022-08-10T11:21:32.881Z] AdjustStreamThreadCountTest >

[jira] [Created] (KAFKA-14159) unlimited output: is no longer the Coordinator. Retrying with new coordinator.

2022-08-10 Thread jianbin.chen (Jira)
jianbin.chen created KAFKA-14159: Summary: unlimited output: is no longer the Coordinator. Retrying with new coordinator. Key: KAFKA-14159 URL: https://issues.apache.org/jira/browse/KAFKA-14159

[jira] [Created] (KAFKA-14158) KIP-830 cleanups for Kafka 4.0

2022-08-10 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14158: -- Summary: KIP-830 cleanups for Kafka 4.0 Key: KAFKA-14158 URL: https://issues.apache.org/jira/browse/KAFKA-14158 Project: Kafka Issue Type: Task

[jira][CREATED](KAFKA-14157) Include IQv2 Query support in the TopologyTestDriver

2022-08-10 Thread Jorge Delgado
Thanks Guozhang, ticket created as an improvement Jorge El mar, 9 ago 2022 a las 23:58, Guozhang Wang () escribió: > Hello Jorge, > > Thanks for bringing this up. So far we have not updated TopologyTestDriver > has not been updated to use the new IQv2. I took a quick look into that and > I

[jira] [Created] (KAFKA-14157) Include IQv2 Query support in the TopologyTestDriver

2022-08-10 Thread Jorge (Jira)
Jorge created KAFKA-14157: - Summary: Include IQv2 Query support in the TopologyTestDriver Key: KAFKA-14157 URL: https://issues.apache.org/jira/browse/KAFKA-14157 Project: Kafka Issue Type:

[jira] [Resolved] (KAFKA-14140) Ensure an offline or in-controlled-shutdown replica is not eligible to join ISR in ZK mode

2022-08-10 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-14140. - Resolution: Fixed > Ensure an offline or in-controlled-shutdown replica is not eligible to join

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

2022-08-10 Thread Bruno Cadonna
Hi Alex, Thank a lot for explaining! Now some aspects are clearer to me. While I understand now, how the state store can roll forward, I have the feeling that rolling forward is specific to the 2-state-store implementation with RocksDB of your PoC. Other state store implementations might

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

2022-08-10 Thread David Jacot
That's a great idea. I am +1 as well. Thanks, David On Tue, Aug 9, 2022 at 11:54 PM Guozhang Wang wrote: > > +1 as well. I think adding such proofs in the repo could encourage more > people reviewing and challenging it, helping to improve whenever we see > fit. Also it helps readers better

[jira] [Created] (KAFKA-14156) Built-in partitioner may create suboptimal batches with large linger.ms

2022-08-10 Thread Artem Livshits (Jira)
Artem Livshits created KAFKA-14156: -- Summary: Built-in partitioner may create suboptimal batches with large linger.ms Key: KAFKA-14156 URL: https://issues.apache.org/jira/browse/KAFKA-14156 Project: