Hi Manikumar, There is a new bug report that we think is a blocker:
https://issues.apache.org/jira/browse/KAFKA-9169 https://github.com/apache/kafka/pull/7681 See also the dev@ thread entitled "Why standby tasks read from the StandbyTasks::checkpointedOffsets in assignStandbyPartitions()" for context. I'm working on a test now. Thanks, -John On Mon, Nov 11, 2019 at 10:42 AM Manikumar <manikumar.re...@gmail.com> wrote: > > Hi all, > > I am trying to get stable system test runs on 2.4 branch. While analyzing > the ReassignPartitionsTest failure, > Rajini identified a issue, which can cause a successful produce to be > failed. Thanks to Rajini for identifying the issue. > > https://issues.apache.org/jira/browse/KAFKA-9171 > https://github.com/apache/kafka/pull/7678 > > Thanks, > > On Mon, Nov 4, 2019 at 10:03 PM Manikumar <manikumar.re...@gmail.com> wrote: > > > Hi all, > > > > The underlying issue of KAFKA-8677 can cause data loss in consumers. I > > have included KAFKA-8677 as blocker to 2.4 release. > > Thanks to Guozhang for identifying the issue. > > > > https://issues.apache.org/jira/browse/KAFKA-8677 > > PR: https://github.com/apache/kafka/pull/7613 > > > > Thanks > > > > On Fri, Nov 1, 2019 at 9:20 PM Manikumar <manikumar.re...@gmail.com> > > wrote: > > > >> Hi All, > >> > >> We still have couple of blockers to close. PRs available for both the > >> blockers. > >> > >> https://issues.apache.org/jira/browse/KAFKA-8972 > >> https://issues.apache.org/jira/browse/KAFKA-9080 > >> > >> > >> Thanks, > >> > >> > >> On Fri, Oct 25, 2019 at 10:48 PM Manikumar <manikumar.re...@gmail.com> > >> wrote: > >> > >>> Hi all, > >>> > >>> Quick update on the 2.4 release. We still have one blocker to close. > >>> I will create the first RC after closing the blocker. > >>> > >>> https://issues.apache.org/jira/browse/KAFKA-8972 > >>> > >>> Thank you! > >>> > >>> On Fri, Oct 18, 2019 at 12:51 AM Matthias J. Sax <matth...@confluent.io> > >>> wrote: > >>> > >>>> Just FYI: > >>>> > >>>> There was also https://issues.apache.org/jira/browse/KAFKA-9058 that I > >>>> just merged. > >>>> > >>>> > >>>> -Matthias > >>>> > >>>> On 10/17/19 7:59 AM, Manikumar wrote: > >>>> > Hi all, > >>>> > > >>>> > The code freeze deadline has now passed and at this point only > >>>> blockers > >>>> > will be allowed. > >>>> > We have three blockers for 2.4.0. I will move out most of the JIRAs > >>>> that > >>>> > aren't currently > >>>> > being worked on. If you think any of the other JIRAs are critical to > >>>> > include in 2.4.0, > >>>> > please update the fix version, mark as blocker and ensure a PR is > >>>> ready to > >>>> > merge. > >>>> > I will create the first RC as soon as we close the blockers. > >>>> > Please help to close out the 2.4.0 JIRAs. > >>>> > > >>>> > current blockers: > >>>> > https://issues.apache.org/jira/browse/KAFKA-8943 > >>>> > https://issues.apache.org/jira/browse/KAFKA-8992 > >>>> > https://issues.apache.org/jira/browse/KAFKA-8972 > >>>> > > >>>> > Thank you! > >>>> > > >>>> > On Tue, Oct 8, 2019 at 8:27 PM Manikumar <manikumar.re...@gmail.com> > >>>> wrote: > >>>> > > >>>> >> Thanks Bruno. We will mark KIP-471 as complete. > >>>> >> > >>>> >> On Tue, Oct 8, 2019 at 2:39 PM Bruno Cadonna <br...@confluent.io> > >>>> wrote: > >>>> >> > >>>> >>> Hi Manikumar, > >>>> >>> > >>>> >>> It is technically true that KIP-471 is not completed, but the only > >>>> >>> aspect that is not there are merely two metrics that I could not add > >>>> >>> due to the RocksDB version currently used in Streams. Adding those > >>>> two > >>>> >>> metrics once the RocksDB version will have been increased, will be a > >>>> >>> minor effort. So, I would consider KIP-471 as complete with those > >>>> two > >>>> >>> metrics blocked. > >>>> >>> > >>>> >>> Best, > >>>> >>> Bruno > >>>> >>> > >>>> >>> On Mon, Oct 7, 2019 at 8:44 PM Manikumar <manikumar.re...@gmail.com > >>>> > > >>>> >>> wrote: > >>>> >>>> > >>>> >>>> Hi all, > >>>> >>>> > >>>> >>>> I have moved couple of accepted KIPs without a PR to the next > >>>> release. > >>>> >>> We > >>>> >>>> still have quite a few KIPs > >>>> >>>> with PRs that are being reviewed, but haven't yet been merged. I > >>>> have > >>>> >>> left > >>>> >>>> all of these in assuming these > >>>> >>>> PRs are ready and not risky to merge. Please update your assigned > >>>> >>>> KIPs/JIRAs, if they are not ready and > >>>> >>>> if you know they cannot make it to 2.4.0. > >>>> >>>> > >>>> >>>> Please ensure that all KIPs for 2.4.0 have been merged by Oct > >>>> 16th. Any > >>>> >>>> remaining KIPs > >>>> >>>> will be moved to the next release. > >>>> >>>> > >>>> >>>> The KIPs still in progress are: > >>>> >>>> > >>>> >>>> - KIP-517: Add consumer metrics to observe user poll behavior > >>>> >>>> < > >>>> >>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-517%3A+Add+consumer+metrics+to+observe+user+poll+behavior > >>>> >>>>> > >>>> >>>> > >>>> >>>> - KIP-511: Collect and Expose Client's Name and Version in the > >>>> Brokers > >>>> >>>> < > >>>> >>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-511%3A+Collect+and+Expose+Client%27s+Name+and+Version+in+the+Brokers > >>>> >>>>> > >>>> >>>> > >>>> >>>> - KIP-474: To deprecate WindowStore#put(key, value) > >>>> >>>> <https://issues.apache.org/jira/browse/KAFKA-7245> > >>>> >>>> > >>>> >>>> - KIP-471: Expose RocksDB Metrics in Kafka Streams > >>>> >>>> < > >>>> >>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-471%3A+Expose+RocksDB+Metrics+in+Kafka+Streams > >>>> >>>>> > >>>> >>>> > >>>> >>>> - KIP-466: Add support for List<T> serialization and > >>>> deserialization > >>>> >>>> < > >>>> >>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-466%3A+Add+support+for+List > >>>> >>>> <T>+serialization+and+deserialization> > >>>> >>>> > >>>> >>>> - KIP-455: Create an Administrative API for Replica Reassignment > >>>> >>>> < > >>>> >>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-455%3A+Create+an+Administrative+API+for+Replica+Reassignment > >>>> >>>>> > >>>> >>>> > >>>> >>>> - KIP-446: Add changelog topic configuration to KTable suppress > >>>> >>>> < > >>>> >>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-446%3A+Add+changelog+topic+configuration+to+KTable+suppress > >>>> >>>>> > >>>> >>>> > >>>> >>>> - KIP-444: Augment metrics for Kafka Streams > >>>> >>>> < > >>>> >>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-444%3A+Augment+metrics+for+Kafka+Streams > >>>> >>>>> > >>>> >>>> > >>>> >>>> - KIP-434: Add Replica Fetcher and Log Cleaner Count Metrics > >>>> >>>> < > >>>> >>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-434%3A+Add+Replica+Fetcher+and+Log+Cleaner+Count+Metrics > >>>> >>>>> > >>>> >>>> > >>>> >>>> - KIP-401: TransformerSupplier/ProcessorSupplier StateStore > >>>> connecting > >>>> >>>> < > >>>> >>> > >>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97553756 > >>>> >>>> > >>>> >>>> > >>>> >>>> - KIP-396: Add Reset/List Offsets Operations to AdminClient > >>>> >>>> < > >>>> >>> > >>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97551484 > >>>> >>>>> > >>>> >>>> > >>>> >>>> - KIP-221: Enhance DSL with Connecting Topic Creation and > >>>> Repartition > >>>> >>> Hint > >>>> >>>> < > >>>> >>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-221%3A+Enhance+DSL+with+Connecting+Topic+Creation+and+Repartition+Hint > >>>> >>>>> > >>>> >>>> > >>>> >>>> > >>>> >>>> Thanks, > >>>> >>>> Manikumar > >>>> >>>> > >>>> >>>> On Thu, Oct 3, 2019 at 8:54 AM Manikumar < > >>>> manikumar.re...@gmail.com> > >>>> >>> wrote: > >>>> >>>> > >>>> >>>>> Hi all, > >>>> >>>>> > >>>> >>>>> Let's extend the feature freeze deadline to Friday to merge the > >>>> >>> current > >>>> >>>>> work in-progress PRs. > >>>> >>>>> Please ensure that all major features have been merged and that > >>>> any > >>>> >>> minor > >>>> >>>>> features have PRs by EOD Friday. > >>>> >>>>> We will be cutting the 2.4 release branch early on Monday morning. > >>>> >>>>> > >>>> >>>>> Thanks, > >>>> >>>>> Manikumar > >>>> >>>>> > >>>> >>>>> On Thu, Sep 26, 2019 at 7:30 PM Manikumar < > >>>> manikumar.re...@gmail.com> > >>>> >>>>> wrote: > >>>> >>>>> > >>>> >>>>>> Hi Gwen, > >>>> >>>>>> > >>>> >>>>>> As suggested by Ismael, If required, we can extend the feature > >>>> >>> freeze to > >>>> >>>>>> end of the week. > >>>> >>>>>> > >>>> >>>>>> Thanks, > >>>> >>>>>> > >>>> >>>>>> On Thu, Sep 26, 2019 at 7:32 AM Ismael Juma <ism...@juma.me.uk> > >>>> >>> wrote: > >>>> >>>>>> > >>>> >>>>>>> Hi Gwen, > >>>> >>>>>>> > >>>> >>>>>>> Good question. > >>>> >>>>>>> > >>>> >>>>>>> I think we should stick to the schedule. As usual, some features > >>>> >>> will > >>>> >>>>>>> slip > >>>> >>>>>>> to the next release and that's ok, they'll get a bit more time > >>>> to > >>>> >>>>>>> stabilize. In the past, we have allowed 1-2 days over the > >>>> feature > >>>> >>> freeze > >>>> >>>>>>> date (i.e. end of the week instead of Wednesday) for features > >>>> that > >>>> >>>>>>> narrowly > >>>> >>>>>>> miss the cut. I think that's probably OK to continue. > >>>> >>>>>>> > >>>> >>>>>>> Ismael > >>>> >>>>>>> > >>>> >>>>>>> On Wed, Sep 25, 2019, 6:01 PM Gwen Shapira <g...@confluent.io> > >>>> >>> wrote: > >>>> >>>>>>> > >>>> >>>>>>>> Hi Mani and team, > >>>> >>>>>>>> > >>>> >>>>>>>> The feature freeze deadline is right next to Kafka Summit, > >>>> making > >>>> >>> it a > >>>> >>>>>>>> bit stressful for the committers and community members with > >>>> PRs in > >>>> >>>>>>>> flight. What do you think about delaying the feature freeze and > >>>> >>> code > >>>> >>>>>>>> freeze by a week, to allow our community to enjoy Kafka Summit? > >>>> >>>>>>>> > >>>> >>>>>>>> Gwen > >>>> >>>>>>>> > >>>> >>>>>>>> On Wed, Sep 25, 2019 at 1:58 PM Randall Hauch < > >>>> rha...@gmail.com> > >>>> >>>>>>> wrote: > >>>> >>>>>>>>> > >>>> >>>>>>>>> Hi, Manikumar. > >>>> >>>>>>>>> > >>>> >>>>>>>>> Thanks for acting as release manager. Can we please add the > >>>> >>> following > >>>> >>>>>>>> KIPs > >>>> >>>>>>>>> that have all been approved with PRs either merged or in > >>>> >>> progress: > >>>> >>>>>>>>> > >>>> >>>>>>>>> > >>>> >>>>>>>>> - > >>>> >>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-415%3A+Incremental+Cooperative+Rebalancing+in+Kafka+Connect > >>>> >>>>>>>>> - > >>>> >>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-440%3A+Extend+Connect+Converter+to+support+headers > >>>> >>>>>>>>> - > >>>> >>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-481%3A+SerDe+Improvements+for+Connect+Decimal+type+in+JSON > >>>> >>>>>>>>> - > >>>> >>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-495%3A+Dynamically+Adjust+Log+Levels+in+Connect > >>>> >>>>>>>>> - > >>>> >>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-507%3A+Securing+Internal+Connect+REST+Endpoints > >>>> >>>>>>>>> (Chris > >>>> >>>>>>>>> E mentioned this above) > >>>> >>>>>>>>> - > >>>> >>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-521%3A+Enable+redirection+of+Connect%27s+log4j+messages+to+a+file+by+default > >>>> >>>>>>>>> (Konstantine > >>>> >>>>>>>>> mentioned this above) > >>>> >>>>>>>>> > >>>> >>>>>>>>> Thanks! > >>>> >>>>>>>>> > >>>> >>>>>>>>> Randall > >>>> >>>>>>>>> > >>>> >>>>>>>>> On Wed, Sep 25, 2019 at 1:45 PM Konstantine Karantasis < > >>>> >>>>>>>>> konstant...@confluent.io> wrote: > >>>> >>>>>>>>> > >>>> >>>>>>>>>> Hi Manikumar, > >>>> >>>>>>>>>> > >>>> >>>>>>>>>> let's add one more on the list that was voted on time and is > >>>> >>>>>>>>>> straightforward: > >>>> >>>>>>>>>> > >>>> >>>>>>>>>> KIP-521: > >>>> >>>>>>>>>> > >>>> >>>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-521%3A+Enable+redirection+of+Connect%27s+log4j+messages+to+a+file+by+default > >>>> >>>>>>>>>> with jira ticket: > >>>> >>>>>>>>>> https://issues.apache.org/jira/browse/KAFKA-5609 > >>>> >>>>>>>>>> and Component: > >>>> >>>>>>>>>> Connect > >>>> >>>>>>>>>> > >>>> >>>>>>>>>> Sincerely, > >>>> >>>>>>>>>> Konstantine > >>>> >>>>>>>>>> > >>>> >>>>>>>>>> > >>>> >>>>>>>>>> On Wed, Sep 25, 2019 at 10:24 AM Chris Egerton < > >>>> >>>>>>> chr...@confluent.io> > >>>> >>>>>>>>>> wrote: > >>>> >>>>>>>>>> > >>>> >>>>>>>>>>> Hi Manikumar, > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>>> Would it be possible to add KIP-507 ( > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-507%3A+Securing+Internal+Connect+REST+Endpoints > >>>> >>>>>>>>>>> ) > >>>> >>>>>>>>>>> to the 2.4 release, as it has recently been accepted? > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>>> Cheers, > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>>> Chris > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>>> On Tue, Sep 24, 2019 at 9:33 AM Kevin Lu < > >>>> >>> lu.ke...@berkeley.edu> > >>>> >>>>>>>> wrote: > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>>>> Hi Manikumar, > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>>> Please add KIP-517 as it is now accepted too > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-517%3A+Add+consumer+metrics+to+observe+user+poll+behavior > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>>> Thanks. > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>>> Regards, > >>>> >>>>>>>>>>>> Kevin > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>>> On Tue, Sep 24, 2019 at 7:25 AM Manikumar < > >>>> >>>>>>>> manikumar.re...@gmail.com> > >>>> >>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>>>> Hi All, > >>>> >>>>>>>>>>>>> > >>>> >>>>>>>>>>>>> Just a reminder that tomorrow (Sep 25, 2019) is the > >>>> >>> last date > >>>> >>>>>>>> for KIP > >>>> >>>>>>>>>>>>> acceptance for 2.4.0 release. > >>>> >>>>>>>>>>>>> > >>>> >>>>>>>>>>>>> Thanks, > >>>> >>>>>>>>>>>>> > >>>> >>>>>>>>>>>>> On Tue, Sep 24, 2019 at 7:05 PM Manikumar < > >>>> >>>>>>>> manikumar.re...@gmail.com > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>> Hi Rajini, > >>>> >>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>> Added KIP-525 to the release plan for tracking. > >>>> >>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>> Thanks, > >>>> >>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>> On Tue, Sep 24, 2019 at 4:36 PM Rajini Sivaram < > >>>> >>>>>>>>>>>> rajinisiva...@gmail.com> > >>>> >>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>> Hi Manikumar, > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>> Can we add KIP-525 ( > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>> > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-525+-+Return+topic+metadata+and+configs+in+CreateTopics+response > >>>> >>>>>>>>>>>>>>> ) > >>>> >>>>>>>>>>>>>>> to 2.4.0 release? It has been accepted and is a > >>>> >>> minor KIP. > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>> Thank you, > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>> Rajini > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>> On Fri, Sep 20, 2019 at 6:14 AM Manikumar < > >>>> >>>>>>>>>>> manikumar.re...@gmail.com> > >>>> >>>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>> Hi, > >>>> >>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>> Added KIP-401 to the wiki page for tracking. > >>>> >>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>> Thanks, > >>>> >>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>> On Fri, Sep 20, 2019 at 7:55 AM Paul Whalen < > >>>> >>>>>>>> pgwha...@gmail.com > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>> Manikumar, > >>>> >>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>> KIP-401 was accepted a few weeks ago and there > >>>> >>> is a PR > >>>> >>>>>>>> pending > >>>> >>>>>>>>>>>>> review, > >>>> >>>>>>>>>>>>>>>> can > >>>> >>>>>>>>>>>>>>>>> it be included in the release as well? > >>>> >>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>> Thanks, > >>>> >>>>>>>>>>>>>>>>> Paul > >>>> >>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>> On Mon, Sep 16, 2019 at 6:14 AM Manikumar < > >>>> >>>>>>>>>>>>> manikumar.re...@gmail.com> > >>>> >>>>>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>> Hi All, > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>> Just a reminder that any new/pending KIP must > >>>> >>> pass > >>>> >>>>>>> vote > >>>> >>>>>>>> by > >>>> >>>>>>>>>>> next > >>>> >>>>>>>>>>>>>>>> Wednesday > >>>> >>>>>>>>>>>>>>>>>> (Sep 25, 2019) to be included > >>>> >>>>>>>>>>>>>>>>>> in Apache Kafka 2.4.0 release. > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>> Also keep in mind that deadline for feature > >>>> >>> freeze > >>>> >>>>>>> is > >>>> >>>>>>>> Oct 2, > >>>> >>>>>>>>>>>> 2019. > >>>> >>>>>>>>>>>>>>>>>> In order to be included in the release, major > >>>> >>>>>>>> features/KIPs > >>>> >>>>>>>>>>> need > >>>> >>>>>>>>>>>>> to > >>>> >>>>>>>>>>>>>>> be > >>>> >>>>>>>>>>>>>>>>>> merged and minor features need to be > >>>> >>>>>>>>>>>>>>>>>> have PR ready. Any feature/KIP not in this > >>>> >>> state > >>>> >>>>>>> will > >>>> >>>>>>>> be > >>>> >>>>>>>>>>>>>>> automatically > >>>> >>>>>>>>>>>>>>>>>> moved to the next release after Oct 2. > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>> There are total 84 open > >>>> >>>>>>>>>>>>>>>>>> < > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>> > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20fixVersion%20%3D%202.4.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%20%20 > >>>> >>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>> JIRAs. Please update your assigned JIRAs, if > >>>> >>> you > >>>> >>>>>>> know > >>>> >>>>>>>> they > >>>> >>>>>>>>>>>> cannot > >>>> >>>>>>>>>>>>>>> make > >>>> >>>>>>>>>>>>>>>> it > >>>> >>>>>>>>>>>>>>>>>> to 2.4.0. > >>>> >>>>>>>>>>>>>>>>>> There are also quite a few JIRAs related to > >>>> >>> flaky > >>>> >>>>>>>> tests. We > >>>> >>>>>>>>>>>> really > >>>> >>>>>>>>>>>>>>>>>> appreciate any help on fixing these failing > >>>> >>> tests. > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>> Thanks, > >>>> >>>>>>>>>>>>>>>>>> Manikumar > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>> On Mon, Sep 16, 2019 at 4:08 PM Manikumar < > >>>> >>>>>>>>>>>>>>> manikumar.re...@gmail.com> > >>>> >>>>>>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>> Hi Mickael, > >>>> >>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>> Yes, we can include. Added KIP-396 to the > >>>> >>> wiki > >>>> >>>>>>> page > >>>> >>>>>>>> for > >>>> >>>>>>>>>>>>> tracking. > >>>> >>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>> Thanks, > >>>> >>>>>>>>>>>>>>>>>>> Manikumar > >>>> >>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>> On Mon, Sep 16, 2019 at 3:36 PM Mickael > >>>> >>> Maison < > >>>> >>>>>>>>>>>>>>>>> mickael.mai...@gmail.com > >>>> >>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>> Hi Manikumar, > >>>> >>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>> Can we also include KIP-396? > >>>> >>>>>>>>>>>>>>>>>>>> ( > >>>> >>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>> > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97551484 > >>>> >>>>>>>>>>>>>>>>>>>> ) > >>>> >>>>>>>>>>>>>>>>>>>> It has been accepted and the PR is ready for > >>>> >>>>>>> review: > >>>> >>>>>>>>>>>>>>>>>>>> https://github.com/apache/kafka/pull/7296 > >>>> >>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>> Thanks > >>>> >>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>> On Mon, Sep 16, 2019 at 10:56 AM Manikumar < > >>>> >>>>>>>>>>>>>>>> manikumar.re...@gmail.com > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>> Hi Viktor, > >>>> >>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>> Yes, we can include KIP-434. > >>>> >>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>> Thanks, > >>>> >>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>> On Mon, Sep 16, 2019 at 3:09 PM Viktor > >>>> >>>>>>>> Somogyi-Vass < > >>>> >>>>>>>>>>>>>>>>>>>> viktorsomo...@gmail.com> > >>>> >>>>>>>>>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>> Hi Manikumar, > >>>> >>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>> Can we please also include KIP-434? > >>>> >>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>> > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-434%3A+Add+Replica+Fetcher+and+Log+Cleaner+Count+Metrics > >>>> >>>>>>>>>>>>>>>>>>>>>> It has been accepted and there is > >>>> >>> already a > >>>> >>>>>>> pull > >>>> >>>>>>>>>>> request > >>>> >>>>>>>>>>>>>>> under > >>>> >>>>>>>>>>>>>>>>>> review. > >>>> >>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>> Thanks, > >>>> >>>>>>>>>>>>>>>>>>>>>> Viktor > >>>> >>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>> On Fri, Sep 6, 2019 at 9:59 AM > >>>> >>> Manikumar < > >>>> >>>>>>>>>>>>>>>>> manikumar.re...@gmail.com > >>>> >>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>> Hi David, > >>>> >>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>> Yes, we can include KIP-511. KIP > >>>> >>> must be > >>>> >>>>>>>> accepted > >>>> >>>>>>>>>> by > >>>> >>>>>>>>>>>> KIP > >>>> >>>>>>>>>>>>>>>> Freeze > >>>> >>>>>>>>>>>>>>>>>>>> date > >>>> >>>>>>>>>>>>>>>>>>>>>> (Sep > >>>> >>>>>>>>>>>>>>>>>>>>>>> 25, 2019 ) > >>>> >>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>> Thanks, > >>>> >>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>> On Fri, Sep 6, 2019 at 12:53 PM David > >>>> >>>>>>> Jacot < > >>>> >>>>>>>>>>>>>>>>> dja...@confluent.io> > >>>> >>>>>>>>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>> Hi Manikumar, > >>>> >>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>> Could we add KIP-511 to the plan? I > >>>> >>>>>>> think it > >>>> >>>>>>>> will > >>>> >>>>>>>>>>>> make > >>>> >>>>>>>>>>>>>>> it. > >>>> >>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>> Thanks, > >>>> >>>>>>>>>>>>>>>>>>>>>>>> David > >>>> >>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>> On Tue, Aug 27, 2019 at 5:32 PM > >>>> >>>>>>> Manikumar < > >>>> >>>>>>>>>>>>>>>>>>>> manikumar.re...@gmail.com> > >>>> >>>>>>>>>>>>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> Hi all, > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> I put together a draft release > >>>> >>> plan > >>>> >>>>>>> with > >>>> >>>>>>>> Oct > >>>> >>>>>>>>>> 2019 > >>>> >>>>>>>>>>>> as > >>>> >>>>>>>>>>>>>>> the > >>>> >>>>>>>>>>>>>>>>>> release > >>>> >>>>>>>>>>>>>>>>>>>>>> month > >>>> >>>>>>>>>>>>>>>>>>>>>>>> and > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> a list of KIPs that have already > >>>> >>> been > >>>> >>>>>>>> voted: > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>> > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>> > >>>> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=125307901 > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> Here are the dates: > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> 1) KIP Freeze: Sep 25, 2019 (A > >>>> >>> KIP > >>>> >>>>>>> must be > >>>> >>>>>>>>>>>> accepted > >>>> >>>>>>>>>>>>> by > >>>> >>>>>>>>>>>>>>>> this > >>>> >>>>>>>>>>>>>>>>>>>> date in > >>>> >>>>>>>>>>>>>>>>>>>>>>>> order > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> to be considered for this release) > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> 2) Feature Freeze: Oct 2, 2019 > >>>> >>> (Major > >>>> >>>>>>>> features > >>>> >>>>>>>>>>>>> merged > >>>> >>>>>>>>>>>>>>> & > >>>> >>>>>>>>>>>>>>>>>>>> working on > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> stabilization, minor features > >>>> >>> have PR, > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> release branch cut; anything not > >>>> >>> in > >>>> >>>>>>> this > >>>> >>>>>>>> state > >>>> >>>>>>>>>>>> will > >>>> >>>>>>>>>>>>> be > >>>> >>>>>>>>>>>>>>>>>>>> automatically > >>>> >>>>>>>>>>>>>>>>>>>>>>>> moved > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> to the next release in JIRA. > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> 3) Code Freeze: Oct 16, 2019 > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> 4) Release Date: Oct 30, 2019 > >>>> >>>>>>> (tentative) > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> Please plan accordingly for the > >>>> >>>>>>> features > >>>> >>>>>>>> you > >>>> >>>>>>>>>> want > >>>> >>>>>>>>>>>>> push > >>>> >>>>>>>>>>>>>>>> into > >>>> >>>>>>>>>>>>>>>>>>>> Apache > >>>> >>>>>>>>>>>>>>>>>>>>>>> Kafka > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> 2.4.0 release. > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> Regards, > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> Manikumar > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> On Mon, Aug 12, 2019 at 9:08 PM > >>>> >>> Ismael > >>>> >>>>>>>> Juma < > >>>> >>>>>>>>>>>>>>>>>> ism...@juma.me.uk> > >>>> >>>>>>>>>>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>> Thanks for volunteering > >>>> >>> Manikumar. +1 > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>> Ismael > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>> On Mon, Aug 12, 2019 at 7:54 AM > >>>> >>>>>>>> Manikumar < > >>>> >>>>>>>>>>>>>>>>>>>>>> manikumar.re...@gmail.com > >>>> >>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>> wrote: > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> Hi all, > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> I would like to volunteer to > >>>> >>> be the > >>>> >>>>>>>> release > >>>> >>>>>>>>>>>>> manager > >>>> >>>>>>>>>>>>>>>> for > >>>> >>>>>>>>>>>>>>>>>> our > >>>> >>>>>>>>>>>>>>>>>>>> next > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>> time-based > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> feature release (v2.4.0). > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> If that sounds good, I'll > >>>> >>> post the > >>>> >>>>>>>> release > >>>> >>>>>>>>>>> plan > >>>> >>>>>>>>>>>>>>> over > >>>> >>>>>>>>>>>>>>>> the > >>>> >>>>>>>>>>>>>>>>>>>> next few > >>>> >>>>>>>>>>>>>>>>>>>>>>>> days. > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks, > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> Manikumar > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>>> > >>>> >>>>>>>>>>>>> > >>>> >>>>>>>>>>>> > >>>> >>>>>>>>>>> > >>>> >>>>>>>>>> > >>>> >>>>>>>> > >>>> >>>>>>> > >>>> >>>>>> > >>>> >>> > >>>> >> > >>>> > > >>>> > >>>>