Re: Solr 7.2

2018-04-13 Thread Antony A
Thank you Shawn & Edwin. It was a certificate error. I did not have the IPs list in the SAN in the format required for IPs. After I updated the SAN list, I was able to run the ADDREPLICA API correctly. -Antony On Thu, Apr 12, 2018 at 10:20 PM, Shawn Heisey wrote: > On 4/12/2018 9:48 PM, Antony

Re: Solr 7.2

2018-04-12 Thread Shawn Heisey
On 4/12/2018 9:48 PM, Antony A wrote: Thank you. I was trying to create the collection using the API. Unfortunately the API changes a bit between 6x to 7x. I posted the API that I used to create the collection and subsequently when trying to create cores for the same collection. https://pastebi

Re: Solr 7.2

2018-04-12 Thread Antony A
Hi Edwin, Thank you. I was trying to create the collection using the API. Unfortunately the API changes a bit between 6x to 7x. I posted the API that I used to create the collection and subsequently when trying to create cores for the same collection. https://pastebin.com/hrydZktX Hopefully thi

Re: Solr 7.2

2018-04-12 Thread Zheng Lin Edwin Yeo
Hi, I can't really catch what is the issue you are facing. Regards, Edwin On 13 April 2018 at 04:06, Antony A wrote: > Hi, > > I am trying to add a replica to the ssl-enabled solr cloud with external > zookeeper ensemble. > > 2018-04-12 18:26:29.140 INFO (qtp672320506-51) [ ] > o.a.s.h.a.C

Re: Solr 7.2 solr.log is missing

2018-04-02 Thread Abhi Basu
Wow life is complicated :) Since I am using this to start solr, I am assuming the one in /server/scripts/cloud-scripts is being used: ./bin/solr start -cloud -s /usr/local/bin/solr-7.2.1/server/solr/node1/solr -p 8983 -z zk0-esohad:2181,zk1-esohad:2181,zk5-esohad:2181 -m 10g So, I guess I need to

Re: Solr 7.2 solr.log is missing

2018-04-02 Thread Erick Erickson
Technically, Solr doesn't name the file at all, that's in your log4j config, this line: log4j.appender.file.File=${solr.log}/solr.log so it's weird that you can't find it on your machine at all. How do you _start_ Solr? In particular, to you define a system variable "-Dsolr.log=some_path"? And a

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Shawn Heisey
On 3/29/2018 12:45 PM, Abhi Basu wrote: > Also, another question, where it says to copy the zoo.cfg from > /solr72/server/solr folder to /solr72/server/solr/node1/solr, should I > actually be grabbing the zoo.cfg from one of my external zk nodes? If you're using zookeeper processes that are separa

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
Just an update. Adding hostnames to solr.xml and using "-z zk1:2181,zk2:2181,zk3:2181" worked and I can see 4 live nodes and able to create collection with 2S/2R. Thanks for your help, greatly appreciate it. Regards, Abhi On Thu, Mar 29, 2018 at 1:45 PM, Abhi Basu <9000r...@gmail.com> wrote: >

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
Also, another question, where it says to copy the zoo.cfg from /solr72/server/solr folder to /solr72/server/solr/node1/solr, should I actually be grabbing the zoo.cfg from one of my external zk nodes? Thanks, Abhi On Thu, Mar 29, 2018 at 1:04 PM, Abhi Basu <9000r...@gmail.com> wrote: > Ok, will

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
Ok, will give it a try along with the host name. On Thu, Mar 29, 2018 at 12:20 PM, Webster Homer wrote: > This Zookeeper ensemble doesn't look right. > > > > ./bin/solr start -cloud -s /usr/local/bin/solr-7.2.1/server/solr/node1/ > -p > > 8983 -z zk0-esohad,zk1-esohad,zk3-esohad:2181 -m 8g > >

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Webster Homer
This Zookeeper ensemble doesn't look right. > > ./bin/solr start -cloud -s /usr/local/bin/solr-7.2.1/server/solr/node1/ -p > 8983 -z zk0-esohad,zk1-esohad,zk3-esohad:2181 -m 8g Shouldn't the zookeeper ensemble be specified as: zk0-esohad:2181,zk1-esohad:2181,zk3-esohad:2181 You should put the

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Walter Underwood
I had that problem. Very annoying and we probably should require special flag to use localhost. We need to start solr like this: ./solr start -c -h `hostname` If anybody ever forgets, we get a 127.0.0.1 node that shows down in cluster status. No idea how to get rid of that. wunder Walter Unde

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
So, in the solr.xml on each node should I set the host to the actual host name? ${host:} ${jetty.port:8983} ${hostContext:solr} ${genericCoreNodeNames:true} ${zkClientTimeout:3} ${distribUpdateSoTimeout:60} ${distribUpdateConnTimeout:6} ${zkCrede

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Shawn Heisey
On 3/29/2018 8:25 AM, Abhi Basu wrote: "Operation create caused exception:":"org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Cannot create collection ems-collection. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your I'm be

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
Yes, only showing one live node on admin site. Checking zk logs. Thanks, Abhi On Thu, Mar 29, 2018 at 9:32 AM, Ganesh Sethuraman wrote: > may be you can check int he Admin UI --> Cloud --> Tree --> /live_nodes. To > see the list of live nodes before running. If it is less than what you > expe

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Ganesh Sethuraman
may be you can check int he Admin UI --> Cloud --> Tree --> /live_nodes. To see the list of live nodes before running. If it is less than what you expected, check the Zoo keeper logs? or make sure connectivity between the shards and zookeeper. On Thu, Mar 29, 2018 at 10:25 AM, Abhi Basu <9000r...@

Re: SOLR 7.2 and LTR

2018-01-02 Thread Dariusz Wojtas
ariusz Wojtas > > > On Fri, Dec 29, 2017 at 10:57 AM, Diego Ceccarelli (BLOOMBERG/ LONDON) < > dceccarel...@bloomberg.net> wrote: > >> Dariusz, does the rerank query work? >> >> From: solr-user@lucene.apache.org At: 12/28/17 22:25:28To: >> solr-user@lucene.apac

Re: SOLR 7.2 and LTR

2017-12-29 Thread Dariusz Wojtas
LONDON) < dceccarel...@bloomberg.net> wrote: > Dariusz, does the rerank query work? > > From: solr-user@lucene.apache.org At: 12/28/17 22:25:28To: > solr-user@lucene.apache.org > Subject: Re: SOLR 7.2 and LTR > > Yes, this could be SOLR-11501. > But from the description

Re: SOLR 7.2 and LTR

2017-12-29 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
Dariusz, does the rerank query work? From: solr-user@lucene.apache.org At: 12/28/17 22:25:28To: solr-user@lucene.apache.org Subject: Re: SOLR 7.2 and LTR Yes, this could be SOLR-11501. But from the description in the ticket I see no option to run LTR, unless I am missing something. I have

Re: SOLR 7.2 and LTR

2017-12-28 Thread Dariusz Wojtas
berg.net> wrote: > From a (very) quick look it seems like the https://issues.apache.org/ > jira/browse/SOLR-11501 upgrade notes might be relevant, potentially. > > From: solr-user@lucene.apache.org At: 12/28/17 15:18:22To: > solr-user@lucene.apache.org > Subject: Re: SOLR 7.2

Re: SOLR 7.2 and LTR

2017-12-28 Thread Christine Poerschke (BLOOMBERG/ LONDON)
From a (very) quick look it seems like the https://issues.apache.org/jira/browse/SOLR-11501 upgrade notes might be relevant, potentially. From: solr-user@lucene.apache.org At: 12/28/17 15:18:22To: solr-user@lucene.apache.org Subject: Re: SOLR 7.2 and LTR Do you have the ltr qparser plugin

Re: SOLR 7.2 and LTR

2017-12-28 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
/17 13:58:26To: solr-user@lucene.apache.org Subject: Re: SOLR 7.2 and LTR Hello Diego, solr.log contains always the same single stacktrace in SOLR 7.2. I've been trying to pass rq via solrconfig.xml and via HTTP form. The /searchIncidents handler contains edismax query. Works if I compl

Re: SOLR 7.2 and LTR

2017-12-28 Thread Dariusz Wojtas
Hello Diego, solr.log contains always the same single stacktrace in SOLR 7.2. I've been trying to pass rq via solrconfig.xml and via HTTP form. The /searchIncidents handler contains edismax query. Works if I completely disable rq. When I add the rq param, even something like: {!ltr reRankDocs=2