Re: [VOTE] Release Solr 9.1.1 RC2

2023-01-18 Thread Michael Gibney
Thanks for reporting, David! I have a possible fix?: https://issues.apache.org/jira/browse/SOLR-16628 On Wed, Jan 18, 2023 at 2:44 PM David Smiley wrote: > I ran it twice and both times it failed on just one test, the same test, > with a file leak issue that I suspect is a timing issue of test

Re: [VOTE] Release Solr 9.1.1 RC2

2023-01-18 Thread David Smiley
I ran it twice and both times it failed on just one test, the same test, with a file leak issue that I suspect is a timing issue of test cleanup. The test didn't reproduce when run directly via the reproduction line in the failure output. My personal machine is slow. After looking at the trace, I

Re: [VOTE] Release Solr 9.1.1 RC2

2023-01-18 Thread Ishan Chattopadhyaya
+1 SUCCESS! [0:37:13.656686] On Wed, Jan 18, 2023 at 11:59 PM Kevin Risden wrote: > > +1 SUCCESS! [0:29:29.944432] > > Kevin Risden > > > On Tue, Jan 17, 2023 at 9:21 PM Michael Gibney > wrote: > > > Please vote for release candidate 2 for Solr 9.1.1 > > > > The artifacts can be downloaded fro

Re: [VOTE] Release Solr 9.1.1 RC2

2023-01-18 Thread Kevin Risden
+1 SUCCESS! [0:29:29.944432] Kevin Risden On Tue, Jan 17, 2023 at 9:21 PM Michael Gibney wrote: > Please vote for release candidate 2 for Solr 9.1.1 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/solr/solr-9.1.1-RC2-rev-d998e63978abfedde3b75bab4ba6e1e78ddb

Re: Backporting changes to 8.11 and 8.11.3 release

2023-01-18 Thread Kevin Risden
Since I backported a bunch of stuff - there are only a handful of changes on branch_8_11 for 8.11.3 https://github.com/apache/lucene-solr/blob/branch_8_11/solr/CHANGES.txt: Some general notes: * If it is a dependency upgrade - those are the hardest between main/branch_9x and branch_8_11 - the buil

Re: Backporting changes to 8.11 and 8.11.3 release

2023-01-18 Thread Shawn Heisey
On 1/18/23 09:25, Tomasz Elendt wrote: I have a question about backporting fixes to 8.11. As I understand there are no new features being developed for 8.x but certain bug fixes are being backported. At least I see a bunch of them done by Kevin Risden ([1]). My question is: how does it work? H

Re: Backporting changes to 8.11 and 8.11.3 release

2023-01-18 Thread Ishan Chattopadhyaya
+1 to any and all changes to be back ported. Please feel free to open PRs where backporting isn't straight forward. On Wed, 18 Jan, 2023, 9:56 pm Tomasz Elendt, wrote: > Hey, > > I have a question about backporting fixes to 8.11. As I understand there > are no new features being developed for 8.

Backporting changes to 8.11 and 8.11.3 release

2023-01-18 Thread Tomasz Elendt
Hey, I have a question about backporting fixes to 8.11. As I understand there are no new features being developed for 8.x but certain bug fixes are being backported. At least I see a bunch of them done by Kevin Risden ([1]). My question is: how does it work? How are the changes selected and ap