[jira] [Resolved] (KAFKA-9087) ReplicaAlterLogDirs stuck and restart fails with java.lang.IllegalStateException: Offset mismatch for the future replica

2023-01-06 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-9087. --- Fix Version/s: 3.5.0 Assignee: Chia-Ping Tsai Resolution: Fixed >

[jira] [Created] (KAFKA-14602) offsetDelta in BatchMetadata is an int but the values are computed as difference of offsets which are longs.

2023-01-06 Thread Satish Duggana (Jira)
Satish Duggana created KAFKA-14602: -- Summary: offsetDelta in BatchMetadata is an int but the values are computed as difference of offsets which are longs. Key: KAFKA-14602 URL:

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

2023-01-06 Thread Apache Jenkins Server
See

Re: [ANNOUNCE] New committer: Edoardo Comar

2023-01-06 Thread Matthias J. Sax
Congrats! On 1/6/23 5:15 PM, Luke Chen wrote: Congratulations, Edoardo! Luke On Sat, Jan 7, 2023 at 7:58 AM Mickael Maison wrote: Congratulations Edo! On Sat, Jan 7, 2023 at 12:05 AM Jun Rao wrote: Hi, Everyone, The PMC of Apache Kafka is pleased to announce a new Kafka committer

Re: [ANNOUNCE] New committer: Edoardo Comar

2023-01-06 Thread Luke Chen
Congratulations, Edoardo! Luke On Sat, Jan 7, 2023 at 7:58 AM Mickael Maison wrote: > Congratulations Edo! > > > On Sat, Jan 7, 2023 at 12:05 AM Jun Rao wrote: > > > > Hi, Everyone, > > > > The PMC of Apache Kafka is pleased to announce a new Kafka committer > Edoardo > > Comar. > > > >

Re: [ANNOUNCE] New committer: Edoardo Comar

2023-01-06 Thread Mickael Maison
Congratulations Edo! On Sat, Jan 7, 2023 at 12:05 AM Jun Rao wrote: > > Hi, Everyone, > > The PMC of Apache Kafka is pleased to announce a new Kafka committer Edoardo > Comar. > > Edoardo has been a long time Kafka contributor since 2016. His major > contributions are the following. > >

Re: [DISCUSS] KIP-890 Server Side Defense

2023-01-06 Thread Justine Olshan
Thanks Jason. Those changes make sense to me. I will update the KIP. On Fri, Jan 6, 2023 at 3:31 PM Jason Gustafson wrote: > Hey Justine, > > > I was wondering about compatibility here. When we send requests > between brokers, we want to ensure that the receiving broker understands > the

Re: [DISCUSS] KIP-890 Server Side Defense

2023-01-06 Thread Jason Gustafson
Hey Justine, > I was wondering about compatibility here. When we send requests between brokers, we want to ensure that the receiving broker understands the request (specifically the new fields). Typically this is done via IBP/metadata version. I'm trying to think if there is a way around it but

[ANNOUNCE] New committer: Edoardo Comar

2023-01-06 Thread Jun Rao
Hi, Everyone, The PMC of Apache Kafka is pleased to announce a new Kafka committer Edoardo Comar. Edoardo has been a long time Kafka contributor since 2016. His major contributions are the following. KIP-302: Enable Kafka clients to use all DNS resolved IP addresses KIP-277: Fine Grained ACL

[jira] [Created] (KAFKA-14601) Improve exception handling in KafkaEventQueue

2023-01-06 Thread Colin McCabe (Jira)
Colin McCabe created KAFKA-14601: Summary: Improve exception handling in KafkaEventQueue Key: KAFKA-14601 URL: https://issues.apache.org/jira/browse/KAFKA-14601 Project: Kafka Issue Type:

[jira] [Created] (KAFKA-14600) Flaky test ProducerIdExpirationTest

2023-01-06 Thread Greg Harris (Jira)
Greg Harris created KAFKA-14600: --- Summary: Flaky test ProducerIdExpirationTest Key: KAFKA-14600 URL: https://issues.apache.org/jira/browse/KAFKA-14600 Project: Kafka Issue Type: Test

Re: [DISCUSS] KIP-890 Server Side Defense

2023-01-06 Thread Justine Olshan
As a follow up, I was just thinking about the batching a bit more. I suppose if we have one request in flight and we queue up the other produce requests in some sort of purgatory, we could send information out for all of them rather than one by one. So that would be a benefit of batching

Re: [DISCUSS] KIP-890 Server Side Defense

2023-01-06 Thread Justine Olshan
Hey Jason -- thanks for the input -- I was just digging a bit deeper into the design + implementation of the validation calls here and what you say makes sense. I was wondering about compatibility here. When we send requests between brokers, we want to ensure that the receiving broker understands

[GitHub] [kafka-site] bbejeck commented on pull request #471: Nussknacker.io added to powered-by page

2023-01-06 Thread GitBox
bbejeck commented on PR #471: URL: https://github.com/apache/kafka-site/pull/471#issuecomment-1373871257 merged #471 into asf-site -- 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

[GitHub] [kafka-site] bbejeck merged pull request #471: Nussknacker.io added to powered-by page

2023-01-06 Thread GitBox
bbejeck merged PR #471: URL: https://github.com/apache/kafka-site/pull/471 -- 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:

[GitHub] [kafka-site] bbejeck commented on a diff in pull request #464: Powerd by Dream11 section, grammar fixes

2023-01-06 Thread GitBox
bbejeck commented on code in PR #464: URL: https://github.com/apache/kafka-site/pull/464#discussion_r1063582025 ## powered-by.html: ## @@ -6,7 +6,7 @@ "link":

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

2023-01-06 Thread Apache Jenkins Server
See

[DISCUSS] KIP-894: Use incrementalAlterConfigs API for syncing topic configurations

2023-01-06 Thread Gantigmaa Selenge
Hi everyone, I would like to start a discussion on the MirrorMaker update that proposes replacing the deprecated alterConfigs API with the incrementalAlterConfigs API for syncing topic configurations. Please take a look at the proposal here:

[GitHub] [kafka-site] mimaison merged pull request #474: MINOR: Bump year to 2023

2023-01-06 Thread GitBox
mimaison merged PR #474: URL: https://github.com/apache/kafka-site/pull/474 -- 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] [Resolved] (KAFKA-14072) Crashed MirrorCheckpointConnector appears as running in REST API

2023-01-06 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-14072. Fix Version/s: 3.5.0 Resolution: Fixed This looks like it's the same issue as

[jira] [Created] (KAFKA-14599) MirrorMaker pluggable interfaces missing from public API

2023-01-06 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14599: -- Summary: MirrorMaker pluggable interfaces missing from public API Key: KAFKA-14599 URL: https://issues.apache.org/jira/browse/KAFKA-14599 Project: Kafka

[jira] [Created] (KAFKA-14598) Fix flaky ConnectRestApiTest

2023-01-06 Thread Ashwin Pankaj (Jira)
Ashwin Pankaj created KAFKA-14598: - Summary: Fix flaky ConnectRestApiTest Key: KAFKA-14598 URL: https://issues.apache.org/jira/browse/KAFKA-14598 Project: Kafka Issue Type: Bug