[jira] [Created] (KAFKA-16397) Use ByteBufferOutputStream to avoid array copy

2024-03-20 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-16397: -- Summary: Use ByteBufferOutputStream to avoid array copy Key: KAFKA-16397 URL: https://issues.apache.org/jira/browse/KAFKA-16397 Project: Kafka Issue

[jira] [Created] (KAFKA-16396) Producer use the same Key(string) result in multiple paritition

2024-03-20 Thread ZhenChun Pan (Jira)
ZhenChun Pan created KAFKA-16396: Summary: Producer use the same Key(string) result in multiple paritition Key: KAFKA-16396 URL: https://issues.apache.org/jira/browse/KAFKA-16396 Project: Kafka

Re: Quick review for my PR

2024-03-20 Thread Chia-Ping Tsai
Thanks for the contribution. I will take a look today. > Owen Leung 於 2024年3月21日 上午10:50 寫道: > > Hi there, > > Can I get a quick review for my PR ? Many thanks. > > https://github.com/apache/kafka/pull/15489 > > Best Regards > Owen

Quick review for my PR

2024-03-20 Thread Owen Leung
Hi there, Can I get a quick review for my PR ? Many thanks. https://github.com/apache/kafka/pull/15489 Best Regards Owen

Re: [DISCUSS] KIP-853: KRaft Controller Membership Changes

2024-03-20 Thread José Armando García Sancio
Hi Jun, See my comments below. On Thu, Mar 14, 2024 at 3:38 PM Jun Rao wrote: > 37. Have you updated the wiki? It seems that LeaderIdAndEpoch and > NodeEpoint are still two separate structs. It is updated now. Apologies for the delayed wiki updates but I was dealing with other issues in the

[jira] [Resolved] (KAFKA-16395) Producer should refresh metadata on a socket request timeout

2024-03-20 Thread David Mao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mao resolved KAFKA-16395. --- Resolution: Not A Bug > Producer should refresh metadata on a socket request timeout >

Re: [DISCUSS] KIP-1020: Deprecate `window.size.ms` in `StreamsConfig`

2024-03-20 Thread Lucia Cerchie
thanks Sophie, I've made the updates, would appreciate one more look before submission On Wed, Mar 20, 2024 at 8:36 AM Sophie Blee-Goldman wrote: > A few minor notes on the KIP but otherwise I think you can go ahead and > call for a vote! > > 1. Need to update the Motivation section to say

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.6 #160

2024-03-20 Thread Apache Jenkins Server
See Changes: -- [...truncated 407973 lines...] [2024-03-20T19:58:05.733Z] > Task :connect:json:testSrcJar [2024-03-20T19:58:05.733Z] > Task :connect:api:testJar

[jira] [Created] (KAFKA-16395) Producer should refresh metadata on a socket request timeout

2024-03-20 Thread David Mao (Jira)
David Mao created KAFKA-16395: - Summary: Producer should refresh metadata on a socket request timeout Key: KAFKA-16395 URL: https://issues.apache.org/jira/browse/KAFKA-16395 Project: Kafka

[jira] [Resolved] (KAFKA-16352) Transaction may get get stuck in PrepareCommit or PrepareAbort state

2024-03-20 Thread Artem Livshits (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Livshits resolved KAFKA-16352. Fix Version/s: 3.8.0 Reviewer: Justine Olshan Resolution: Fixed >

[jira] [Created] (KAFKA-16394) ForeignKey LEFT join propagates null value on foreignKey change

2024-03-20 Thread Ayoub Omari (Jira)
Ayoub Omari created KAFKA-16394: --- Summary: ForeignKey LEFT join propagates null value on foreignKey change Key: KAFKA-16394 URL: https://issues.apache.org/jira/browse/KAFKA-16394 Project: Kafka

Re: [DISCUSS] KIP-1020: Deprecate `window.size.ms` in `StreamsConfig`

2024-03-20 Thread Sophie Blee-Goldman
A few minor notes on the KIP but otherwise I think you can go ahead and call for a vote! 1. Need to update the Motivation section to say "console clients" or "console consumer/producer" instead of " plain consumer client" 2. Remove the first paragraph under "Public Interfaces" (ie the KIP-writing

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.7 #116

2024-03-20 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-16393) SslTransportLayer doesn't implement write(ByteBuffer[], int, int) correctly

2024-03-20 Thread Haruki Okada (Jira)
Haruki Okada created KAFKA-16393: Summary: SslTransportLayer doesn't implement write(ByteBuffer[], int, int) correctly Key: KAFKA-16393 URL: https://issues.apache.org/jira/browse/KAFKA-16393 Project:

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

2024-03-20 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-16392) Spurious log warnings: "Ignoring offset partition key with an unexpected format for the second element in the partition key list. Expected type: java.util.Map, actual ty

2024-03-20 Thread Chris Egerton (Jira)
Chris Egerton created KAFKA-16392: - Summary: Spurious log warnings: "Ignoring offset partition key with an unexpected format for the second element in the partition key list. Expected type: java.util.Map, actual type: null" Key:

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.6 #159

2024-03-20 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-1021: Allow to get last stable offset (LSO) in kafka-get-offsets.sh

2024-03-20 Thread Ahmed Sobeh
Hi Andrew, Apologies for disappearing, I had to undergo knee surgery, all good now! I adjusted the KIP as you suggested, do you think it's ready for the voting stage? On Wed, Mar 6, 2024 at 4:02 PM Andrew Schofield < andrew_schofield_j...@outlook.com> wrote: > Hi Ahmed, > Looks good to me with

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.7 #115

2024-03-20 Thread Apache Jenkins Server
See

Re: [DISCUSS] Apache Kafka 3.6.2 release

2024-03-20 Thread Manikumar
Hi, We have one non-blocker issue to be resolved. https://issues.apache.org/jira/browse/KAFKA-16073 I plan to generate the first release candidate later today/tomorrow. Thanks. On Mon, Mar 18, 2024 at 11:28 PM Edoardo Comar wrote: > Thanks Manikumar, done and marked the issue as resolved >

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

2024-03-20 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-15989) Upgrade existing generic group to consumer group

2024-03-20 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-15989. - Fix Version/s: 3.8.0 Resolution: Fixed > Upgrade existing generic group to consumer

[jira] [Resolved] (KAFKA-15763) Group Coordinator should not deliver new assignment before previous one is acknowledged

2024-03-20 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-15763. - Resolution: Won't Fix We went with another approach. > Group Coordinator should not deliver

[jira] [Resolved] (KAFKA-16313) Offline group protocol migration

2024-03-20 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-16313. - Fix Version/s: 3.8.0 Assignee: Dongnuo Lyu Resolution: Fixed > Offline group

[jira] [Resolved] (KAFKA-16222) KRaft Migration: Incorrect default user-principal quota after migration

2024-03-20 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-16222. --- Resolution: Fixed > KRaft Migration: Incorrect default user-principal quota after migration >