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

2023-05-03 Thread Apache Jenkins Server
See

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.4 #122

2023-05-03 Thread Apache Jenkins Server
See Changes: -- [...truncated 437465 lines...] [2023-05-04T02:49:46.372Z] > Task :connect:api:testJar [2023-05-04T02:49:46.372Z] > Task :connect:api:testSrcJar

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

2023-05-03 Thread Apache Jenkins Server
See Changes: -- [...truncated 471161 lines...] [2023-05-04T01:17:09.428Z] > Task :storage:api:testClasses UP-TO-DATE [2023-05-04T01:17:09.428Z] > Task

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

2023-05-03 Thread Apache Jenkins Server
See

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

2023-05-03 Thread Apache Jenkins Server
See Changes: -- [...truncated 567523 lines...] [2023-05-03T20:51:06.276Z] Gradle Test Run :streams:integrationTest > Gradle Test Executor 178 >

[jira] [Created] (KAFKA-14966) Extract reusable common logic from OffsetFetcher

2023-05-03 Thread Lianet Magrans (Jira)
Lianet Magrans created KAFKA-14966: -- Summary: Extract reusable common logic from OffsetFetcher Key: KAFKA-14966 URL: https://issues.apache.org/jira/browse/KAFKA-14966 Project: Kafka Issue

Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.4 #120

2023-05-03 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-14965) Introduce ListOffsetsRequestManager to integrate ListOffsetsRequests into new consumer threading refactor

2023-05-03 Thread Lianet Magrans (Jira)
Lianet Magrans created KAFKA-14965: -- Summary: Introduce ListOffsetsRequestManager to integrate ListOffsetsRequests into new consumer threading refactor Key: KAFKA-14965 URL:

[jira] [Created] (KAFKA-14964) ClientQuotaMetadataManager should not suppress exceptions

2023-05-03 Thread David Arthur (Jira)
David Arthur created KAFKA-14964: Summary: ClientQuotaMetadataManager should not suppress exceptions Key: KAFKA-14964 URL: https://issues.apache.org/jira/browse/KAFKA-14964 Project: Kafka

[GitHub] [kafka-site] bbejeck merged pull request #509: Update podcast logo

2023-05-03 Thread via GitHub
bbejeck merged PR #509: URL: https://github.com/apache/kafka-site/pull/509 -- 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:

[jira] [Created] (KAFKA-14963) Incorrect partition count metrics for kraft controllers

2023-05-03 Thread Jira
José Armando García Sancio created KAFKA-14963: -- Summary: Incorrect partition count metrics for kraft controllers Key: KAFKA-14963 URL: https://issues.apache.org/jira/browse/KAFKA-14963

[jira] [Resolved] (KAFKA-14016) Revoke more partitions than expected in Cooperative rebalance

2023-05-03 Thread Philip Nee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Nee resolved KAFKA-14016. Fix Version/s: 3.5.0 3.4.1 Assignee: Philip Nee Resolution:

[jira] [Resolved] (KAFKA-13891) sync group failed with rebalanceInProgress error cause rebalance many rounds in coopeartive

2023-05-03 Thread Philip Nee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Nee resolved KAFKA-13891. Fix Version/s: 3.5.0 3.4.1 (was: 3.6.0)

[jira] [Created] (KAFKA-14962) Whitespace in ACL configuration causes Kafka startup to fail

2023-05-03 Thread Divij Vaidya (Jira)
Divij Vaidya created KAFKA-14962: Summary: Whitespace in ACL configuration causes Kafka startup to fail Key: KAFKA-14962 URL: https://issues.apache.org/jira/browse/KAFKA-14962 Project: Kafka

[GitHub] [kafka-site] showuon commented on pull request #508: MINOR: add Luke's key

2023-05-03 Thread via GitHub
showuon commented on PR #508: URL: https://github.com/apache/kafka-site/pull/508#issuecomment-1532902203 @mimaison , please take a look. Thanks. -- 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

[GitHub] [kafka-site] showuon opened a new pull request, #508: MINOR: add Luke's key

2023-05-03 Thread via GitHub
showuon opened a new pull request, #508: URL: https://github.com/apache/kafka-site/pull/508 add Luke's key for running release -- 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

[jira] [Created] (KAFKA-14961) DefaultBackgroundThreadTest.testStartupAndTearDown test is flasky

2023-05-03 Thread Manyanda Chitimbo (Jira)
Manyanda Chitimbo created KAFKA-14961: - Summary: DefaultBackgroundThreadTest.testStartupAndTearDown test is flasky Key: KAFKA-14961 URL: https://issues.apache.org/jira/browse/KAFKA-14961 Project:

Re: [DISCUSS] KIP-892: Transactional Semantics for StateStores

2023-05-03 Thread Nick Telford
Hi Bruno, Thanks for reviewing my proposal. 1. The main reason I added it was because it was easy to do. If we see no value in it, I can remove it. 2. Global StateStores can have multiple partitions in their input topics (which function as their changelogs), so they would have more than one

An important fix waiting to be merged

2023-05-03 Thread Sandeep Biswas
Hi, Could you please review the pull request ( https://github.com/apache/kafka/compare/trunk...MPeli:kafka:KAFKA-1194) and merge it if everything looks alright. Kafka on windows has been plagued by this issue for years and makes it unsuitable for Production deployments. We are a large MNC and need

Re: Adding reviewers with Github actions

2023-05-03 Thread Viktor Somogyi-Vass
Yes, perhaps this can be used in the github action too, I think this is a very useful tool. Sadly I couldn't get to the github action but hopefully I will get there soon. On Fri, Apr 28, 2023 at 8:48 AM David Jacot wrote: > Thanks, David. This is a nice addition! > > Coming back to the original

Re: Kafka client needs KAFKA-10337 to cover async commit use case

2023-05-03 Thread Erik van Oosten
Hi Philip, Firstly, could you explain the situation in that you would prefer to invoke commitAsync over commitSync in the rebalance listener? Of course! Short answer: we prefer commitAsync because we want to handle multiple partitions concurrently using the ZIO runtime. Long answer: this