Absolutely Eric, thank you!

On Sat, Aug 10, 2024 at 5:26 AM Eric Pugh <ep...@apache.org> wrote:

> I just backported
> https://github.com/apache/solr/commit/affd06e1541ec74b812a9a15314a9ec5117fabe6
> to branch_9x and branch_9_7.  Christine pointed out without the backport to
> branch_9_7 we would be shipping license code for libraries that we don't
> actually use in release 9.7.
>
> Realized I should have checked with the release manager first right?  Hope
> that was okay!
>
>
> On 2024/08/08 19:41:27 David Smiley wrote:
> > (Copying what I just added to that PR):
> > AFAICT, the only remaining step is to remove the CHANGES.txt entry,
> > possibly update the existing one to include contributors. I could do
> > this or @cpoerschke .
> > I'd love to see this bug fix in for 9.7!
> >
> > (fixes something not released; would be a shame to not release it)
> >
> > Christine, if you have no time tonight (it will be your "night" if you
> > read this ~now) I could do this later this evening for me.
> >
> > On Thu, Aug 8, 2024 at 6:42 AM Ellaeln <ella...@proton.me.invalid>
> wrote:
> > >
> > > I noticed that https://github.com/apache/solr/pull/2607 was not
> merged. It means that https://issues.apache.org/jira/browse/SOLR-17386 is
> still open.
> > >
> > > This means Solr 9.7 will be a regression, because we lose the ability
> to update coordinator cores.
> > >
> > > I would consider merging https://github.com/apache/solr/pull/2607 and
> https://github.com/apache/solr/pull/2527 before releasing 9.7.
> > >
> > >
> > > Hoping for the best,
> > > Ella
> > >
> > > On Thursday, August 8th, 2024 at 12:48 AM, Anshum Gupta <
> ans...@anshumgupta.net> wrote:
> > >
> > > > Thanks for reviewing this David. Please feel free to merge it :)
> > > >
> > > > On Wed, Aug 7, 2024 at 2:37 PM David Smiley dsmi...@apache.org
> wrote:
> > > >
> > > > > Anshum, please review the following:
> > > > >
> > > > > Prometheus Response Writer:
> > > > > * https://github.com/apache/solr/pull/2616 fixes the content type.
> > > > > Very trivial; ready to merge. No CHANGES.txt needed as it improves
> > > > > the existing merged work.
> > > > > * FYI there's another PR that does an internal class rename to
> avoid
> > > > > confusion before we ship this; it'd be nice to merge this too if
> you
> > > > > let me :-)
> > > > >
> > > > > ThreadPoolExecutor configuration affecting multiple features
> albeit one PR:
> > > > > * bad performance for backups of large collections
> > > > > * new multiThreaded executor configuration
> > > > > * nonoptimal for update log replay
> > > > > See this issue and especially this comment:
> > > > >
> > > > >
> https://issues.apache.org/jira/browse/SOLR-17391?focusedCommentId=17871790&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17871790
> > > > > The PR is ready IMO albeit missing CHANGES.txt. I'd be happy to
> move it
> > > > > along.
> > > > > Hats off to my colleague Pierre for spotting a really useful option
> > > > > "allowCoreThreadTimeOut"
> > > > >
> > > > > On Tue, Aug 6, 2024 at 4:31 PM Anshum Gupta ans...@anshumgupta.net
> > > > > wrote:
> > > > >
> > > > > > Yup, realized the 'release wizard early' bit :)
> > > > > >
> > > > > > The wizard is wonderful, specially as the last time I released
> it was the
> > > > > > manual process!
> > > > > >
> > > > > > On Tue, Aug 6, 2024 at 11:25 AM Gus Heck gus.h...@gmail.com
> wrote:
> > > > > >
> > > > > > > Yeah release wizard early... see my writeup here:
> > > > >
> > > > >
> https://github.com/apache/solr/blob/main/dev-docs/releasing.adoc#step-1-run-the-release-wizard
> > > > >
> > > > > > > (and feel free to add to it)
> > > > > > >
> > > > > > > Also you'll want to peek at
> > > > >
> > > > > https://issues.apache.org/jira/issues/?jql=project %3D SOLR AND
> resolution %3D Unresolved AND component %3D release-scripts ORDER BY
> priority DESC%2C updated DESC
> > > > >
> > > > > > > for a list of gotchas
> > > > > > >
> > > > > > > On Tue, Aug 6, 2024 at 12:25 PM Anshum Gupta
> ans...@anshumgupta.net
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Thanks for letting me know, Houston and David. I'll take a
> look and
> > > > > > > > take
> > > > > > > > care of that.
> > > > > > > >
> > > > > > > > On Mon, Aug 5, 2024 at 9:28 PM Houston Putman
> hous...@apache.org
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > It is in there. Definitely start the steps now anshum. You
> dont
> > > > > > > > > have to
> > > > > > > > > be
> > > > > > > > > ready to do the release to do the first 1/3 of them.
> > > > > > > > >
> > > > > > > > > On Mon, Aug 5, 2024 at 10:54 PM David Smiley
> dsmi...@apache.org
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > Does the release wizard not have the next version (9.8)
> in JIRA
> > > > > > > > > > get
> > > > > > > > > > created? Ideally that is done with the branch freezing
> so as to
> > > > > > > > > > resolve JIRA issues not making the release.
> > > > > > > > > >
> > > > > > > > > > On Mon, Aug 5, 2024 at 11:44 PM David Smiley <
> dsmi...@apache.org
> > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > > > This change here is a super simple fix to the new
> > > > > > > > > > > PrometheusResponseWriter mime type:
> > > > > > > > > > > https://github.com/apache/solr/pull/2616
> > > > > > > > > > > I'd like to get this in.
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Aug 5, 2024 at 3:46 PM Anshum Gupta <
> > > > > > > > > > > ans...@anshumgupta.net>
> > > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > > Hi everyone,
> > > > > > > > > > > >
> > > > > > > > > > > > I've created the release branch for 9.7. Can you
> please let
> > > > > > > > > > > > me
> > > > > > > > > > > > know
> > > > > > > > > > > > what's
> > > > > > > > > > > > pending and needs to still make it into the release?
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks!
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Anshum Gupta
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > >
> > > > > > > > > > To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
> > > > > > > > > > For additional commands, e-mail:
> dev-h...@solr.apache.org
> > > > > > > >
> > > > > > > > --
> > > > > > > > Anshum Gupta
> > > > > > >
> > > > > > > --
> > > > > > > http://www.needhamsoftware.com (work)
> > > > > > > https://a.co/d/b2sZLD9 (my fantasy fiction book)
> > > > > >
> > > > > > --
> > > > > > Anshum Gupta
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
> > > > > For additional commands, e-mail: dev-h...@solr.apache.org
> > > >
> > > >
> > > > --
> > > > Anshum Gupta
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
> > > For additional commands, e-mail: dev-h...@solr.apache.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
> > For additional commands, e-mail: dev-h...@solr.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
> For additional commands, e-mail: dev-h...@solr.apache.org
>
>

-- 
Anshum Gupta

Reply via email to