Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-22 Thread Viktor Somogyi-Vass
Thanks David :) On Thu, Jul 21, 2022 at 6:00 PM David Arthur wrote: > Viktor, seeing as it's been on trunk for a while and is a very small > change, it seems fine to include in this release. I just finished building > the RC, but haven't started a vote thread yet. Good timing on your part :) > I

Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-21 Thread David Arthur
Viktor, seeing as it's been on trunk for a while and is a very small change, it seems fine to include in this release. I just finished building the RC, but haven't started a vote thread yet. Good timing on your part :) I'll merge this PR shortly and start a new RC build. -David On Thu, Jul 21, 20

Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-21 Thread Viktor Somogyi-Vass
Hi David, Found an issue (tight loop in the consumer), fixed it on trunk and backported it onto the 3.2 branch. Is it possible to include this in the 3.2.1 release? https://github.com/apache/kafka/pull/12417 Thanks, Viktor On Tue, Jul 19, 2022 at 5:57 PM Randall Hauch wrote: > Hi, Chris S and

Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-19 Thread Randall Hauch
Hi, Chris S and Chris E, Thanks for quickly working on and reviewing the https://issues.apache.org/jira/browse/KAFKA-14079 issue mentioned above. The two PRs you created, one for the `trunk` branch and one for the `3.2` branch, have both been merged, and the issue has been marked as resolved. Bes

Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-17 Thread Christopher Shannon
Hi Chris E. Thanks for all the feedback earlier, I updated the PR based on your comments and also pushed a second PR for trunk for 3.3.0 I agree the impact is high which is why I found the issue. I recently turned on this feature and suddenly my connect worker/task kept periodically falling over

Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-17 Thread Chris Egerton
Hi Chris, Good find, and thanks for filing a fix. I agree that we should get this into 3.2.1 if possible. The risk is fairly low (the functional parts of the fix are just two lines long) and the impact of the bug is high for users who have configured source connectors with "errors.tolerance" set t

Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-16 Thread Christopher Shannon
HI, I think I found a memory leak that was introduced in 3.2.0 in a Connector SourceTask. I created a JIRA: https://issues.apache.org/jira/browse/KAFKA-14079 and small PR with a fix: https://github.com/apache/kafka/pull/12412 I think this should be included in 3.2.1. It should also go into 3.3.0

Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-15 Thread David Arthur
Here is the release plan for 3.2.1 https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.2.1 I am working on getting clarity on the one open blocker. Once that is resolved (or rescheduled for a future release), I will build the first release candidate. -David On Thu, Jul 14, 2022 at 3

Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-14 Thread Luke Chen
+1, Thanks David! On Thu, Jul 14, 2022 at 1:16 PM David Jacot wrote: > +1. Thanks David. > > Le mer. 13 juil. 2022 à 23:43, José Armando García Sancio > a écrit : > > > +1. Thanks for volunteering David. > > > > -- > > -José > > >

Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-13 Thread David Jacot
+1. Thanks David. Le mer. 13 juil. 2022 à 23:43, José Armando García Sancio a écrit : > +1. Thanks for volunteering David. > > -- > -José >

Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-13 Thread José Armando García Sancio
+1. Thanks for volunteering David. -- -José

[DISCUSS] Apache Kafka 3.2.1 release

2022-07-13 Thread David Arthur
Hey folks, I'd like to volunteer to be the release manager for a hotfix release of the 3.2 line. This will be the first hotfix release of this line and will be version 3.2.1. We have fixed several bugs since 3.2.0 including an OAuth token refresh bug, a problem with transaction markers, and a prot