Re: Solr 7 Nodes Suck in "Gone" State

2019-04-29 Thread Shawn Heisey
On 4/29/2019 10:55 AM, Marko Babic wrote: Thanks Shawn. Yes, all Solr nodes know about all three ZK servers (i.e., the zk host string is of the form zk_a_ip:2181,zk_b_ip:2181,zk_c_ip:2181). Sorry for the dense description of things: I erred on the side of oversharing because I didn't want to

Re: [collection create & delete] collection It is not created after several hundred times when it is repeatedly deleted and created. Resolved after restarting the service.

2019-04-29 Thread Shawn Heisey
On 4/29/2019 6:36 PM, 유정인 wrote: I am using solr 7.7.1. I would like to ask about index issues. Use the solr rest api to do the indexing process. There is a problem here. My indexing process creates a collection every time I perform a batch index. When the index is completed, it alias, and

[collection create & delete] collection It is not created after several hundred times when it is repeatedly deleted and created. Resolved after restarting the service.

2019-04-29 Thread 유정인
Hi I am using solr 7.7.1. I would like to ask about index issues. Use the solr rest api to do the indexing process. There is a problem here. My indexing process creates a collection every time I perform a batch index. When the index is completed, it alias, and the previous collection is

Re: Metrics reporting

2019-04-29 Thread Jan Høydahl
On the other hand, if you need auth setup with Solr, you may meet road blocks polling Solr metrics APIs unless your metrics client supports that auth, so that could be a reason to go with JMX for now. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 29. apr. 2019

Re: SOLR / Lucene which openJDK to use

2019-04-29 Thread Shawn Heisey
On 4/29/2019 6:46 AM, Bernd Fehling wrote: while going to change my JAVA from Oracle to openJDK the big question is which distribution to take? Currently we use Oracle JDK Java SE 8 because of LTS. Next would be JDK Java SE 11 again because of LTS but now we have to change to openJDK. Any

Re: Solr 7 Nodes Suck in "Gone" State

2019-04-29 Thread Marko Babic
Thanks Shawn. Yes, all Solr nodes know about all three ZK servers (i.e., the zk host string is of the form zk_a_ip:2181,zk_b_ip:2181,zk_c_ip:2181). Sorry for the dense description of things: I erred on the side of oversharing because I didn't want to leave out something useful but I know it

Re: Metrics reporting

2019-04-29 Thread Kumaresh AK
Thanks Erick. > On Apr 29, 2019, at 5:23 AM, Erick Erickson wrote: > > The metrics API is probably preferred if for no other reason than JMX needs > some work with your admins to insure the security is set up properly. > >> On Apr 28, 2019, at 4:56 PM, Kumaresh AK wrote: >> >> Hello! >> I see

Re: COLLECTION CREATE and CLUSTERSTATUS changes in SOLR 7.5.0

2019-04-29 Thread ramyogi
Thanks a lot Erick, Shawn and Walter. As Shawn mentioned I should not use core admin API when in solrcloud, Just reloading collection solved the problem. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

SOLR / Lucene which openJDK to use

2019-04-29 Thread Bernd Fehling
Hi list, while going to change my JAVA from Oracle to openJDK the big question is which distribution to take? Currently we use Oracle JDK Java SE 8 because of LTS. Next would be JDK Java SE 11 again because of LTS but now we have to change to openJDK. Any recommendations about openJDK 11

Re: Metrics reporting

2019-04-29 Thread Erick Erickson
The metrics API is probably preferred if for no other reason than JMX needs some work with your admins to insure the security is set up properly. > On Apr 28, 2019, at 4:56 PM, Kumaresh AK wrote: > > Hello! > I see two ways to get metrics from solr: jmx and metrics API. Is there a > preference

Re: SOLR Thesaurus

2019-04-29 Thread l.dellipaoli
Hi! I'm facing a similar problem. I'm dealing with Thesauri on an Oracle RDBMS and I'm trying to integrate Solr in order to speed up search operations. Did you succeed in this integration? Thanks, Laura -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr monitoring

2019-04-29 Thread Emir Arnautović
Hi Shruti, One such tool is our https://sematext.com/spm . It provides Solr integration and ability to also send Solr logs. HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/

Re: Can replicas retry for a longer time?

2019-04-29 Thread Shalin Shekhar Mangar
Assuming this is SolrCloud, the replicas retry upto 500 times and wait an exponentially increasing time between retries starting from 2 seconds and upto a minute. Did that not happen in your case? Did the JVM had DNS ttls set? On Sun, Apr 28, 2019 at 7:51 PM Walter Underwood wrote: > Hello! Any