Re: 404 page in 8.11 ref guide online

2023-10-03 Thread Gus Heck
Cool, glad it was simple to identify and fix. :) On Tue, Oct 3, 2023 at 5:23 PM Houston Putman wrote: > Yep that was it, the page is back online now! Sorry about that. > > - Houston > > On Tue, Oct 3, 2023 at 5:21 PM Houston Putman wrote: > > > Hmm this may be related to me trying to fix the he

Re: [DISCUSS] 9.4 release

2023-10-03 Thread Tomás Fernández Löbbe
Thanks Alex, I've merged the changes for SOLR-16852 On Tue, Oct 3, 2023 at 10:51 AM Houston Putman wrote: > Yeah that was moved without fixing the script. So fixing the script is the > way to go. > > - Houston > > On Tue, Oct 3, 2023 at 1:44 PM Alex Deparvu wrote: > > > Looking for some help on

Re: Change suggestion: more efficient replica state tracking

2023-10-03 Thread Ilan Ginzburg
> > I wonder if ZK session expiration and re establishment works nicely for > others? The code handling this is in ZkController.onReconnect(). Answering my own question: the issue was specific to our fork so I assume ZK session expiration and re establishment does work nicely in general. On Mon,

Re: New branch and feature freeze for Solr 9.4.0

2023-10-03 Thread Walter Underwood
I think this is missing a some words: "A new Always-On trace id generator and the rid parameter is being deprecated” Maybe “…generator has been added and…”? As it stands, it looks like the new trace id generator is being deprecated. The circuit breaker descriptions are accurate, but probably do

Re: 404 page in 8.11 ref guide online

2023-10-03 Thread Houston Putman
Yep that was it, the page is back online now! Sorry about that. - Houston On Tue, Oct 3, 2023 at 5:21 PM Houston Putman wrote: > Hmm this may be related to me trying to fix the headers. Let me revert that > > On Tue, Oct 3, 2023 at 5:13 PM Gus Heck wrote: > >> Just discovered that this page is

Re: 404 page in 8.11 ref guide online

2023-10-03 Thread Houston Putman
Hmm this may be related to me trying to fix the headers. Let me revert that On Tue, Oct 3, 2023 at 5:13 PM Gus Heck wrote: > Just discovered that this page is 404 > https://solr.apache.org/guide/8_11/rule-based-replica-placement.html. > > Anyone know how this happened? It's the destination for S

404 page in 8.11 ref guide online

2023-10-03 Thread Gus Heck
Just discovered that this page is 404 https://solr.apache.org/guide/8_11/rule-based-replica-placement.html. Anyone know how this happened? It's the destination for SolrCloud > Rule-based Replica Placement in the left menu in the 8.11 ref guide -Gus -- http://www.needhamsoftware.com (work) https

Re: New branch and feature freeze for Solr 9.4.0

2023-10-03 Thread Alex Deparvu
Please update the draft release notes if you have any suggestions: https://cwiki.apache.org/confluence/display/SOLR/ReleaseNote9_4_0 best, alex On Tue, Oct 3, 2023 at 11:26 AM Alex Deparvu wrote: > NOTICE: > > Branch branch_9_4 has been cut and versions updated to 9.5 on stable the > branch.

New branch and feature freeze for Solr 9.4.0

2023-10-03 Thread Alex Deparvu
NOTICE: Branch branch_9_4 has been cut and versions updated to 9.5 on stable the branch. Please observe the normal rules: * No new features may be committed to the branch. * Documentation patches, build patches and serious bug fixes may be committed to the branch. However, you should submit al

Re: [DISCUSS] 9.4 release

2023-10-03 Thread Houston Putman
Yeah that was moved without fixing the script. So fixing the script is the way to go. - Houston On Tue, Oct 3, 2023 at 1:44 PM Alex Deparvu wrote: > Looking for some help on creating the feature branch, I have a failure due > to the fact that SolrVersion class moved: > > Q: Shall I run 'python3

Re: [DISCUSS] 9.4 release

2023-10-03 Thread Alex Deparvu
Looking for some help on creating the feature branch, I have a failure due to the fact that SolrVersion class moved: Q: Shall I run 'python3 -u dev-tools/scripts/addVersion.py 9.5.0' in folder '/Users/alexdeparvu/.solr-releases/9.4.0/solr' (y/n): y . changing version to 9.5.0... File "/Use

Re: [DISCUSS] 9.4 release

2023-10-03 Thread Alex Deparvu
Thank you David. Yes I got the feeling I needed to create the freeze branch, but I could not figure out the releaseWizard. I am stuck in some setup limbo. Will try to skip over the key setup (and jira permissions and so on) and jump straight to the branch creation. Is this all documented anywhere?

Re: [DISCUSS] 9.4 release

2023-10-03 Thread David Smiley
Alex, *normally* as the release manager, you designate in advance the feature freeze date & time and then at that time cut the release branch. Ideally, there is then some time after that in which a RC is built (multiple days). This time, it's too late; it's all last-minute... but just telling you