Re: bin\solr.cmd create FAIL

2023-12-26 Thread Mikhail Khludnev
Hello Dmitry. It requires some steps to reproduce. Meanwhile, may you provide -V output? and perhaps an overview of what's been placed in Zk during the attempt? I also remember that windows script requires -solrUrl argument in certain cases, may you supply it with? On Wed, Dec 27, 2023 at 4:16 AM

bin\solr.cmd create FAIL

2023-12-26 Thread Dmitri Maziuk
Re-post: solr-8.11.2 on windows; on a standalone node `bin\solr.cmd create -c mycore` succeeds with or without '-d myconfig' parameter. On a 2-node cluster w/ external zookeeper 3.8.3 it fails with ''' ... Caused by: Can't find resource 'lang/contractions_it.txt' in classpath or 'configs/myco

Re: Correct Procedure for making Basic Authentication Changes LIVE across Multiple Nodes in Solr Cloud 8.10

2023-12-26 Thread Uday Kumar
Hi Jan, Need One small confirmation, out of curiosity! Document2 reference does not apply to you as it is Kerberos plugin. Let's assume if we try to go with Kerberos plugin, how can we effectively restart each node when we are using cluster of n nodes? Because if we restart single node, Kerberos

Re: Correct Procedure for making Basic Authentication Changes LIVE across Multiple Nodes in Solr Cloud 8.10

2023-12-26 Thread Uday Kumar
Thanks for confirmation Jan! On Wed, Dec 27, 2023, 05:04 Jan Høydahl wrote: > Document2 reference does not apply to you as it is Kerberos plugin. > > You only need to upload the correct security.json so zookeeper, and your > entire cluster is immediately secured. As you have already validated on

Re: Correct Procedure for making Basic Authentication Changes LIVE across Multiple Nodes in Solr Cloud 8.10

2023-12-26 Thread Jan Høydahl
Document2 reference does not apply to you as it is Kerberos plugin. You only need to upload the correct security.json so zookeeper, and your entire cluster is immediately secured. As you have already validated on your test node. Jan > 26. des. 2023 kl. 18:27 skrev Uday Kumar : > > Hi Jan, > >

Re: Correct Procedure for making Basic Authentication Changes LIVE across Multiple Nodes in Solr Cloud 8.10

2023-12-26 Thread Uday Kumar
Hi Jan, It is correct that Auth changes take effect across all nodes. So that would be your procedure, done. So, you meant to say, authentication changes will be reflected to all nodes without node restart?? May you have looked at docs for self-managed Solr with no zookeeper? In that case you mu

Re: Correct Procedure for making Basic Authentication Changes LIVE across Multiple Nodes in Solr Cloud 8.10

2023-12-26 Thread Jan Høydahl
It is correct that Auth changes take effect across all nodes. So that would be your procedure, done. May you have looked at docs for self-managed Solr with no zookeeper? In that case you must touch each node at a time. Jan Høydahl > 26. des. 2023 kl. 08:20 skrev Uday Kumar : > > Hello all, >