There is a bug I found that I think is worthwhile fixing in 3.3.0 (I also
sent a note to 3.2.1 thread):
https://issues.apache.org/jira/browse/KAFKA-14079

On Thu, Jul 14, 2022 at 7:56 PM Jason Gustafson <ja...@confluent.io.invalid>
wrote:

> Hey Jose,
>
> Thanks for volunteering to manage the release! KIP-833 is currently slotted
> for 3.3. We've been getting some help from Jack Vanlighty to validate the
> raft implementation in TLA+ and with frameworks like Jepsen. The
> specification is written here if anyone is interested:
>
> https://github.com/Vanlightly/raft-tlaplus/blob/main/specifications/pull-raft/KRaft.tla
> .
> The main gap that this work uncovered in our implementation is documented
> here: https://issues.apache.org/jira/browse/KAFKA-14077. I do believe that
> KIP-833 depends on fixing this issue, so I wanted to see how you feel about
> giving us a little more time to address it?
>
> Thanks,
> Jason
>
> On Wed, Jul 13, 2022 at 10:01 AM Sagar <sagarmeansoc...@gmail.com> wrote:
>
> > Hey Jose,
> >
> > Well actually I have 2 approved PRs from Kafka Connect:
> >
> > https://github.com/apache/kafka/pull/12321
> > https://github.com/apache/kafka/pull/12309
> >
> > Not sure how to get these merged though but I think these can go into 3.3
> > release.
> >
> > Thanks!
> > Sagar.
> >
> >
> > On Wed, Jul 13, 2022 at 5:03 PM Divij Vaidya <divijvaidy...@gmail.com>
> > wrote:
> >
> > > Hey Jose
> > >
> > > A few of my PRs are pending review for quite some which I was hoping to
> > > merge into 3.3. I have already marked them with "Fix version=3.3.0" so
> > that
> > > you can track them using the JIRA filter you shared earlier
> > > <
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20fixVersion%20%3D%203.3.0%20AND%20status%20not%20in%20(resolved%2C%20closed)%20ORDER%20BY%20priority%20DESC%2C%20status%20DESC%2C%20updated%20DESC%20%20%20%20%20%20
> > > >
> > > in this thread. Would you have some time to review them?
> > >
> > > Notable amongst them would be:
> > > 1. Fix the rate window size calculation for edge cases -
> > > https://github.com/apache/kafka/pull/12184
> > > 2. Fix resource leaks - https://github.com/apache/kafka/pull/12228
> > >
> > > And the complete list would be at:
> > >
> > >
> >
> https://github.com/search?q=is%3Aopen+is%3Apr+author%3Adivijvaidya+is%3Apr+repo%3Aapache%2Fkafka+created%3A2022-04-01..2022-07-30&type=Issues
> > >
> > >
> > > --
> > > Divij Vaidya
> > >
> > >
> > >
> > > On Mon, Jul 11, 2022 at 5:12 PM José Armando García Sancio
> > > <jsan...@confluent.io.invalid> wrote:
> > >
> > > > Hi all,
> > > >
> > > > I created the branch for 3.3
> > > > (https://github.com/apache/kafka/tree/3.3). If you have bug fixes
> for
> > > > the 3.3.0 release please make sure to cherry pick them to that
> branch.
> > > >
> > > > Thanks
> > > >
> > >
> >
>

Reply via email to