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

2022-12-21 Thread Apache Jenkins Server
See

Re: [VOTE] 3.3.2 RC1

2022-12-21 Thread Yash Mayya
Hi Chris, I did the following release validations - - Verified the MD5 / SHA-1 / SHA-512 checksums and the PGP signatures - Built from source using Java 8 and Scala 2.13 - Ran all the unit tests successfully - Ran all the integration tests successfully (couple of flaky failures that passed on a r

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

2022-12-21 Thread Apache Jenkins Server
See

Re: Kafka issue

2022-12-21 Thread Luke Chen
Hi Amoli, > The code is working fine with 100 threads and 100 partition topic. It's good to know you have a workable solution. For 500 threads in 500 partitions, could you firstly make sure the topic is created successfully? If topic cannot be created successfully, no records will be sent even if

Re: [DISCUSS] Apache Kafka 3.4.0 release

2022-12-21 Thread Luke Chen
Hi Ismael, Good point! This file hasn't been changed after 2020 Oct.. So I think this is not a blocker for v3.4.0. Thank you. Luke On Wed, Dec 21, 2022 at 9:49 PM Ismael Juma wrote: > Hi Luke, > > Is this a recent change? If not, that gives further credence that we don't > use this method toda

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

2022-12-21 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-858: Handle JBOD broker disk failure in KRaft

2022-12-21 Thread Jun Rao
Hi, Igor, Thanks for the reply. 11. Yes, your proposal could work. Once the broker receives confirmation of the metadata change, I guess it needs to briefly block appends to the old replica, make sure the future log fully catches up and then make the switch? 13 (b). The kafka-storage.sh is only

[jira] [Created] (KAFKA-14546) Allow Partitioner to return -1 to indicate default partitioning

2022-12-21 Thread James Olsen (Jira)
James Olsen created KAFKA-14546: --- Summary: Allow Partitioner to return -1 to indicate default partitioning Key: KAFKA-14546 URL: https://issues.apache.org/jira/browse/KAFKA-14546 Project: Kafka

[VOTE] 3.3.2 RC1

2022-12-21 Thread Chris Egerton
Hello Kafka users, developers and client-developers, This is the second candidate for release of Apache Kafka 3.3.2. This is a bugfix release with several fixes since the release of 3.3.1. A few of the major issues include: * KAFKA-14358 Users should not be able to create a regular topic name __

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

2022-12-21 Thread Apache Jenkins Server
See

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.3 #142

2022-12-21 Thread Apache Jenkins Server
See Changes: -- [...truncated 511628 lines...] [2022-12-21T21:29:39.150Z] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescri

[jira] [Created] (KAFKA-14545) MirrorCheckpointTask throws NullPointerException when group hasn't consumed from some partitions

2022-12-21 Thread Chris Solidum (Jira)
Chris Solidum created KAFKA-14545: - Summary: MirrorCheckpointTask throws NullPointerException when group hasn't consumed from some partitions Key: KAFKA-14545 URL: https://issues.apache.org/jira/browse/KAFKA-14545

[jira] [Created] (KAFKA-14544) The "is-future" should be removed from metrics tags after future log becomes current log

2022-12-21 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-14544: -- Summary: The "is-future" should be removed from metrics tags after future log becomes current log Key: KAFKA-14544 URL: https://issues.apache.org/jira/browse/KAFKA-14544

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

2022-12-21 Thread Apache Jenkins Server
See

Re: [VOTE] 3.3.2 RC0

2022-12-21 Thread Chris Egerton
Hi all, Thank you to Federico for testing out and voting on the release! Due to a number of recently-raised-and-fixed issues, we have decided to abandon this release candidate and publish a new one with some extra fixes included. I am cancelling this vote thread and aim to open a new one for RC1

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.4 #18

2022-12-21 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-14543) Move LogOffsetMetadata to storage module

2022-12-21 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14543: -- Summary: Move LogOffsetMetadata to storage module Key: KAFKA-14543 URL: https://issues.apache.org/jira/browse/KAFKA-14543 Project: Kafka Issue Type: Sub-

Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.3 #141

2022-12-21 Thread Apache Jenkins Server
See

Re: [ANNOUNCE] New committer: Josep Prat

2022-12-21 Thread Yash Mayya
Congratulations Josep! On Tue, Dec 20, 2022, 22:56 Jun Rao wrote: > Hi, Everyone, > > The PMC of Apache Kafka is pleased to announce a new Kafka committer Josep > Prat. > > Josep has been contributing to Kafka since May 2021. He contributed 20 PRs > including the following 2 KIPs. > > KIP-773 D

Re: [VOTE] KIP-889 Versioned State Stores

2022-12-21 Thread Victoria Xia
Hi everyone, We have 3 binding and 1 non-binding vote in favor of this KIP (and no objections) so KIP-889 is now accepted. Thanks for voting, and for your excellent comments in the KIP discussion thread! Happy holidays, Victoria On Tue, Dec 20, 2022 at 12:24 PM Sagar wrote: > Hi Victoria, > >

[jira] [Created] (KAFKA-14542) Deprecate OffsetFetch/Commit version 0 and remove them in 4.0

2022-12-21 Thread David Jacot (Jira)
David Jacot created KAFKA-14542: --- Summary: Deprecate OffsetFetch/Commit version 0 and remove them in 4.0 Key: KAFKA-14542 URL: https://issues.apache.org/jira/browse/KAFKA-14542 Project: Kafka

Kafka issue

2022-12-21 Thread Amoli Tandon
Hi Team, I am working on a POC and i am facing issues while producing messages to Kafka cluster. I am getting 'topic doesn't exist in the metadata after 6ms' error when trying to produce the message using 500 threads. Topic has a partition of 500. The code is working fine with 100 threads an

[jira] [Created] (KAFKA-14541) Profile produce workload for Apache Kafka

2022-12-21 Thread Divij Vaidya (Jira)
Divij Vaidya created KAFKA-14541: Summary: Profile produce workload for Apache Kafka Key: KAFKA-14541 URL: https://issues.apache.org/jira/browse/KAFKA-14541 Project: Kafka Issue Type: Improve

[jira] [Resolved] (KAFKA-14479) Move CleanerConfig to storage module

2022-12-21 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-14479. - Resolution: Duplicate Doing it as part of KAFKA-14478 instead. > Move CleanerConfig to storage

Re: [DISCUSS] Apache Kafka 3.4.0 release

2022-12-21 Thread Ismael Juma
Hi Luke, Is this a recent change? If not, that gives further credence that we don't use this method today. Ismael On Wed, Dec 21, 2022 at 2:22 AM Luke Chen wrote: > Hi Sophie and devs, > > KAFKA-14540 is > reported > (from Michael Marshall, t

Re: [ANNOUNCE] New committer: Viktor Somogyi-Vass

2022-12-21 Thread Ismael Juma
Congratulations Viktor! Ismael On Wed, Dec 14, 2022 at 3:10 PM Jun Rao wrote: > Hi, Everyone, > > The PMC of Apache Kafka is pleased to announce a new Kafka committer Viktor > Somogyi-Vass. > > Viktor has been contributing to Kafka since 2018. He contributed 35 PRs and > reviewed 49 PRs. > > Co

Re: [ANNOUNCE] New committer: Josep Prat

2022-12-21 Thread Ismael Juma
Congratulations Josep! Ismael On Tue, Dec 20, 2022 at 9:26 AM Jun Rao wrote: > Hi, Everyone, > > The PMC of Apache Kafka is pleased to announce a new Kafka committer Josep > Prat. > > Josep has been contributing to Kafka since May 2021. He contributed 20 PRs > including the following 2 KIPs. >

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.3 #140

2022-12-21 Thread Apache Jenkins Server
See Changes: -- [...truncated 418851 lines...] [2022-12-21T12:53:11.261Z] /home/jenkins/workspace/Kafka_kafka_3.3/streams/src/main/java/org/apache/kafka/streams/kstream/KStre

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.4 #17

2022-12-21 Thread Apache Jenkins Server
See

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

2022-12-21 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-14461) StoreQueryIntegrationTest#shouldQuerySpecificActivePartitionStores logic to check for active partitions seems brittle.

2022-12-21 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna resolved KAFKA-14461. --- Resolution: Fixed > StoreQueryIntegrationTest#shouldQuerySpecificActivePartitionStores logic

Re: [DISCUSS] Apache Kafka 3.4.0 release

2022-12-21 Thread Luke Chen
Hi Sophie and devs, KAFKA-14540 is reported (from Michael Marshall, thanks!) that we might write corrupted data to the output stream due to the wrong buffer position set in DataOutputStreamWritable#writeByteBuffer. Had a search in the project, it

Re: [VOTE] KIP-837 Allow MultiCasting a Result Record.

2022-12-21 Thread Sagar
Hi All, Just as an update, the changes described here: ``` Changes at a high level are: 1) KeyQueryMetada enhanced to have a new method called partitions(). 2) Lifting the restriction of a single partition for IQ. Now the restriction holds only for FK Join. ``` are reverted back. As things stan

[GitHub] [kafka-site] jlprat commented on pull request #468: MINOR: Add Josep as a committer

2022-12-21 Thread GitBox
jlprat commented on PR #468: URL: https://github.com/apache/kafka-site/pull/468#issuecomment-1361022550 Thanks David! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [kafka-site] jlprat merged pull request #468: MINOR: Add Josep as a committer

2022-12-21 Thread GitBox
jlprat merged PR #468: URL: https://github.com/apache/kafka-site/pull/468 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.o

Re: [DISCUSS] Apache Kafka 3.4.0 release

2022-12-21 Thread David Jacot
Hi Sophie, I have merged https://issues.apache.org/jira/browse/KAFKA-14532. Best, David On Tue, Dec 20, 2022 at 4:31 PM David Arthur wrote: > > Hey Sophie, > > I found a KRaft blocker for 3.4 > https://issues.apache.org/jira/browse/KAFKA-14531. The fix is committed to > trunk and is quite small

[jira] [Resolved] (KAFKA-14532) Correctly handle failed fetch when partitions unassigned

2022-12-21 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-14532. - Resolution: Fixed > Correctly handle failed fetch when partitions unassigned > -

[GitHub] [kafka-site] jlprat opened a new pull request, #468: MINOR: Add Josep as a committer

2022-12-21 Thread GitBox
jlprat opened a new pull request, #468: URL: https://github.com/apache/kafka-site/pull/468 Add Josep Prat as a committer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [ANNOUNCE] New committer: Josep Prat

2022-12-21 Thread Tom Bentley
Congratulations! On Wed, 21 Dec 2022 at 03:05, John Roesler wrote: > Congratulations, Josep! > -John > > On Tue, Dec 20, 2022, at 20:02, Luke Chen wrote: > > Congratulations, Josep! > > > > Luke > > > > On Wed, Dec 21, 2022 at 6:26 AM Viktor Somogyi-Vass > > wrote: > > > >> Congrats Josep! > >>

[GitHub] [kafka-site] jlprat merged pull request #467: MINOR: Add Viktor as a committer

2022-12-21 Thread GitBox
jlprat merged PR #467: URL: https://github.com/apache/kafka-site/pull/467 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.o