Also strangely, Solr's CHANGES.txt on branch_8x has two 8.7.0 sections! On Sat, Oct 24, 2020 at 5:40 PM Shalin Shekhar Mangar < shalinman...@gmail.com> wrote:
> FYI - I have added a 8.8.0 section in Solr's change log on master as part > of SOLR-14942 > > On Wed, Oct 21, 2020 at 1:36 PM Atri Sharma <a...@apache.org> wrote: > >> Please go ahead. >> >> I will add the section today. I believed the section is added once the >> RC1 is generated — but let me get this done. Thanks for pointing it out. >> >> On Wed, 21 Oct 2020 at 07:01, Houston Putman <houstonput...@gmail.com> >> wrote: >> >>> I will be committing SOLR-14907 >>> <https://issues.apache.org/jira/browse/SOLR-14907> tomorrow, which >>> provides a V2 API for a feature that was added with a V1 endpoint. Would >>> you mind if I add this to branch_8_7 Atri? >>> >>> On a side note, I am making a PR for something that doesn't have to be >>> included in 8_7. I notice there isn't an 8.8.0 CHANGES.txt section yet in >>> master or 8x. The next minor/major version sections should get created when >>> minor/major version branches are cut, right? Please correct me if I'm wrong >>> on that. (I looked at the releaseWizard, and this looks like the case) >>> >>> >>> - Houston >>> >>> On Tue, Oct 20, 2020 at 5:36 AM Ishan Chattopadhyaya < >>> ichattopadhy...@gmail.com> wrote: >>> >>>> I have no bandwidth to tackle the deprecations, nor the energy to fight >>>> those who oppose it. >>>> >>>> On Tue, 20 Oct, 2020, 2:43 pm Atri Sharma, <a...@apache.org> wrote: >>>> >>>>> There are release blockers for 8_7: >>>>> >>>>> https://issues.apache.org/jira/browse/SOLR-14354 >>>>> https://issues.apache.org/jira/browse/SOLR-13973 >>>>> https://issues.apache.org/jira/browse/SOLR-14067 >>>>> >>>>> On Tue, Oct 20, 2020 at 1:23 PM Jan Høydahl <jan....@cominvent.com> >>>>> wrote: >>>>> > >>>>> > I pushed SOLR-14936 that I mentioned yesterday - a non-code bugfix >>>>> for Grafana dashboard json. >>>>> > >>>>> > Jan >>>>> > >>>>> > 19. okt. 2020 kl. 19:19 skrev Adrien Grand <jpou...@gmail.com>: >>>>> > >>>>> > FYI I pushed a fix for a test-only bug introduced by LUCENE-9524. >>>>> > >>>>> > On Mon, Oct 19, 2020 at 2:47 PM Jan Høydahl <jan....@cominvent.com> >>>>> wrote: >>>>> >> >>>>> >> I’d like to merge in SOLR-14936 to 8.7. It’s a non-code change >>>>> which fixes a bug in grafana dashboard JSON. >>>>> >> >>>>> >> Jan >>>>> >> >>>>> >> > 19. okt. 2020 kl. 11:54 skrev Atri Sharma <a...@apache.org>: >>>>> >> > >>>>> >> > Fixed the issue. Cherry picking to branch_8_7 now. >>>>> >> > >>>>> >> > Apologies, I must have created branch_8_x accidentally. Let me >>>>> delete. >>>>> >> > >>>>> >> > On Mon, Oct 19, 2020 at 1:40 AM Adrien Grand <jpou...@gmail.com> >>>>> wrote: >>>>> >> >> >>>>> >> >> 1. This is failing 8.7 builds, e.g. >>>>> https://builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.7/3/console, >>>>> so yes we should backport to 8.7. >>>>> >> >> By the way I don't understand why you created a branch_8_x >>>>> branch in addition to branch_8x, was it a mistake? The release wizard >>>>> doesn't seem to be recommending something like that? >>>>> >> >> >>>>> >> >> 2. Yes this is actually the point of cutting a branch, this >>>>> helps reduce chances of introducing blockers while we're working on >>>>> addressing the existing blockers. >>>>> >> >> >>>>> >> >> On Sun, Oct 18, 2020 at 9:50 PM Atri Sharma <a...@apache.org> >>>>> wrote: >>>>> >> >>> >>>>> >> >>> BTw, guidance needed: >>>>> >> >>> >>>>> >> >>> 1. The doc fixes I need to do for this, should I be backporting >>>>> them to branch_8_7, or apply them to branch_8_x and cut a new branch? >>>>> >> >>> >>>>> >> >>> 2. I still see blocker issues on 8.7 (thanks Ishan!) — is it >>>>> valid to be cutting a branch before those are resolved? >>>>> >> >>> >>>>> >> >>> Atri >>>>> >> >>> >>>>> >> >>> On Mon, 19 Oct 2020 at 01:14, Atri Sharma <a...@apache.org> >>>>> wrote: >>>>> >> >>>> >>>>> >> >>>> Let me take a look tomorrow morning — must be something I >>>>> broke in the cherry pick. >>>>> >> >>>> >>>>> >> >>>> On Mon, 19 Oct 2020 at 00:58, David Smiley <dsmi...@apache.org> >>>>> wrote: >>>>> >> >>>>> >>>>> >> >>>>> I don't know. I searched for "missing description: >>>>> org.apache.solr.util.circuitbreaker" in my email (covering our builds), >>>>> and >>>>> this started happening October 16th (2 days ago) on 8.x (not master). >>>>> >> >>>>> >>>>> >> >>>>> ~ David Smiley >>>>> >> >>>>> Apache Lucene/Solr Search Developer >>>>> >> >>>>> http://www.linkedin.com/in/davidwsmiley >>>>> >> >>>>> >>>>> >> >>>>> >>>>> >> >>>>> On Sun, Oct 18, 2020 at 2:34 PM Atri Sharma <a...@apache.org> >>>>> wrote: >>>>> >> >>>>>> >>>>> >> >>>>>> Surprisingly it doesn’t fail for me? Local caching? >>>>> >> >>>>>> >>>>> >> >>>>>> On Sun, 18 Oct 2020 at 23:08, David Smiley < >>>>> dsmi...@apache.org> wrote: >>>>> >> >>>>>>> >>>>> >> >>>>>>> BTW on branch_8x, I see that "ant precommit" fails: >>>>> >> >>>>>>> >>>>> >> >>>>>>> -documentation-lint: >>>>> >> >>>>>>> [jtidy] Checking for broken html (such as invalid >>>>> tags)... >>>>> >> >>>>>>> [delete] Deleting directory >>>>> /Users/dsmiley/DevSearch/lucene-solr_8x/lucene/build/jtidy_tmp >>>>> >> >>>>>>> [echo] Checking for broken links... >>>>> >> >>>>>>> [exec] >>>>> >> >>>>>>> [exec] Crawl/parse... >>>>> >> >>>>>>> [exec] >>>>> >> >>>>>>> [exec] Verify... >>>>> >> >>>>>>> [echo] Checking for malformed docs... >>>>> >> >>>>>>> [exec] >>>>> >> >>>>>>> [exec] >>>>> /Users/dsmiley/DevSearch/lucene-solr_8x/solr/build/docs/solr-core/overview-summary.html >>>>> >> >>>>>>> [exec] missing description: >>>>> org.apache.solr.util.circuitbreaker >>>>> >> >>>>>>> [exec] >>>>> >> >>>>>>> [exec] Missing javadocs were found! >>>>> >> >>>>>>> >>>>> >> >>>>>>> That package is missing a "package-info.java". It's been >>>>> this way for a while... I wonder why it hasn't been noticed by others yet? >>>>> >> >>>>>>> >>>>> >> >>>>>>> ~ David Smiley >>>>> >> >>>>>>> Apache Lucene/Solr Search Developer >>>>> >> >>>>>>> http://www.linkedin.com/in/davidwsmiley >>>>> >> >>>>>>> >>>>> >> >>>>>>> >>>>> >> >>>>>>> On Tue, Oct 13, 2020 at 12:06 PM Atri Sharma < >>>>> a...@apache.org> wrote: >>>>> >> >>>>>>>> >>>>> >> >>>>>>>> I will start the first build candidate on upcoming Monday. >>>>> This is my >>>>> >> >>>>>>>> first release so fingers crossed :) >>>>> >> >>>>>>>> >>>>> >> >>>>>>>> On Tue, Oct 13, 2020 at 7:01 PM Adrien Grand < >>>>> jpou...@gmail.com> wrote: >>>>> >> >>>>>>>>> >>>>> >> >>>>>>>>> Thanks Atri. Do you know when you will start the first >>>>> build candidate as well? We had been doing some planning around Ishan's >>>>> initial suggestion of cutting the branch on September 20th, so as this is >>>>> getting delayed I'm trying to get a sense of whether the release would >>>>> likely be out in the next two weeks. >>>>> >> >>>>>>>>> >>>>> >> >>>>>>>>> On Tue, Oct 13, 2020 at 12:10 PM Atri Sharma < >>>>> a...@apache.org> wrote: >>>>> >> >>>>>>>>>> >>>>> >> >>>>>>>>>> Adrien, >>>>> >> >>>>>>>>>> >>>>> >> >>>>>>>>>> Sorry for the delay in response. >>>>> >> >>>>>>>>>> >>>>> >> >>>>>>>>>> I will cut the branch this Friday morning (IST). >>>>> >> >>>>>>>>>> >>>>> >> >>>>>>>>>> Atri >>>>> >> >>>>>>>>>> >>>>> >> >>>>>>>>>> On Tue, 13 Oct 2020 at 05:43, Houston Putman < >>>>> houstonput...@gmail.com> wrote: >>>>> >> >>>>>>>>>>> >>>>> >> >>>>>>>>>>> Adrien, I plan on merging SOLR-14907 to master and 8x >>>>> tomorrow. If you would mind waiting to cut 8.7 until then, I would >>>>> appreciate it. >>>>> >> >>>>>>>>>>> >>>>> >> >>>>>>>>>>> - Houston >>>>> >> >>>>>>>>>>> >>>>> >> >>>>>>>>>>> On Mon, Oct 12, 2020 at 4:59 AM Adrien Grand < >>>>> jpou...@gmail.com> wrote: >>>>> >> >>>>>>>>>>>> >>>>> >> >>>>>>>>>>>> Shall we move forward with 8.7 now that 8.6.3 is out? >>>>> >> >>>>>>>>>>>> >>>>> >> >>>>>>>>>>>> On Tue, Sep 22, 2020 at 9:32 PM Atri Sharma < >>>>> a...@apache.org> wrote: >>>>> >> >>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>> I plan to cut the branch on 30th September. >>>>> >> >>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>> On Wed, 23 Sep 2020 at 00:51, Cassandra Targett < >>>>> casstarg...@gmail.com> wrote: >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> Atri, >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> Just so I understand your plans, when you say you >>>>> are planning to start the process at the end of this month, you mean you >>>>> intend to create the branch around Oct 1? No pressure, I ask only because >>>>> Ishan’s original mail mentioned cutting the branch this week and I just >>>>> wanted to have a clearer sense of your timeline. >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> Thanks, >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> Cassandra >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> On Sep 15, 2020, 11:53 PM -0500, Atri Sharma < >>>>> a...@apache.org>, wrote: >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> I was planning to start the process end of this >>>>> month. >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> On Wed, 16 Sep 2020 at 04:07, Gus Heck < >>>>> gus.h...@gmail.com> wrote: >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> Unless it somehow got lost in a spam filter >>>>> somewhere, I don't think we have set a target date for the release yet? >>>>> (roadmap says autumn 2020 which technically doesn't begin until the >>>>> solstice on the 21st :) ) >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> Hoping that I might still get the Advanced Query >>>>> parser in first, but that's a much bigger prospect than these two tickets. >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> -Gus >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> On Tue, Sep 15, 2020 at 5:29 PM Erik Hatcher < >>>>> erik.hatc...@gmail.com> wrote: >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> Unless there are objections, I'm gonna get >>>>> https://issues.apache.org/jira/browse/SOLR-14799 into 8.7 as well. >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> Erik >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> On Sep 14, 2020, at 10:06 AM, Christine Poerschke >>>>> (BLOOMBERG/ LONDON) <cpoersc...@bloomberg.net> wrote: >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> With a view towards including it in the release, >>>>> I'd appreciate input on the >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> https://issues.apache.org/jira/browse/SOLR-14828 >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> solrj logging tweak if anyone has a moment? >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> Thanks, >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> Christine >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> From: dev@lucene.apache.org At: 08/20/20 22:48:39 >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> To: dev@lucene.apache.org >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> Subject: Re: 8.7 Release >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> Also, we should try to respect the stuff we have >>>>> put on the roadmap (Which includes me getting a patch up for SIP-9 much >>>>> sooner rather than even a little later!) >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> On Thu, Aug 20, 2020 at 5:18 PM Adrien Grand < >>>>> jpou...@gmail.com> wrote: >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> Thanks for the explanation Ishan. >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> On Thu, Aug 20, 2020 at 10:33 PM Ishan >>>>> Chattopadhyaya <ichattopadhy...@gmail.com> wrote: >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> Hi Adrien, >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> I think I am mainly concerned about getting the >>>>> configuration and modularity of this right before we release: >>>>> https://issues.apache.org/jira/browse/SOLR-14588. >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> If we aren't able to resolve it, we should >>>>> revert that feature. >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> There may be some other performance issues that >>>>> may have been marked as blockers just to infuse a sense of urgency among >>>>> those that need to fix it. But, I wouldn't consider them something that >>>>> actually holds up a release. >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> Regards, >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> Ishan >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> On Fri, Aug 21, 2020 at 1:56 AM Adrien Grand < >>>>> jpou...@gmail.com> wrote: >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> Noble, I'm curious what blockers you have in >>>>> mind. I just checked JIRA, and while I see a number of 9.0 blockers, I'm >>>>> not counting many 8.7 blockers? >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> On Thu, Aug 20, 2020 at 11:13 AM Noble Paul < >>>>> noble.p...@gmail.com> wrote: >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> There are a lot of blockers for 8.7. It's good >>>>> to plan in advance >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> On Thu, Aug 20, 2020 at 7:11 PM Ishan >>>>> Chattopadhyaya >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> <ichattopadhy...@gmail.com> wrote: >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>>> Hi devs, >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>>> A lot of changes are now in 8.7 or in-flight. >>>>> I'd like to volunteer for a 8.7 release in around a month from now >>>>> (cutting >>>>> the release branch around 20 September) and RC shortly after. I feel this >>>>> timeline will give all of us ample time to wrap up the release blockers, >>>>> other changes and improvements. >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>>> Does someone have any thoughts, concerns or >>>>> objections? >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>>> Regards, >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>>> Ishan >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> -- >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> ----------------------------------------------------- >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> Noble Paul >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> --------------------------------------------------------------------- >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> To unsubscribe, e-mail: >>>>> dev-unsubscr...@lucene.apache.org >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> For additional commands, e-mail: >>>>> dev-h...@lucene.apache.org >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> -- >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> Adrien >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> -- >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> Adrien >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> -- >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> http://www.needhamsoftware.com (work) >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> http://www.the111shift.com (play) >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> -- >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> http://www.needhamsoftware.com (work) >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> http://www.the111shift.com (play) >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> -- >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> Regards, >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> Atri >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> Apache Concerted >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>> -- >>>>> >> >>>>>>>>>>>>> Regards, >>>>> >> >>>>>>>>>>>>> >>>>> >> >>>>>>>>>>>>> Atri >>>>> >> >>>>>>>>>>>>> Apache Concerted >>>>> >> >>>>>>>>>>>> >>>>> >> >>>>>>>>>>>> >>>>> >> >>>>>>>>>>>> >>>>> >> >>>>>>>>>>>> -- >>>>> >> >>>>>>>>>>>> Adrien >>>>> >> >>>>>>>>>> >>>>> >> >>>>>>>>>> -- >>>>> >> >>>>>>>>>> Regards, >>>>> >> >>>>>>>>>> >>>>> >> >>>>>>>>>> Atri >>>>> >> >>>>>>>>>> Apache Concerted >>>>> >> >>>>>>>>> >>>>> >> >>>>>>>>> >>>>> >> >>>>>>>>> >>>>> >> >>>>>>>>> -- >>>>> >> >>>>>>>>> Adrien >>>>> >> >>>>>>>> >>>>> >> >>>>>>>> -- >>>>> >> >>>>>>>> Regards, >>>>> >> >>>>>>>> >>>>> >> >>>>>>>> Atri >>>>> >> >>>>>>>> Apache Concerted >>>>> >> >>>>>>>> >>>>> >> >>>>>>>> >>>>> --------------------------------------------------------------------- >>>>> >> >>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>>>> >> >>>>>>>> For additional commands, e-mail: >>>>> dev-h...@lucene.apache.org >>>>> >> >>>>>>>> >>>>> >> >>>>>> -- >>>>> >> >>>>>> Regards, >>>>> >> >>>>>> >>>>> >> >>>>>> Atri >>>>> >> >>>>>> Apache Concerted >>>>> >> >>>> >>>>> >> >>>> -- >>>>> >> >>>> Regards, >>>>> >> >>>> >>>>> >> >>>> Atri >>>>> >> >>>> Apache Concerted >>>>> >> >>> >>>>> >> >>> -- >>>>> >> >>> Regards, >>>>> >> >>> >>>>> >> >>> Atri >>>>> >> >>> Apache Concerted >>>>> >> >> >>>>> >> >> >>>>> >> >> >>>>> >> >> -- >>>>> >> >> Adrien >>>>> >> > >>>>> >> > -- >>>>> >> > Regards, >>>>> >> > >>>>> >> > Atri >>>>> >> > Apache Concerted >>>>> >> > >>>>> >> > >>>>> --------------------------------------------------------------------- >>>>> >> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>>>> >> > For additional commands, e-mail: dev-h...@lucene.apache.org >>>>> >> > >>>>> >> >>>>> >> >>>>> >> >>>>> --------------------------------------------------------------------- >>>>> >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>>>> >> For additional commands, e-mail: dev-h...@lucene.apache.org >>>>> >> >>>>> > >>>>> > >>>>> > -- >>>>> > Adrien >>>>> > >>>>> > >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> >>>>> Atri >>>>> Apache Concerted >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>>>> For additional commands, e-mail: dev-h...@lucene.apache.org >>>>> >>>>> -- >> Regards, >> >> Atri >> Apache Concerted >> > > > -- > Regards, > Shalin Shekhar Mangar. > -- Regards, Shalin Shekhar Mangar.