Re: New branch and feature freeze for Solr 9.3.0

2023-07-13 Thread Alessandro Benedetti
Thanks for coordinating the release Houston, from my side all has been done! I asked Elia(my colleague) to monitor the builds after the cherry picks, and I heard no complaints! Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Sol

Re: Thoughts on eliminating the "bin/solr create" command?

2023-07-13 Thread Eric Pugh
Some good food for thought here….I hadn’t really dug quite so much into the specifics of the flow. Do we think that having a generic “create” is making things simpler, or being more verbose and having create_core and create_collection suffice? I guess I am wondering if there are good argu

Re: Thoughts on eliminating the "bin/solr create" command?

2023-07-13 Thread Houston Putman
> > What if, when you run bin/solr create -h, we actually detect if you are in > solrcloud mode and then delegate to either create_collection or create_core > to decide the help output? If we are going to have the command, this is absolutely what it should do. And with -h, it can say that it is i

Re: New branch and feature freeze for Solr 9.3.0

2023-07-13 Thread Houston Putman
Ok thanks everyone, I will cut the RC now. - Houston On Thu, Jul 13, 2023 at 3:25 AM Alessandro Benedetti wrote: > Thanks for coordinating the release Houston, from my side all has been > done! > I asked Elia(my colleague) to monitor the builds after the cherry picks, > and I heard no complaint

Re: Thoughts on eliminating the "bin/solr create" command?

2023-07-13 Thread Eric Pugh
So, sounds like you are in agreement that we should keep create, and make it smart about the mode you are in when we dump out the -h output. Plus, some informational hand holding. So, thoughts maybe on eliminating create_core and create_collection? Assuming we have the mode aware create comm

Final CFP Reminder: Community Over Code

2023-07-13 Thread Houston Putman
Hello everyone, Today is the last day that you can submit a presentation for Community Over Code (formerly known as ApacheCon). Submissions will be accepted until 23:59:59 GMT. https://communityovercode.org/call-for-presentations/ There is a Search track that is perfect for presentations concern

Re: Final CFP Reminder: Community Over Code

2023-07-13 Thread David Hastings
I submitted a proposal but I couldnt upload a PDF that I think would help On Thu, Jul 13, 2023 at 2:39 PM Houston Putman wrote: > Hello everyone, > > Today is the last day that you can submit a presentation for > Community Over Code (formerly known as ApacheCon). > Submissions will be accepted

[VOTE] Release Solr 9.3.0 RC1

2023-07-13 Thread Houston Putman
Please vote for release candidate 1 for Solr 9.3.0 The artifacts can be downloaded from: https://dist.apache.org/repos/dist/dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419 You can run the smoke tester directly with this command: python3 -u dev-tools/scripts/smokeTestRelease.

Re: Thoughts on eliminating the "bin/solr create" command?

2023-07-13 Thread David Smiley
> So, thoughts maybe on eliminating create_core and create_collection? Assuming we have the mode aware create command? +1 to eliminate though, simplifying to a smarter simpler "create" that is aware of the mode. I don't think I like Houston's proposal of it giving instructions on switching the mo

Re: [VOTE] Release Solr 9.3.0 RC1

2023-07-13 Thread Tomás Fernández Löbbe
I didn’t have time to investigate why yet, but the Cloud/Graph section of the UI is not loading to me. On Thu, Jul 13, 2023 at 12:59 PM Houston Putman wrote: > Please vote for release candidate 1 for Solr 9.3.0 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/

Re: [VOTE] Release Solr 9.3.0 RC1

2023-07-13 Thread Ishan Chattopadhyaya
Saw the same few days ago. https://issues.apache.org/jira/browse/SOLR-16864 On Fri, 14 Jul, 2023, 7:44 am Tomás Fernández Löbbe, wrote: > I didn’t have time to investigate why yet, but the Cloud/Graph section of > the UI is not loading to me. > > On Thu, Jul 13, 2023 at 12:59 PM Houston Putman