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

2023-08-16 Thread Ismael Juma
Hi, Thanks for the KIP. The problem outlined here is a great example why we should be using a record-like structure to pass the parameters to a method like this. Then we can add more parameters without having to introduce new methods. Have we considered this option? Ismael On Mon, Aug 7, 2023

[jira] [Created] (KAFKA-15371) MetadataShell is stuck when bootstrapping

2023-08-16 Thread Deng Ziming (Jira)
Deng Ziming created KAFKA-15371: --- Summary: MetadataShell is stuck when bootstrapping Key: KAFKA-15371 URL: https://issues.apache.org/jira/browse/KAFKA-15371 Project: Kafka Issue Type: Bug

Re: [DISCUSS] KIP-968: Support single-key_multi-timestamp interactive queries (IQv2) for versioned state stores

2023-08-16 Thread Matthias J. Sax
Thanks for splitting this part into a separate KIP! For `withKey()` we should be explicit that `null` is not allowed. (Looking into existing `KeyQuery` it seems the JavaDocs don't cover this either -- would you like to do a tiny cleanup PR for this, or fix on-the-side in one of your PRs?)

Re: [DISCUSS] KIP-960: Support interactive queries (IQv2) for versioned state stores

2023-08-16 Thread Matthias J. Sax
Thanks for updating the KIP and splitting into multiple ones. I am just going to reply for the single-key-single-timestamp case below. It seems the `KeyQuery.java` code snipped is "incomplete" -- the class definition is missing. At the same time, the example uses `VersionedKeyQuery` so I am

[jira] [Created] (KAFKA-15370) Support Participation in 2PC (KIP-939)

2023-08-16 Thread Artem Livshits (Jira)
Artem Livshits created KAFKA-15370: -- Summary: Support Participation in 2PC (KIP-939) Key: KAFKA-15370 URL: https://issues.apache.org/jira/browse/KAFKA-15370 Project: Kafka Issue Type:

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

2023-08-16 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-15220) KRaftMetadataCache returns fenced brokers from getAliveBrokerNode

2023-08-16 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe resolved KAFKA-15220. -- Fix Version/s: 3.6.0 Resolution: Fixed > KRaftMetadataCache returns fenced brokers

[jira] [Created] (KAFKA-15369) Allow AdminClient to Talk Directly with the KRaft Controller Quorum and add Controller Registration

2023-08-16 Thread Colin McCabe (Jira)
Colin McCabe created KAFKA-15369: Summary: Allow AdminClient to Talk Directly with the KRaft Controller Quorum and add Controller Registration Key: KAFKA-15369 URL:

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

2023-08-16 Thread Greg Harris (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Harris resolved KAFKA-15228. - Resolution: Fixed > Add sync-manifests subcommand to connect-plugin-path tool >

[DISCUSS] KIP-969: Support range interactive queries for versioned state stores

2023-08-16 Thread Alieh Saeedi
Hi all, I splitted KIP-960 into three separate KIPs. Therefore, please continue discussions about range interactive queries here. You can

[DISCUSS] KIP-968: Support single-key_multi-timestamp interactive queries (IQv2) for versioned state stores

2023-08-16 Thread Alieh Saeedi
Hi all, I splitted KIP-960 into three separate KIPs. Therefore, please continue discussions about single-key, multi-timestamp interactive

[jira] [Created] (KAFKA-15368) Test ZK JBOD to KRaft migration

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15368: --- Summary: Test ZK JBOD to KRaft migration Key: KAFKA-15368 URL: https://issues.apache.org/jira/browse/KAFKA-15368 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-15367) Test KRaft JBOD enabling migration

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15367: --- Summary: Test KRaft JBOD enabling migration Key: KAFKA-15367 URL: https://issues.apache.org/jira/browse/KAFKA-15367 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-15366) Log directory failure integration test

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15366: --- Summary: Log directory failure integration test Key: KAFKA-15366 URL: https://issues.apache.org/jira/browse/KAFKA-15366 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-15365) Replica management changes

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15365: --- Summary: Replica management changes Key: KAFKA-15365 URL: https://issues.apache.org/jira/browse/KAFKA-15365 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-15364) Handle log directory failure in the Controller

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15364: --- Summary: Handle log directory failure in the Controller Key: KAFKA-15364 URL: https://issues.apache.org/jira/browse/KAFKA-15364 Project: Kafka Issue Type:

[jira] [Created] (KAFKA-15363) Broker log directory failure changes

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15363: --- Summary: Broker log directory failure changes Key: KAFKA-15363 URL: https://issues.apache.org/jira/browse/KAFKA-15363 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-15362) Resolve offline replicas in metadata cache

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15362: --- Summary: Resolve offline replicas in metadata cache Key: KAFKA-15362 URL: https://issues.apache.org/jira/browse/KAFKA-15362 Project: Kafka Issue Type:

[jira] [Created] (KAFKA-15361) Process and persist dir info with broker registration

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15361: --- Summary: Process and persist dir info with broker registration Key: KAFKA-15361 URL: https://issues.apache.org/jira/browse/KAFKA-15361 Project: Kafka Issue

[jira] [Created] (KAFKA-15360) Include directory info in BrokerRegistration

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15360: --- Summary: Include directory info in BrokerRegistration Key: KAFKA-15360 URL: https://issues.apache.org/jira/browse/KAFKA-15360 Project: Kafka Issue Type:

[jira] [Created] (KAFKA-15359) log.dir.failure.timeout.ms configuration

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15359: --- Summary: log.dir.failure.timeout.ms configuration Key: KAFKA-15359 URL: https://issues.apache.org/jira/browse/KAFKA-15359 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-15358) QueuedReplicaToDirAssignments metric

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15358: --- Summary: QueuedReplicaToDirAssignments metric Key: KAFKA-15358 URL: https://issues.apache.org/jira/browse/KAFKA-15358 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-15357) Propagates assignments and logdir failures to controller

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15357: --- Summary: Propagates assignments and logdir failures to controller Key: KAFKA-15357 URL: https://issues.apache.org/jira/browse/KAFKA-15357 Project: Kafka Issue

[jira] [Created] (KAFKA-15356) Generate and persist log directory UUIDs

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15356: --- Summary: Generate and persist log directory UUIDs Key: KAFKA-15356 URL: https://issues.apache.org/jira/browse/KAFKA-15356 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-15355) Update metadata records

2023-08-16 Thread Igor Soarez (Jira)
Igor Soarez created KAFKA-15355: --- Summary: Update metadata records Key: KAFKA-15355 URL: https://issues.apache.org/jira/browse/KAFKA-15355 Project: Kafka Issue Type: Sub-task

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

2023-08-16 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-15354) Partition leader is not evenly distributed in kraft mode

2023-08-16 Thread Deng Ziming (Jira)
Deng Ziming created KAFKA-15354: --- Summary: Partition leader is not evenly distributed in kraft mode Key: KAFKA-15354 URL: https://issues.apache.org/jira/browse/KAFKA-15354 Project: Kafka Issue

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

2023-08-16 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
+1 (non-binding) Thanks for your KIP! From: dev@kafka.apache.org At: 08/16/23 04:48:13 UTC-4:00To: dev@kafka.apache.org Subject: Re: [VOTE] KIP-953: partition method to be overloaded to accept headers as well. Thanks Sagar and Chris for your votes. I will add the details Chris has asked for

[jira] [Resolved] (KAFKA-15210) Mention vote should be open for at atleast 72 hours

2023-08-16 Thread Divij Vaidya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divij Vaidya resolved KAFKA-15210. -- Resolution: Fixed > Mention vote should be open for at atleast 72 hours >

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

2023-08-16 Thread Apache Jenkins Server
See

Re: Apache Kafka 3.6.0 release

2023-08-16 Thread Satish Duggana
Hi, Please plan to merge PRs(including the major features) targeted for 3.6.0 by the end of Aug 20th UTC. Starting from August 21st, any pull requests intended for the 3.6.0 release must include the changes merged into the 3.6 branch as mentioned in the release plan. Thanks, Satish. On Fri, 4

[jira] [Created] (KAFKA-15353) Empty ISR returned from controller after AlterPartition request

2023-08-16 Thread Luke Chen (Jira)
Luke Chen created KAFKA-15353: - Summary: Empty ISR returned from controller after AlterPartition request Key: KAFKA-15353 URL: https://issues.apache.org/jira/browse/KAFKA-15353 Project: Kafka

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

2023-08-16 Thread Jack Tomy
Thanks Sagar and Chris for your votes. I will add the details Chris has asked for to the KIP. Hey everyone, Please consider this as a gentle reminder. On Sat, Aug 12, 2023 at 10:48 AM Chris Egerton wrote: > Hi Jack, > > +1 (binding) > > Some friendly, non-blocking suggestions: > > - IMO it's

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

2023-08-16 Thread Apache Jenkins Server
See