Re: [VOTE] 3.1.0 RC0

2022-01-07 Thread Luke Chen
Hi David,

I've done:
1. Verified checksums and signatures
2. Ran quick start using scala 2.13
3. Browse the java doc

All looks good.
+1 (non-binding)

Thanks for running the release.

Luke


On Fri, Jan 7, 2022 at 11:38 PM Israel Ekpo  wrote:

> So far we have 1 binding +1 vote and 4 non-binding +1 votes.
>
> Could we get more participation from community members with binding votes
> so close it out by the deadline today?
>
> We have approximately 13 hours left for voting
>
> Thanks
>
> Israel Ekpo
> Lead Instructor, IzzyAcademy.com
> https://www.youtube.com/c/izzyacademy
> https://izzyacademy.com/
>
>
> On Mon, Jan 3, 2022 at 6:53 PM Jakub Scholz  wrote:
>
> > +1 (non-binding). I used the staged Scala 2.13 binaries and the staging
> > Maven repository to run my tests. All seems to work fine.
> >
> > Thanks for running the release David!
> >
> > Jakub
> >
> > On Thu, Dec 23, 2021 at 11:17 PM David Jacot  wrote:
> >
> > > Hello Kafka users, developers and client-developers,
> > >
> > > This is the first candidate for release of Apache Kafka 3.1.0.
> > >
> > > * Apache Kafka supports Java 17
> > > * The FetchRequest supports Topic IDs (KIP-516)
> > > * Extend SASL/OAUTHBEARER with support for OIDC (KIP-768)
> > > * Add broker count metrics (KIP-748)
> > > * Differentiate consistently metric latency measured in millis and
> > > nanos (KIP-773)
> > > * The eager rebalance protocol is deprecated (KAFKA-13439)
> > > * Add TaskId field to StreamsException (KIP-783)
> > > * Custom partitioners in foreign-key joins (KIP-775)
> > > * Fetch/findSessions queries with open endpoints for
> > > SessionStore/WindowStore (KIP-766)
> > > * Range queries with open endpoints (KIP-763)
> > > * Add total blocked time metric to Streams (KIP-761)
> > > * Add additional configuration to control MirrorMaker2 internal topics
> > > naming convention (KIP-690)
> > >
> > > Release notes for the 3.1.0 release:
> > > https://home.apache.org/~dajac/kafka-3.1.0-rc0/RELEASE_NOTES.html
> > >
> > > *** Please download, test and vote by Friday, January 7, 9am PT
> > >
> > > Kafka's KEYS file containing PGP keys we use to sign the release:
> > > https://kafka.apache.org/KEYS
> > >
> > > * Release artifacts to be voted upon (source and binary):
> > > https://home.apache.org/~dajac/kafka-3.1.0-rc0/
> > >
> > > * Maven artifacts to be voted upon:
> > > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > >
> > > * Javadoc:
> > > https://home.apache.org/~dajac/kafka-3.1.0-rc0/javadoc/
> > >
> > > * Tag to be voted upon (off 3.1 branch) is the 3.1.0 tag:
> > > https://github.com/apache/kafka/releases/tag/3.1.0-rc0
> > >
> > > * Documentation:
> > > https://kafka.apache.org/31/documentation.html
> > >
> > > * Protocol:
> > > https://kafka.apache.org/31/protocol.html
> > >
> > > * Successful Jenkins builds for the 3.1 branch:
> > > Unit/integration tests:
> > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.1/42/
> > > System tests:
> > > https://jenkins.confluent.io/job/system-test-kafka/job/3.1/44/
> > >
> > > /**
> > >
> > > Thanks,
> > > David
> > >
> >
>


[jira] [Resolved] (KAFKA-13528) KRaft RegisterBroker should validate that the cluster ID matches

2022-01-07 Thread dengziming (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

dengziming resolved KAFKA-13528.

Resolution: Fixed

> KRaft RegisterBroker should validate that the cluster ID matches
> 
>
> Key: KAFKA-13528
> URL: https://issues.apache.org/jira/browse/KAFKA-13528
> Project: Kafka
>  Issue Type: Bug
>Reporter: Colin McCabe
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (KAFKA-13580) Bump dependency versions to latest patch to inherit bug and security fixes

2022-01-07 Thread Boojapho (Jira)
Boojapho created KAFKA-13580:


 Summary: Bump dependency versions to latest patch to inherit bug 
and security fixes
 Key: KAFKA-13580
 URL: https://issues.apache.org/jira/browse/KAFKA-13580
 Project: Kafka
  Issue Type: Task
  Components: build
Affects Versions: 3.0.0
Reporter: Boojapho


Many of the dependencies in 
[gradle/dependencies.gradle|https://github.com/apache/kafka/blob/9e579587acc1678d0f69b7a57df375310267f6ec/gradle/dependencies.gradle]
 need to be bumped prior to Apache 3.1 release to inherit bug and security 
fixes.  I know netty, jetty, and jackson need updates.  But, there may be 
others.  They should all be checked and updated.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


Re: [VOTE] 3.1.0 RC0

2022-01-07 Thread Israel Ekpo
So far we have 1 binding +1 vote and 4 non-binding +1 votes.

Could we get more participation from community members with binding votes
so close it out by the deadline today?

We have approximately 13 hours left for voting

Thanks

Israel Ekpo
Lead Instructor, IzzyAcademy.com
https://www.youtube.com/c/izzyacademy
https://izzyacademy.com/


On Mon, Jan 3, 2022 at 6:53 PM Jakub Scholz  wrote:

> +1 (non-binding). I used the staged Scala 2.13 binaries and the staging
> Maven repository to run my tests. All seems to work fine.
>
> Thanks for running the release David!
>
> Jakub
>
> On Thu, Dec 23, 2021 at 11:17 PM David Jacot  wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> > This is the first candidate for release of Apache Kafka 3.1.0.
> >
> > * Apache Kafka supports Java 17
> > * The FetchRequest supports Topic IDs (KIP-516)
> > * Extend SASL/OAUTHBEARER with support for OIDC (KIP-768)
> > * Add broker count metrics (KIP-748)
> > * Differentiate consistently metric latency measured in millis and
> > nanos (KIP-773)
> > * The eager rebalance protocol is deprecated (KAFKA-13439)
> > * Add TaskId field to StreamsException (KIP-783)
> > * Custom partitioners in foreign-key joins (KIP-775)
> > * Fetch/findSessions queries with open endpoints for
> > SessionStore/WindowStore (KIP-766)
> > * Range queries with open endpoints (KIP-763)
> > * Add total blocked time metric to Streams (KIP-761)
> > * Add additional configuration to control MirrorMaker2 internal topics
> > naming convention (KIP-690)
> >
> > Release notes for the 3.1.0 release:
> > https://home.apache.org/~dajac/kafka-3.1.0-rc0/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Friday, January 7, 9am PT
> >
> > Kafka's KEYS file containing PGP keys we use to sign the release:
> > https://kafka.apache.org/KEYS
> >
> > * Release artifacts to be voted upon (source and binary):
> > https://home.apache.org/~dajac/kafka-3.1.0-rc0/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~dajac/kafka-3.1.0-rc0/javadoc/
> >
> > * Tag to be voted upon (off 3.1 branch) is the 3.1.0 tag:
> > https://github.com/apache/kafka/releases/tag/3.1.0-rc0
> >
> > * Documentation:
> > https://kafka.apache.org/31/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/31/protocol.html
> >
> > * Successful Jenkins builds for the 3.1 branch:
> > Unit/integration tests:
> > https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.1/42/
> > System tests:
> > https://jenkins.confluent.io/job/system-test-kafka/job/3.1/44/
> >
> > /**
> >
> > Thanks,
> > David
> >
>


[jira] [Created] (KAFKA-13579) Upgrade vulnerable dependencies for jetty packages

2022-01-07 Thread Shivakumar (Jira)
Shivakumar created KAFKA-13579:
--

 Summary: Upgrade vulnerable dependencies for jetty packages 
 Key: KAFKA-13579
 URL: https://issues.apache.org/jira/browse/KAFKA-13579
 Project: Kafka
  Issue Type: Bug
Affects Versions: 2.8.1
Reporter: Shivakumar


|Packages|Package Version|CVSS|Fix Status|
|org.eclipse.jetty_jetty-server|9.4.43.v20210629|5.5|fixed in 9.4.44|
|org.eclipse.jetty_jetty-servlet|9.4.43.v20210629|5.5|fixed in 9.4.44|

Our security scan detected the above vulnerabilities

upgrade to correct versions for fixing vulnerabilities



--
This message was sent by Atlassian Jira
(v8.20.1#820001)