Re: [VOTE] 3.5.2 RC1

2023-12-07 Thread Tom Bentley
Hi, I have validated signatures, checked the Java docs, built from source and run tests. I had a few unit test failures, but I note that others saw them pass and the CI was green too, so I think this is a problem with my system rather than the release. +1 (binding). Thanks! On Wed, 6 Dec 2023

Re: [VOTE] KIP-996: Pre-Vote

2023-12-07 Thread Jason Gustafson
+1 Thanks for the KIP! Nice to see progress with the raft protocol. On Thu, Dec 7, 2023 at 5:10 PM Alyssa Huang wrote: > Hey folks, > > I would like to start a vote on Pre-vote  Thank you Jose, Jason, Luke, > and Jun for your comments on the discussion thread! > > Here's the link to the

Re: [DISCUSS] KIP-996: Pre-Vote

2023-12-07 Thread José Armando García Sancio
Hi Alyssa, Thanks for the answers and the updates to the KIP. I took a look at the latest version and it looks good to me. -- -José

[VOTE] KIP-996: Pre-Vote

2023-12-07 Thread Alyssa Huang
Hey folks, I would like to start a vote on Pre-vote  Thank you Jose, Jason, Luke, and Jun for your comments on the discussion thread! Here's the link to the proposal - https://cwiki.apache.org/confluence/display/KAFKA/KIP-996%3A+Pre-Vote

Re: [VOTE] KIP-896: Remove old client protocol API versions in Kafka 4.0

2023-12-07 Thread Jason Gustafson
Minor correction: only `SaslHandshake` was introduced in KIP-43. `SaslAuthenticate` came later in KIP-152. On Thu, Dec 7, 2023 at 3:18 PM Jason Gustafson wrote: > Hey Ismael, > > I'm considering if we can do something in this KIP for the SASL baggage > we've accumulated. Prior to the existence

Re: [VOTE] KIP-896: Remove old client protocol API versions in Kafka 4.0

2023-12-07 Thread Jason Gustafson
Hey Ismael, I'm considering if we can do something in this KIP for the SASL baggage we've accumulated. Prior to the existence of the `SaslHandshake` API, we supported the raw SASL protocol. The main gap was that it did not support negotiation of the SASL method. This was fixed in

Re: [DISCUSS] KIP-939: Support Participation in 2PC

2023-12-07 Thread Justine Olshan
Hey Artem, Thanks for the updates. I think what you say makes sense. I just updated my KIP so I want to reconcile some of the changes we made especially with respect to the TransactionLogValue. Firstly, I believe tagged fields require a default value so that if they are not filled, we return the

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

2023-12-07 Thread Apache Jenkins Server
See Changes: -- [...truncated 241975 lines...] > Task :storage:storage-api:compileTestJava > Task :storage:storage-api:testClasses > Task :server:compileTestJava > Task

Re: [VOTE] KIP-985 Add reverseRange and reverseAll query over kv-store in IQv2

2023-12-07 Thread Hanyu (Peter) Zheng
According to KIP-968, we added ResultOrder to this KIP and support withAscendingKeys() to the RangeQuery. Sincerely, Hanyu On Tue, Oct 17, 2023 at 11:25 AM Guozhang Wang wrote: > Seems my previous msg was sent to the wrong recipient, just resending.. > > On Fri, Oct 13, 2023 at 7:06 PM

Re: [VOTE] KIP-992 Proposal to introduce IQv2 Query Types: TimestampedKeyQuery and TimestampedRangeQuery

2023-12-07 Thread Hanyu (Peter) Zheng
According to KIP-968, we added ResultOrder to this KIP and support withAscendingKeys() to the TimestampedRangeQuery. Sincerely, Hanyu On Wed, Nov 8, 2023 at 11:04 AM Hanyu (Peter) Zheng wrote: > Hi all, > > This voting thread has been open for over 72 hours and has received enough > votes.

[jira] [Created] (KAFKA-15988) Kafka Connect OffsetsApiIntegrationTest takes too long

2023-12-07 Thread Chris Egerton (Jira)
Chris Egerton created KAFKA-15988: - Summary: Kafka Connect OffsetsApiIntegrationTest takes too long Key: KAFKA-15988 URL: https://issues.apache.org/jira/browse/KAFKA-15988 Project: Kafka

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

2023-12-07 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-15858) Broker stays fenced until all assignments are correct

2023-12-07 Thread Omnia Ibrahim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Omnia Ibrahim resolved KAFKA-15858. --- Resolution: Won't Fix `BrokerHeartbeatManager.calculateNextBrokerState` already keeps the

[jira] [Created] (KAFKA-15987) Refactor ReplicaManager code

2023-12-07 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-15987: -- Summary: Refactor ReplicaManager code Key: KAFKA-15987 URL: https://issues.apache.org/jira/browse/KAFKA-15987 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-15986) New consumer group protocol integration test failures

2023-12-07 Thread Andrew Schofield (Jira)
Andrew Schofield created KAFKA-15986: Summary: New consumer group protocol integration test failures Key: KAFKA-15986 URL: https://issues.apache.org/jira/browse/KAFKA-15986 Project: Kafka

Re: KIP-993: Allow restricting files accessed by File and Directory ConfigProviders

2023-12-07 Thread Chris Egerton
Hi Tina, Thanks for the KIP! Looks good overall. A few minor thoughts: 1. We can remove the "This page is meant as a template for writing a KIP" section from the beginning. 2. The type of the allowed.paths property is string in the KIP, but the description mentions it'll contain multiple

Re: KIP-993: Allow restricting files accessed by File and Directory ConfigProviders

2023-12-07 Thread Gantigmaa Selenge
Thank you Mickael. I'm going to leave the discussion thread open for a couple more days and if there are no further comments, I would like to start the vote for this KIP. Thanks. Regards, Tina On Wed, Dec 6, 2023 at 10:06 AM Mickael Maison wrote: > Hi, > > I'm not aware of any other

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

2023-12-07 Thread Apache Jenkins Server
See

[ANNOUNCE] Apache Kafka 3.6.1

2023-12-07 Thread Mickael Maison
The Apache Kafka community is pleased to announce the release for Apache Kafka 3.6.1 This is a bug fix release and it includes fixes and improvements from 30 JIRAs. All of the changes in this release can be found in the release notes: https://www.apache.org/dist/kafka/3.6.1/RELEASE_NOTES.html

Re: [PR] MINOR: Add 3.6.1 to downloads page [kafka-site]

2023-12-07 Thread via GitHub
mimaison merged PR #570: URL: https://github.com/apache/kafka-site/pull/570 -- 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:

Re: [PR] MINOR: Update docs for 3.6.1 [kafka-site]

2023-12-07 Thread via GitHub
mimaison merged PR #568: URL: https://github.com/apache/kafka-site/pull/568 -- 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-15985) Mirrormaker 2 offset sync is incomplete

2023-12-07 Thread Philipp Dallig (Jira)
Philipp Dallig created KAFKA-15985: -- Summary: Mirrormaker 2 offset sync is incomplete Key: KAFKA-15985 URL: https://issues.apache.org/jira/browse/KAFKA-15985 Project: Kafka Issue Type: Bug

Re: Contributor permissions request

2023-12-07 Thread Mickael Maison
Hi, I've granted you permissions on Jira and on the wiki. Thanks, Mickael On Thu, Dec 7, 2023 at 9:30 AM Simranjit Singh wrote: > > Hi Team, > > I'm interested in contributing to Kafka. I'm employed at Apple Inc and our > team maintains and uses Kafka heavily, our team basically is the

Re: Contributor permissions request

2023-12-07 Thread Mickael Maison
Hi Navdeep, I granted you permissions and replied to your thread on November 20. See https://lists.apache.org/thread/9sff5sbhthq849rsq8xo425t73k2xy55 Let us know if it's not working. Thanks, Mickael On Thu, Dec 7, 2023 at 9:31 AM wrote: > > Hello, > > Bumping this thread. Could someone please

Re: Contributor permissions request

2023-12-07 Thread sekhon
Hello, Bumping this thread. Could someone please grant the contributor access? Thanks, Navdeep > On Nov 16, 2023, at 4:56 PM, sek...@apple.com wrote: > > Requesting contributor permissions. > > JIRA username: navdeep > GitHub username: navdeepsekhon > Wiki username: navdeep > > > Thanks, >

Contributor permissions request

2023-12-07 Thread Simranjit Singh
Hi Team, I'm interested in contributing to Kafka. I'm employed at Apple Inc and our team maintains and uses Kafka heavily, our team basically is the transport team for the entire Apple org and we eat, live and breathe Kafka on a daily basis :) We are solving some interesting problems & issues