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

2021-09-29 Thread Apache Jenkins Server
See Changes: -- [...truncated 495695 lines...] [2021-09-30T03:37:16.818Z] > Task :raft:compileTestJava UP-TO-DATE [2021-09-30T03:37:16.818Z] > Task :raft:testClasses

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.0 #144

2021-09-29 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-13336) Migrate StreamsBuilder class to interface with factory method on KafkaStreams

2021-09-29 Thread A. Sophie Blee-Goldman (Jira)
A. Sophie Blee-Goldman created KAFKA-13336: -- Summary: Migrate StreamsBuilder class to interface with factory method on KafkaStreams Key: KAFKA-13336 URL: https://issues.apache.org/jira/browse/KAFKA-13336

[GitHub] [kafka-site] mjsax commented on pull request #376: MINOR: remove note on future multi-cluster support of Kafka Streams

2021-09-29 Thread GitBox
mjsax commented on pull request #376: URL: https://github.com/apache/kafka-site/pull/376#issuecomment-930596904 Good catch! Wrong `Tip:` section Let me fix this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [kafka-site] mjsax commented on pull request #376: MINOR: remove note on future multi-cluster support of Kafka Streams

2021-09-29 Thread GitBox
mjsax commented on pull request #376: URL: https://github.com/apache/kafka-site/pull/376#issuecomment-930596904 Good catch! Wrong `Tip:` section Let me fix this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [DISCUSS] KIP-778 KRaft Upgrades

2021-09-29 Thread José Armando García Sancio
One more comment. 7.Downgrade records I think we should explicitly mention that the downgrade process will downgrade both metadata records and controller records. In KIP-630 we introduced two control records for snapshots.

Re: [DISCUSS] KIP-778 KRaft Upgrades

2021-09-29 Thread José Armando García Sancio
Thank you David for the detailed KIP. 1. Generate snapshot on upgrade > Metadata snapshot is generated and sent to the other nodes Why does the Active Controller need to generate a new snapshot and force a snapshot fetch from the replicas (inactive controller and brokers) on an upgrade? Isn't

[DISCUSS] KIP-778 KRaft Upgrades

2021-09-29 Thread David Arthur
Hey all, I'd like to start a discussion around upgrades for KRaft. This design does not cover any of the ZooKeeper to KRaft migration (which will be covered in a future KIP). The proposal includes the addition of a "metadata.version" feature flag and deprecates the IBP. A procedure for

Re: [VOTE] KIP-775: Custom partitioners in foreign key joins

2021-09-29 Thread Guozhang Wang
+1. Thanks Victoria! On Tue, Sep 28, 2021 at 2:40 PM John Roesler wrote: > +1 (binding) > > Thanks, Victoria! > > -John > > On Tue, Sep 28, 2021, at 16:29, Adam Bellemare wrote: > > +1 (non-binding) > > > > Glad to see this in here :) > > > > On Tue, Sep 28, 2021 at 5:11 PM Bill Bejeck wrote:

Re: [DISCUSS] KIP-777: Improved testability for Admin client

2021-09-29 Thread Colin McCabe
Hi Tom, Maybe I'm missing something, but I don't see the difference between this and KIP-692. If the constructors are public APIs, then we must assume that anyone who needs more values will need to add more constructors. This KIP spells that out, whereas KIP-692 did not, but I think it was

Updating the Kafka clients page

2021-09-29 Thread fgm
Hello, I would like to update the clients page at https://cwiki.apache.org/confluence/display/KAFKA/Clients to add the Drupal client in the PHP section. However, although the page is self-described as allowing anyone to edit, I don't have the Edit button, so cannot do it. Martin Grigorov

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

2021-09-29 Thread Apache Jenkins Server
See Changes: -- [...truncated 495650 lines...] [2021-09-29T09:08:56.019Z] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ streams-quickstart-java ---

Re: [DISCUSS] Apache Kafka 3.1.0 release

2021-09-29 Thread Chris Egerton
Thanks David! On Wed, Sep 29, 2021 at 2:56 AM David Jacot wrote: > Hi Chris, > > Sure thing. I have added KIP-618 to the release plan. Thanks for the heads > up. > > Best, > David > > On Wed, Sep 29, 2021 at 8:53 AM David Jacot wrote: > > > Hi Kirk, > > > > Yes, it is definitely possible if

[jira] [Created] (KAFKA-13335) Upgrading connect from 2.7.0 to 2.8.0 causes worker instability

2021-09-29 Thread John Gray (Jira)
John Gray created KAFKA-13335: - Summary: Upgrading connect from 2.7.0 to 2.8.0 causes worker instability Key: KAFKA-13335 URL: https://issues.apache.org/jira/browse/KAFKA-13335 Project: Kafka

Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.0 #143

2021-09-29 Thread Apache Jenkins Server
See

[GitHub] [kafka-site] IvanVas opened a new pull request #377: Fixes a 'Persistance' doc

2021-09-29 Thread GitBox
IvanVas opened a new pull request #377: URL: https://github.com/apache/kafka-site/pull/377 I think JBOD and RAID-5 are mutually exclusive, so there's probably a mistake here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[DISCUSS] KIP-777: Improved testability for Admin client

2021-09-29 Thread Tom Bentley
Hi, Following Ismael's question in the discussion of KIP-774 (Deprecate public access to Admin client's *Result constructors), I'd like to propose the alternative resolution of making all the constructors public.

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 2.8 #87

2021-09-29 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-13334) ERROR Failed to clean up log for __consumer_offsets

2021-09-29 Thread Udaya Kumar (Jira)
Udaya Kumar created KAFKA-13334: --- Summary: ERROR Failed to clean up log for __consumer_offsets Key: KAFKA-13334 URL: https://issues.apache.org/jira/browse/KAFKA-13334 Project: Kafka Issue

Re: [DISCUSS] Apache Kafka 3.1.0 release

2021-09-29 Thread David Jacot
Hi Chris, Sure thing. I have added KIP-618 to the release plan. Thanks for the heads up. Best, David On Wed, Sep 29, 2021 at 8:53 AM David Jacot wrote: > Hi Kirk, > > Yes, it is definitely possible if you can get the KIP voted before the KIP > freeze > and the code committed before the

Re: [DISCUSS] Apache Kafka 3.1.0 release

2021-09-29 Thread David Jacot
Hi Kirk, Yes, it is definitely possible if you can get the KIP voted before the KIP freeze and the code committed before the feature freeze. Please, let me know when the KIP is voted and I will add it to the release plan. Thanks, David On Tue, Sep 28, 2021 at 7:05 PM Chris Egerton wrote: > Hi

[GitHub] [kafka-site] mjsax opened a new pull request #376: MINOR: remove note on future multi-cluster support of Kafka Streams

2021-09-29 Thread GitBox
mjsax opened a new pull request #376: URL: https://github.com/apache/kafka-site/pull/376 Follow up to https://github.com/apache/kafka/pull/11363 -- 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