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

2023-07-20 Thread Apache Jenkins Server
See Changes: -- [...truncated 292357 lines...] Gradle Test Run :streams:integrationTest > Gradle Test Executor 177 > RestoreIntegrationTest >

Re: [DISCUSS] KIP-954: expand default DSL store configuration to custom types

2023-07-20 Thread Sophie Blee-Goldman
Hey Almog, first off, thanks for the KIP! I (and others) raised concerns over how restrictive the default.dsl.store config would be if not extendable to custom store types, especially given that this seems to be the primary userbase of such a feature. At the time we didn't really have any better

Re: ReadOnlyKeyValueStore#range() Semantics

2023-07-20 Thread Sophie Blee-Goldman
Hey Colt, I honestly don't really know whether a KIP would be strictly required for this or not, but let me offer an alternative to what you proposed that would both address this particular ambiguity and, to me, provide a better mechanism for guaranteeing this as public contract of RocksDB in

ReadOnlyKeyValueStore#range() Semantics

2023-07-20 Thread Colt McNealy
Hi all, The [current documentation]( https://kafka.apache.org/35/javadoc/org/apache/kafka/streams/state/ReadOnlyKeyValueStore.html#range(K,K) ) for ReadOnlyKeyValueStore#range() states that: > Order is not guaranteed as bytes lexicographical ordering might not represent key order. That makes

Re: Requesting permission to contribute to Apache Kafka

2023-07-20 Thread Luke Chen
Hi Kenneth, Your accounts are all set. Thanks. Luke On Fri, Jul 21, 2023 at 1:25 AM Kenneth Eversole wrote: > Hello, > > I am requesting permission to contribute to Apache Kafka > > wiki id: keversole > jira id: keversole > > > Thank you, > > Kenneth Eversole >

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

2023-07-20 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-15176) Add missing tests for remote storage metrics

2023-07-20 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-15176. --- Fix Version/s: 3.6.0 Resolution: Fixed > Add missing tests for remote storage metrics >

Errors related to Request METADATA failed on brokers List kafka1:9092 disconnected

2023-07-20 Thread odashima.tatsuya
Hi, there, I have a problem when I routinely run the following command line. In addition, I am experiencing process hangs on one Broker at irregular intervals, but I do not know the relevance of the error content and causing of the error. Has anyone had the same problem to help me? ○Kafka

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.5 #47

2023-07-20 Thread Apache Jenkins Server
See Changes: -- [...truncated 560413 lines...] Gradle Test Run :streams:integrationTest > Gradle Test Executor 181 > StreamsAssignmentScaleTest >

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

2023-07-20 Thread Apache Jenkins Server
See Changes: -- [...truncated 392509 lines...] Gradle Test Run :streams:integrationTest > Gradle Test Executor 178 > TableTableJoinIntegrationTest > [caching enabled =

[DISCUSS] KIP-954: expand default DSL store configuration to custom types

2023-07-20 Thread Almog Gavra
Hi All, I would like to propose a KIP to expand support for default store types (KIP-591) to encompass custom store implementations: https://cwiki.apache.org/confluence/display/KAFKA/KIP-954%3A+expand+default+DSL+store+configuration+to+custom+types Looking forward to your feedback! Cheers,

Re: KIP-919: Allow AdminClient to Talk Directly with the KRaft Controller Quorum

2023-07-20 Thread Colin McCabe
On Tue, Jul 18, 2023, at 09:30, Mickael Maison wrote: > H Colin, > > Thanks for the KIP. > > Just a few points: > 1. As Tom mentioned it would be good to clarify the APIs we expect > available on controllers. I assume we want to add DESCRIBE_CONFIGS as > part of this KIP. Hi Mickael, Yes, this

Re: KIP-919: Allow AdminClient to Talk Directly with the KRaft Controller Quorum

2023-07-20 Thread Colin McCabe
On Tue, Jul 4, 2023, at 05:19, Luke Chen wrote: > 4. Does all the command-line tools with `--bootstrap-controllers` support > all the options in the tool? > For example, kafka-configs.sh, In addition to the `--alter` option you > mentioned in the example, do we also support `--describe` or

Re: KIP-919: Allow AdminClient to Talk Directly with the KRaft Controller Quorum

2023-07-20 Thread Colin McCabe
On Tue, Jul 4, 2023, at 04:46, Tom Bentley wrote: > Hi Colin, > > Thanks for the KIP. > > 1. It mentions kafka-configs.sh as one of the affected tools, but doesn't > mention that ControllerApis doesn't currently support DESCRIBE_CONFIGS. I > think this is worth noting as it is, in effect, a change

RE: Re: [DISCUSS] KIP-951: Leader discovery optimisations for the client

2023-07-20 Thread Crispin Bernier
Benchmark numbers have been posted on the KIP, please review. On 2023/07/20 13:03:00 Mayank Shekhar Narula wrote: > Jun > > Thanks for the feedback. > > Numbers to follow. > > If we don't plan to > > bump up the FetchResponse version, we could just remove the reference to > > version 16. > >

[GitHub] [kafka-site] mjsax commented on a diff in pull request #528: MINOR: Add statmenet about ZK deprecation to 3.5 release blog post

2023-07-20 Thread via GitHub
mjsax commented on code in PR #528: URL: https://github.com/apache/kafka-site/pull/528#discussion_r1269989787 ## 35/ops.html: ## @@ -3444,6 +3444,18 @@ 6.9 Stable version The current stable branch is 3.5. Kafka is regularly updated to include the latest release in the

[jira] [Created] (KAFKA-15228) Add sync-manifests subcommand to connect-plugin-path tool

2023-07-20 Thread Greg Harris (Jira)
Greg Harris created KAFKA-15228: --- Summary: Add sync-manifests subcommand to connect-plugin-path tool Key: KAFKA-15228 URL: https://issues.apache.org/jira/browse/KAFKA-15228 Project: Kafka

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

2023-07-20 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-15227) Use plugin.discovery=SERVICE_LOAD in all plugin test suites

2023-07-20 Thread Greg Harris (Jira)
Greg Harris created KAFKA-15227: --- Summary: Use plugin.discovery=SERVICE_LOAD in all plugin test suites Key: KAFKA-15227 URL: https://issues.apache.org/jira/browse/KAFKA-15227 Project: Kafka

[jira] [Created] (KAFKA-15226) System tests for plugin.discovery worker configuration

2023-07-20 Thread Greg Harris (Jira)
Greg Harris created KAFKA-15226: --- Summary: System tests for plugin.discovery worker configuration Key: KAFKA-15226 URL: https://issues.apache.org/jira/browse/KAFKA-15226 Project: Kafka Issue

[jira] [Created] (KAFKA-15225) Define constants for record types

2023-07-20 Thread David Jacot (Jira)
David Jacot created KAFKA-15225: --- Summary: Define constants for record types Key: KAFKA-15225 URL: https://issues.apache.org/jira/browse/KAFKA-15225 Project: Kafka Issue Type: Sub-task

Re: Apache Kafka 3.6.0 release

2023-07-20 Thread Hao Li
Hi Satish, KIP-925 was accepted and currently under implementation. I just added it to the release plan. https://cwiki.apache.org/confluence/display/KAFKA/KIP-925%3A+Rack+aware+task+assignment+in+Kafka+Streams Thanks, Hao On Thu, Jul 20, 2023 at 6:18 AM Christo Lolov wrote: > Hello! > > A

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.4 #151

2023-07-20 Thread Apache Jenkins Server
See Changes: -- [...truncated 526662 lines...] > Task :connect:api:publishToMavenLocal > Task :clients:javadoc

Requesting permission to contribute to Apache Kafka

2023-07-20 Thread Kenneth Eversole
Hello, I am requesting permission to contribute to Apache Kafka wiki id: keversole jira id: keversole Thank you, Kenneth Eversole

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

2023-07-20 Thread Apache Jenkins Server
See

Re: [ANNOUNCE] New committer: Greg Harris

2023-07-20 Thread Boudjelda Mohamed Said
Congrats Greg! On Thu 20 Jul 2023 at 18:25, Joobi S.B wrote: > Congrats Greg! > > On Tue, Jul 11, 2023 at 11:40 PM Anna McDonald > wrote: > > > Congratulations Greg > > > > On Tue, Jul 11, 2023 at 9:02 AM Jorge Esteban Quilcate Otoya < > > quilcate.jo...@gmail.com> wrote: > > > > >

Re: [ANNOUNCE] New committer: Greg Harris

2023-07-20 Thread Joobi S.B
Congrats Greg! On Tue, Jul 11, 2023 at 11:40 PM Anna McDonald wrote: > Congratulations Greg > > On Tue, Jul 11, 2023 at 9:02 AM Jorge Esteban Quilcate Otoya < > quilcate.jo...@gmail.com> wrote: > > > Congrats Greg!! > > > > On Tue 11. Jul 2023 at 15.20, Federico Valeri > > wrote: > > > > >

Re: [DISCUSS] KIP-910: Update Source offsets for Source Connectors without producing records

2023-07-20 Thread Sagar
Hey All, Please let me know how the KIP looks now. Is it at a stage where I can start with the Voting phase? Of course I am still open to feedback/suggestions but planning to start the Vote for it. Thanks! Sagar. On Tue, Jul 11, 2023 at 10:00 PM Sagar wrote: > Hi Yash/Chris, > > Thanks for

Re: [DISCUSS] KIP-953: partition method to be overloaded to accept headers as well.

2023-07-20 Thread Sagar
Thanks Jack for the updates. Some more feedback: 1) It would be better if you can add the Javadoc in the Public interfaces section. That is a general practice used which gives the readers of the KIP a high level idea of the Public Interfaces. 2) In the proposed section, the bit about marking

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.5 #46

2023-07-20 Thread Apache Jenkins Server
See Changes: -- [...truncated 561624 lines...] [INFO] streams-quickstart-java[maven-archetype] [INFO] [INFO] <

Re: Requesting permission to contribute to Apache Kafka

2023-07-20 Thread Divij Vaidya
You should be all set now. -- Divij Vaidya On Thu, Jul 20, 2023 at 4:43 PM Crispin Bernier wrote: > Hi, > I'm following this wiki to request permission to contribute to Apache Kafka > >

Requesting permission to contribute to Apache Kafka

2023-07-20 Thread Crispin Bernier
Hi, I'm following this wiki to request permission to contribute to Apache Kafka https://cwiki.apache.org/confluence/display/kafka/kafka+improvement+proposals#KafkaImprovementProposals-GettingStarted My wiki ID and jira ID are both: crispinbernier Can I get permission please? Thank you, Crispin

[jira] [Resolved] (KAFKA-14669) Include MirrorMaker connector configurations in docs

2023-07-20 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton resolved KAFKA-14669. --- Resolution: Done > Include MirrorMaker connector configurations in docs >

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

2023-07-20 Thread Apache Jenkins Server
See

Re: Apache Kafka 3.6.0 release

2023-07-20 Thread Christo Lolov
Hello! A couple of days ago I opened a new KIP for discussion - KIP-952 [1]. I believe it might be a blocker for the release of 3.6.0, but I wanted to bring it up here for a decision on its urgency with the current set of people who are looking at Tiered Storage (Satish, Luke, Ivan, Divij) given

[GitHub] [kafka-site] divijvaidya commented on pull request #510: MINOR: Add collaborator policy

2023-07-20 Thread via GitHub
divijvaidya commented on PR #510: URL: https://github.com/apache/kafka-site/pull/510#issuecomment-1643908265 > I get the same page not found errors for both the links. Could it be a permissions issue? @divijvaidya if you're able to view the page now, maybe it's only visible to committers?

[jira] [Created] (KAFKA-15224) Automate version change to snapshot

2023-07-20 Thread Divij Vaidya (Jira)
Divij Vaidya created KAFKA-15224: Summary: Automate version change to snapshot Key: KAFKA-15224 URL: https://issues.apache.org/jira/browse/KAFKA-15224 Project: Kafka Issue Type: Sub-task

Re: [DISCUSS] KIP-951: Leader discovery optimisations for the client

2023-07-20 Thread Mayank Shekhar Narula
Jun Thanks for the feedback. Numbers to follow. If we don't plan to > bump up the FetchResponse version, we could just remove the reference to > version 16. Fixed. On Thu, Jul 20, 2023 at 1:28 AM Jun Rao wrote: > Hi, Mayank, > > Thanks for the KIP. I agree with others that it would be

[jira] [Created] (KAFKA-15223) Need clarity in documentation for upgrade/downgrade across releases.

2023-07-20 Thread kaushik srinivas (Jira)
kaushik srinivas created KAFKA-15223: Summary: Need clarity in documentation for upgrade/downgrade across releases. Key: KAFKA-15223 URL: https://issues.apache.org/jira/browse/KAFKA-15223

The description of Kafka project in github (About section)

2023-07-20 Thread Boudjelda Mohamed Said
Hello, On github repository home page https://github.com/apache/kafka, the about section mention that the repository is a "Mirror of Apache Kafka", I think it's a better to put a description about what is kafka and a linked to Apache Kafka official website: https://kafka.apache.org

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

2023-07-20 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-15222) Upgrade zinc scala incremental compiler plugin version to a latests stable fit version

2023-07-20 Thread Said BOUDJELDA (Jira)
Said BOUDJELDA created KAFKA-15222: -- Summary: Upgrade zinc scala incremental compiler plugin version to a latests stable fit version Key: KAFKA-15222 URL: https://issues.apache.org/jira/browse/KAFKA-15222

[jira] [Resolved] (KAFKA-12525) Inaccurate task status due to status record interleaving in fast rebalances in Connect

2023-07-20 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagar Rao resolved KAFKA-12525. --- Resolution: Fixed > Inaccurate task status due to status record interleaving in fast rebalances >

Re: FYI - Timeout waiting to lock zinc...It is currently in use by another Gradle instance

2023-07-20 Thread Boudjelda Mohamed Said
Hello, Thanks much Divij for the reports and for links This is issue is not related to a the current used version of Gradle, it's occurs even on older versions, and every time it happens with zinc incremental scala compiler, and this because a timeout on a lock of zinc caches, possible

Re: [DISCUSS] KIP-694: Support Reducing Partitions for Topics

2023-07-20 Thread Xiangyuan LI
Does the progress of the KIP have any news? I think this feature is reasonable Guoqiang Shu 于2021年3月9日周二 22:31写道: > > Thanks Guozhang for the comments! Again sorry for the very late response. > We took time to further verify the implementation internally and rebased > the proposal on top of our

[RESULTS] [VOTE] Release Kafka version 3.5.1

2023-07-20 Thread Divij Vaidya
This vote passes with 4 +1 votes (3 bindings) and no 0 or -1 votes. +1 votes PMC Members: * Mickael Maison * Luke Chen * Chris Egerton Community: * Federico Valeri 0 votes * No votes -1 votes * No votes Vote thread:https://lists.apache.org/thread/jp82w4rw8l24gm5wh0fgnp5370pyq6s8 I'll

Re: FYI - Timeout waiting to lock zinc...It is currently in use by another Gradle instance

2023-07-20 Thread Divij Vaidya
I added a link to the PR above, should have added it to this email as well. See the following link fot the CI errors (it also lists the PRs on top right corner (top tags) which are impacted by the error):

[jira] [Resolved] (KAFKA-15212) Remove unneeded classgraph license file

2023-07-20 Thread Divij Vaidya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divij Vaidya resolved KAFKA-15212. -- Reviewer: Divij Vaidya Resolution: Fixed > Remove unneeded classgraph license file >

Re: [DISCUSS] KIP-953: partition method to be overloaded to accept headers as well.

2023-07-20 Thread Jack Tomy
Hey Everyone, Please consider this as a reminder and share your feedback. Thank you. https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=263424937 On Tue, Jul 18, 2023 at 5:43 PM Jack Tomy wrote: > Hey @Sagar, > > Thank you for the response and feedback. > >1. Done >2.

[GitHub] [kafka-site] mimaison commented on a diff in pull request #528: MINOR: Add statmenet about ZK deprecation to 3.5 release blog post

2023-07-20 Thread via GitHub
mimaison commented on code in PR #528: URL: https://github.com/apache/kafka-site/pull/528#discussion_r1269168738 ## 35/ops.html: ## @@ -3444,6 +3444,18 @@ 6.9 Stable version The current stable branch is 3.5. Kafka is regularly updated to include the latest release in the

Re: Request permission to contribute

2023-07-20 Thread Bruno Cadonna
Hi Igor, You should be all set, now. Thank you for your interest in Apache Kafka! Best, Bruno On 7/18/23 1:53 PM, Igor Fomenko wrote: Hello, I would like to get permission to contribute to the Apache Kafka project. Specifically I would like to create KIP for Kafka Streams and to work on the