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

2023-09-08 Thread Apache Jenkins Server
See Changes: -- [...truncated 410258 lines...] Gradle Test Run :streams:test > Gradle Test Executor 85 > TasksTest > onlyRemovePendingTaskToCloseCleanShouldRemoveTaskFromP

Re: [VOTE] KIP-714: Client metrics and observability

2023-09-08 Thread Andrew Schofield
Bumping the voting thread for KIP-714. So far, we have: Non-binding +2 (Milind and Kirk), non-binding -1 (Ryanne) Thanks, Andrew > On 4 Aug 2023, at 09:45, Andrew Schofield wrote: > > Hi, > After almost 2 1/2 years in the making, I would like to call a vote for > KIP-714 > (https://cwiki.apa

[DISCUSS] KIP-974 Docker Image for GraalVM based Native Kafka Broker

2023-09-08 Thread Krishna Agarwal
Hi, I want to submit a KIP to deliver an experimental Apache Kafka docker image. The proposed docker image can launch brokers with sub-second startup time and minimal memory footprint by leveraging a GraalVM based native Kafka binary. KIP-974: Docker Image for GraalVM based Native Kafka Broker

[DISCUSS] KIP-975 Docker Image for Apache Kafka

2023-09-08 Thread Krishna Agarwal
Hi, Apache Kafka does not have an official docker image currently. I want to submit a KIP to publish a docker image for Apache Kafka. KIP-975: Docker Image for Apache Kafka Regards, Krishna

Re: [DISCUSS] KIP-973 Expose per topic replication rate metrics

2023-09-08 Thread Nelson B.
Hi all, I just wanted to bump up this discussion thread. Thanks On Thu, Aug 31, 2023 at 2:05 AM Nelson Bighetti wrote: > Relatively minor change that fixes a mismatch between documentation and > implementation. > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-973%3A+Expose+per+topic+r

[jira] [Created] (KAFKA-15446) Upgrading from 2.0 to 2.8, with replica out of sync exceeding 12 hours

2023-09-08 Thread Jira
许胜斌 created KAFKA-15446: --- Summary: Upgrading from 2.0 to 2.8, with replica out of sync exceeding 12 hours Key: KAFKA-15446 URL: https://issues.apache.org/jira/browse/KAFKA-15446 Project: Kafka Issue T

Re: Apache Kafka 3.6.0 release

2023-09-08 Thread Ivan Yurchenko
Hi Satish and all, I wonder if https://issues.apache.org/jira/browse/KAFKA-14993 should be included in the 3.6 release plan. I'm thinking that when implemented, it would be a small, but still a change in the RSM contract: throw an exception instead of returning an empty InputStream. Maybe it sh

Re: [DISCUSS] KIP-974 Docker Image for GraalVM based Native Kafka Broker

2023-09-08 Thread Federico Valeri
Hi Krishna, thanks for opening this discussion. I see you created two separate KIPs (974 and 975), but there are some common points (build system and test plan). Currently, the Docker image used for system tests is only supported in that limited scope, so the maintenance burden is minimal. Provid

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

2023-09-08 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-15435) KRaft migration record counts in log message are incorrect

2023-09-08 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-15435. -- Resolution: Fixed > KRaft migration record counts in log message are incorrect > -

Re: Apache Kafka 3.6.0 release

2023-09-08 Thread David Arthur
Quick update on my two blockers: KAFKA-15435 is merged to trunk and cherry-picked to 3.6. I have a PR open for KAFKA-15441 and will hopefully get it merged today. -David On Fri, Sep 8, 2023 at 5:26 AM Ivan Yurchenko wrote: > Hi Satish and all, > > I wonder if https://issues.apache.org/jira/brow

Re: Apache Kafka 3.6.0 release

2023-09-08 Thread Ismael Juma
Hi Satish, Do you have a sense of when we'll publish RC0? Thanks, Ismael On Fri, Sep 8, 2023 at 6:27 AM David Arthur wrote: > Quick update on my two blockers: KAFKA-15435 is merged to trunk and > cherry-picked to 3.6. I have a PR open for KAFKA-15441 and will hopefully > get it merged today. >

Re: [VOTE] KIP-970: Deprecate and remove Connect's redundant task configurations endpoint

2023-09-08 Thread Mickael Maison
Hi Yash, +1 (binding) Thanks for the KIP! Mickael On Wed, Sep 6, 2023 at 6:05 PM Greg Harris wrote: > > Hey Yash, > > +1(binding) > > Thanks for the KIP! > Greg > > On Wed, Sep 6, 2023 at 6:59 AM Yash Mayya wrote: > > > > Hi all, > > > > I just wanted to bump up this vote thread. Thanks to eve

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

2023-09-08 Thread Apache Jenkins Server
See

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

2023-09-08 Thread Apache Jenkins Server
See Changes: -- [...truncated 407602 lines...] Gradle Test Run :streams:test > Gradle Test Executor 85 > TasksTest > shouldDrainPendingTasksToCreate() PASSED Gradle Test Run

[REVIEW REQUEST] Move ReassignPartitionsUnitTest to java

2023-09-08 Thread Николай Ижиков
Hello. I’m working on [1]. The goal of ticket is to rewire `ReassignPartitionCommand` in java. The PR that moves whole command is pretty big so it makes sense to split it. I prepared the PR [2] that moves single test (ReassignPartitionsUnitTest) to java. It smaller and simpler(touches only 4 fi

Re: [VOTE] KIP-970: Deprecate and remove Connect's redundant task configurations endpoint

2023-09-08 Thread Yash Mayya
Hi all, KIP-970 has been accepted with three binding +1 votes from Chris, Greg and Mickael (and three non-binding +1 votes from Hector, Andrew and Sagar). Thanks all. Cheers, Yash On Fri, Sep 8, 2023 at 7:38 PM Mickael Maison wrote: > Hi Yash, > > +1 (binding) > Thanks for the KIP! > > Mickael

Re: [VOTE] KIP-714: Client metrics and observability

2023-09-08 Thread Philip Nee
Hey Andrew - +1 but I don't have a binding vote! It took me a while to go through the KIP. Here are some of my notes during the reading: *Metrics* - Should we care about the client's leader epoch? There is a case where the user recreates the topic, but the consumer thinks it is still the same to

Re: [DISCUSS] KIP-966: Eligible Leader Replicas

2023-09-08 Thread Calvin Liu
Hi Jun Thanks for the comments! 10. Updated 11. It is mentioned in the ELR invariants section. It is mainly to save metadata space. 12. Good catch, let me update the graph. 13. The thing we did not change is the original HWM advance requirement “replicate to maximum ISR”. The proposal adds anot

Re: [DISCUSS] KIP-966: Eligible Leader Replicas

2023-09-08 Thread Calvin Liu
Hi Artem Thanks so much for the comments! 1. Yes, you are right, when the leader gets fenced, it will be put into ELR. The unclean recovery can only be triggered if the mode is Proactive. Let me clarify the trigger requirement in the KIP. 2. Good point, the controller should wait for all the Last

[jira] [Resolved] (KAFKA-15441) Broker sessions can time out during ZK migration

2023-09-08 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-15441. -- Resolution: Fixed > Broker sessions can time out during ZK migration > ---

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

2023-09-08 Thread Apache Jenkins Server
See

Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.6 #33

2023-09-08 Thread Apache Jenkins Server
See