[jira] [Created] (KAFKA-17844) Add tests and fix to complete share fetch request on exception from manager

2024-10-21 Thread Apoorv Mittal (Jira)
Apoorv Mittal created KAFKA-17844: - Summary: Add tests and fix to complete share fetch request on exception from manager Key: KAFKA-17844 URL: https://issues.apache.org/jira/browse/KAFKA-17844 Project

Re: [DISCUSS] KIP-1098: Reverse Checkpointing in MirrorMaker

2024-10-21 Thread Dániel Urbán
Hi Mickael, Good point, I renamed the KIP and this thread: https://cwiki.apache.org/confluence/display/KAFKA/KIP-1098%3A+Reverse+Checkpointing+in+MirrorMaker Thank you, Daniel Mickael Maison ezt írta (időpont: 2024. okt. 21., H, 15:22): > Hi Daniel, > > I've not had time to take a close look at

[jira] [Created] (KAFKA-17846) ClientTelemetryReporter does not log trace-level message

2024-10-21 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17846: -- Summary: ClientTelemetryReporter does not log trace-level message Key: KAFKA-17846 URL: https://issues.apache.org/jira/browse/KAFKA-17846 Project: Kafka

[jira] [Created] (KAFKA-17847) Avoid the extra bytes copy when compressing telemetry payload

2024-10-21 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17847: -- Summary: Avoid the extra bytes copy when compressing telemetry payload Key: KAFKA-17847 URL: https://issues.apache.org/jira/browse/KAFKA-17847 Project: Kafka

Re: [DISCUSS] KIP-1088: Replace KafkaClientSupplier with KafkaClientInterceptor

2024-10-21 Thread Sophie Blee-Goldman
I think I can answer some of Bruno's questions: BC2: We want access to the configs for the individual client. For example, in our implementation, we need to grab the clientId in order to configure our wrapper. IIRC we also access some other configs so just passing in the clientId wouldn't necessar

[jira] [Created] (KAFKA-17843) Add integration tests to validate clients close when closed just after instantiation

2024-10-21 Thread Apoorv Mittal (Jira)
Apoorv Mittal created KAFKA-17843: - Summary: Add integration tests to validate clients close when closed just after instantiation Key: KAFKA-17843 URL: https://issues.apache.org/jira/browse/KAFKA-17843

Re: [VOTE] KIP-1080: Fix the typo: `maxlifeTimeMs` in CreateDelegationTokenOptions

2024-10-21 Thread 黃竣陽
Hello everyone, I hope you're all doing well. Since the vote has been pending for over three weeks, I’d like to proceed with pushing it manually. Thank you for your attention. Best regards, Jiunn-Yang > 黃竣陽 於 2024年9月28日 上午10:04 寫道: > > Hello everyone, > I hope this message finds you well.

Re: [DISCUSS] KIP-1098: Reverse Checkpointing

2024-10-21 Thread Dániel Urbán
Hi Viktor, Thank you for the comments! SVV1: I think the feature has some performance implications. If the reverse checkpointing is enabled, task startup will be possibly slower, since it will need to consume from a second offset-syncs topic; and it will also use more memory, to keep the second o

Re: [DISCUSS] Apache Kafka 4.0.0 release

2024-10-21 Thread David Jacot
Hi TengYao, Of course! I just added it to the release plan. Best, David On Sun, Oct 20, 2024 at 8:36 PM Colin McCabe wrote: > Hi TengYao Chi, > > The KIP freeze for Apache Kafka 4.0 is. November 20th. So if KIP-1092 has > been accepted already, it should make it into 4.0 without any further >

Re: [DISCUSS] KIP-1098: Reverse Checkpointing

2024-10-21 Thread Mickael Maison
Hi Daniel, I've not had time to take a close look at the KIP but my initial feedback would be to adjust the name to make it clear it's about MirrorMaker. The word "checkpoint" has several meanings in Kafka and from the current KIP name it's not clear if it's about KRaft, Streams or Connect. Thank

[jira] [Resolved] (KAFKA-17031) Make configurations public

2024-10-21 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe resolved KAFKA-17031. -- Resolution: Fixed > Make configurations public > -- > >

[jira] [Created] (KAFKA-17848) Resolve reliability issue on the broker post moving delayed share fetch purgatory to ReplicaManager

2024-10-21 Thread Abhinav Dixit (Jira)
Abhinav Dixit created KAFKA-17848: - Summary: Resolve reliability issue on the broker post moving delayed share fetch purgatory to ReplicaManager Key: KAFKA-17848 URL: https://issues.apache.org/jira/browse/KAFKA-17

[jira] [Created] (KAFKA-17845) UpdateRaftVoterResponse has incorrect default value fallbacks

2024-10-21 Thread Anton Agestam (Jira)
Anton Agestam created KAFKA-17845: - Summary: UpdateRaftVoterResponse has incorrect default value fallbacks Key: KAFKA-17845 URL: https://issues.apache.org/jira/browse/KAFKA-17845 Project: Kafka

[jira] [Resolved] (KAFKA-17794) kafka-storage format must require KIP-853 flags unless controller.quorum.voters is set

2024-10-21 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe resolved KAFKA-17794. -- Resolution: Fixed > kafka-storage format must require KIP-853 flags unless > controller.quoru

Re: [VOTE] 3.9.0 RC2

2024-10-21 Thread Anton Agestam
Hi everyone, I have found a protocol serialization bug that surfaces only with one of the entities introduced for KIP-853 (UpdateRaftVoterResponse). Due to the irreversible implications this might have once merged, I'd argue that this needs to be considered a release blocker. https://issues.apac

[jira] [Resolved] (KAFKA-17545) Get rid of fetch queue in SharePartitionManager

2024-10-21 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-17545. - Fix Version/s: 4.0.0 Assignee: Apoorv Mittal (was: Abhinav Dixit) Resolution: Fixed Mer

Re: [VOTE] 3.9.0 RC2

2024-10-21 Thread Colin McCabe
Hi Anton, I replied on the JIRA. I do not think this is a bug, you just failed to account for implicit defaults in your protocol code. That is, 0 is the default of numeric fields if no other default is specified, etc. best, Colin On Mon, Oct 21, 2024, at 08:07, Anton Agestam wrote: > Hi everyo

[jira] [Resolved] (KAFKA-17845) UpdateRaftVoterResponse has incorrect default value fallbacks

2024-10-21 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe resolved KAFKA-17845. -- Resolution: Invalid > UpdateRaftVoterResponse has incorrect default value fallbacks >

Jenkins build is still unstable: Kafka » Kafka PowerPC Daily » test-powerpc #94

2024-10-21 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-17755) AbstractPartitionAssignor can not enable RackAwareAssignment base on lead rack mode

2024-10-21 Thread Jerry Cai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cai resolved KAFKA-17755. --- Fix Version/s: 3.8.1 Reviewer: Rajini Sivaram Resolution: Fixed > AbstractPartitionA

[VOTE] 3.9.0 RC3

2024-10-21 Thread Colin McCabe
This is the third candidate for the release of Apache Kafka 3.9.0. I have titled it rc3 since I had an rc1 which got very far, even to the point of pushing tags and docker images, before I spotted an issue. So rather than mutate the tags, I decided to skip over rc1. - This is a major release, t

Re: [VOTE] 3.9.0 RC2

2024-10-21 Thread Colin McCabe
Hi all, I have posted a new release candidate, RC3. See the RC3 thread. best, Colin On Mon, Oct 21, 2024, at 11:31, Colin McCabe wrote: > Hi Anton, > > I replied on the JIRA. I do not think this is a bug, you just failed to > account for implicit defaults in your protocol code. That is, 0 is th

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.9 #93

2024-10-21 Thread Apache Jenkins Server
See