Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-19 Thread Randall Hauch
Thanks, Sophie. Commits for all 3 issues mentioned earlier have been backported to the `2.6` branch. On Fri, Feb 19, 2021 at 2:08 PM Sophie Blee-Goldman wrote: > Thanks Randall. I think all three of those seem important and should be > merged back to the 2.6 branch. > > On Fri, Feb 19, 2021 at

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-19 Thread Sophie Blee-Goldman
Thanks Randall. I think all three of those seem important and should be merged back to the 2.6 branch. On Fri, Feb 19, 2021 at 10:01 AM Randall Hauch wrote: > Hi, Sophie. > > I have three new blockers related to a previous fix applied since 2.6.1 > that I'd like to merge to the 2.6 branch: > *

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-19 Thread Randall Hauch
Hi, Sophie. I have three new blockers related to a previous fix applied since 2.6.1 that I'd like to merge to the 2.6 branch: * https://issues.apache.org/jira/browse/KAFKA-12340 -- potential resource leak for Kafka*BackingStores used in Connect; PR is already approved and in trunk *

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-12 Thread Randall Hauch
This fix is merged and backported. Thanks! Best regards, Randall On Fri, Feb 12, 2021 at 12:22 PM Randall Hauch wrote: > Hi, Sophie: > > David J. has found a regression in MirrorMaker 2 that prevents the MM2 > executable from starting: > https://issues.apache.org/jira/browse/KAFKA-12326. This

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-12 Thread Sophie Blee-Goldman
Sounds good, thanks for the updates all On Fri, Feb 12, 2021, 10:30 AM Chia-Ping Tsai wrote: > hi Sophie > > I just cherry-pick a commit to 2.6 (see > https://github.com/apache/kafka/pull/10098) > > It fixes a bug in auto-generated protocol so I push the fix to all active > branches. > > Best

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-12 Thread Chia-Ping Tsai
hi Sophie I just cherry-pick a commit to 2.6 (see https://github.com/apache/kafka/pull/10098) It fixes a bug in auto-generated protocol so I push the fix to all active branches. Best Regards, Chia-Ping On 2021/01/27 22:43:41, Sophie Blee-Goldman wrote: > Hi all, > > I'd like to volunteer

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-12 Thread Randall Hauch
Hi, Sophie: David J. has found a regression in MirrorMaker 2 that prevents the MM2 executable from starting: https://issues.apache.org/jira/browse/KAFKA-12326. This was caused by a recent fix of mine ( https://issues.apache.org/jira/browse/KAFKA-10021) and is a serious regression limited to the

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-10 Thread Sophie Blee-Goldman
Ok, thanks for the update! On Wed, Feb 10, 2021 at 1:06 AM Luke Chen wrote: > Hi Ismael & Sophie, > Sorry, after some investigation, I think this might not be a defect. To > work with the project with a specific scala version, user might need to use > the same version as the project used. This

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-10 Thread Luke Chen
Hi Ismael & Sophie, Sorry, after some investigation, I think this might not be a defect. To work with the project with a specific scala version, user might need to use the same version as the project used. This issue also happened on other projects using scala, ex: Spark. ref:

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Luke Chen
I just saw the defect KAFKA-12312 , so I brought it to your attention. Do you think it's not a compatibility issue? If not, I think we don't need to cherry-pick the fix. Thanks. Luke On Wed, Feb 10, 2021 at 11:16 AM Ismael Juma wrote: > It's a

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Ismael Juma
It's a perf improvement, there was no regression. I think Luke needs to be clearer how this impacts users. Luke, are you referring to cases where someone runs the broker in an embedded scenario (eg tests)? Ismael On Tue, Feb 9, 2021, 6:50 PM Sophie Blee-Goldman wrote: > What do you think

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Sophie Blee-Goldman
What do you think Ismael? I agreed initially because I saw the commit message says it fixes a performance regression. But admittedly I don't have much context on this particular issue If it's low risk then I don't have a strong argument against including it. However I aim to cut the rc tomorrow

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Luke Chen
Hi Ismael, Yes, I agree it's like an improvement, not a bug. I don't insist on putting it into 2.6, just want to bring it to your attention. In my opinion, this issue will block users who adopt the scala 2.13.4 or later to use Kafka 2.6. So if we still have time, we can consider to cherry-pick the

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Ismael Juma
Can you elaborate why this needs to be in 2.6? Seems like an improvement versus a critical bug fix. Ismael On Mon, Feb 8, 2021 at 6:39 PM Luke Chen wrote: > Hi Sophie, > I found there is 1 issue that should be cherry-picked into 2.6 and 2.7 > branches: KAFKA-12312

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-09 Thread Sophie Blee-Goldman
Sure, you can go ahead and merge that back to the 2.6 branch. I'll hold off on cutting the RC until then On Mon, Feb 8, 2021 at 6:39 PM Luke Chen wrote: > Hi Sophie, > I found there is 1 issue that should be cherry-picked into 2.6 and 2.7 > branches: KAFKA-12312

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-08 Thread Luke Chen
Hi Sophie, I found there is 1 issue that should be cherry-picked into 2.6 and 2.7 branches: KAFKA-12312 . Simply put, *Scala* *2.13.4* is released at the end of 2020, and we upgraded to it and fixed some compatible issues on this PR

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-02-08 Thread Sophie Blee-Goldman
Hey all, Since all outstanding bugfixes seem to have made their way over to the 2.6 branch by now, I plan to move ahead with cutting an RC. As always, please let me know if you uncover and critical or blocker bugs that affect 2.6 Thanks! Sophie On Thu, Jan 28, 2021 at 9:25 AM John Roesler

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-01-28 Thread John Roesler
Thanks so much for stepping up, Sophie! I'm +1 -John On Wed, 2021-01-27 at 17:59 -0500, Bill Bejeck wrote: > Thanks for taking this on Sophie. +1 > > Bill > > On Wed, Jan 27, 2021 at 5:59 PM Ismael Juma wrote: > > > Thanks Sophie! +1 > > > > Ismael > > > > On Wed, Jan 27, 2021 at 2:45 PM

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-01-27 Thread Bill Bejeck
Thanks for taking this on Sophie. +1 Bill On Wed, Jan 27, 2021 at 5:59 PM Ismael Juma wrote: > Thanks Sophie! +1 > > Ismael > > On Wed, Jan 27, 2021 at 2:45 PM Sophie Blee-Goldman > wrote: > > > Hi all, > > > > I'd like to volunteer as release manager for a 2.6.2 release. This is > being > >

Re: [DISCUSS] Apache Kafka 2.6.2 release

2021-01-27 Thread Ismael Juma
Thanks Sophie! +1 Ismael On Wed, Jan 27, 2021 at 2:45 PM Sophie Blee-Goldman wrote: > Hi all, > > I'd like to volunteer as release manager for a 2.6.2 release. This is being > accelerated > to address a critical regression in Kafka Streams for Windows users. > > You can find the release plan

[DISCUSS] Apache Kafka 2.6.2 release

2021-01-27 Thread Sophie Blee-Goldman
Hi all, I'd like to volunteer as release manager for a 2.6.2 release. This is being accelerated to address a critical regression in Kafka Streams for Windows users. You can find the release plan on the wiki: https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+2.6.2 Thanks, Sophie